building-tuya-ios-home-foundation
Installation
SKILL.md
概述 {#description}
为已接入 Tuya Smart App SDK 的 iOS ObjC 工程落地最小家庭业务体系。涵盖家庭增删改查、房间管理、成员管理三大模块。
核心类:
ThingSmartHomeManager:全局家庭管理,使用[ThingSmartHomeManager new]实例化,用于创建家庭、查询家庭列表、监听家庭变化。ThingSmartHome:单个家庭操作,通过[ThingSmartHome homeWithHomeId:homeId]获取。ThingSmartRoom:单个房间操作,通过[ThingSmartRoom roomWithRoomId:roomId homeId:homeId]获取。ThingSmartHomeMember/ThingSmartHomeInvitation:成员与邀请码操作类。ThingSmartHomeModel/ThingSmartRoomModel/ThingSmartHomeMemberModel:对应数据模型。
适用场景 {#scene}
需要在已完成 SDK 集成、用户已登录的工程中接入家庭管理功能时使用。
标准流程: