apple / HomeKitADK

Apache License 2.0
2.55k stars 232 forks source link

How to add Accessories to bridgedAccessories in example Bridge Homekit ADK #109

Open HungDV-0601 opened 3 years ago

HungDV-0601 commented 3 years ago

I'm trying to add Accessories by pushing message via MQTT to "static const HAPAccessory _Nonnull const _Nullable bridgedAccessories". But I don't know how to add a device to the "bridgedAccessories" pointer. Can you help me ?