Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 HomeKit 创建一个应用程序。我可以为房间添加和分配配件。如何消除房间中的一种配件?
请阅读文档,我从未使用过 HomeKit,但看起来您使用 home 对象来添加和删除它们。
HomeKit 框架参考
你会在家里调用 removeAccesory 之类的东西
home.removeAccessory(accessory:lightbulb, completion: {})