-
Notifications
You must be signed in to change notification settings - Fork 281
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hiding accessories #239
Comments
If you change config number value in txt record, the controller will reload accessory information. |
Sorry, what is 'config number value in txt record'? Could you please paste a code snippet? |
@thncode have you managed to figure out how to hide accessories? |
no - I did'nt understand the comment of @d4rkmen. I had to make a workaround by using two sets of accessories, which of course does not work for all use cases... |
HomeKit publishes via mdns some info that helps the client app, for example the Apple Home app, discover and use your accessory. Within that mdns record there is information including a config number. I think the suggestion is if you increment that config number then the client will pickup any changes, seem to remember that it mentions this in the homekit spec. It is stored within the struct you create with arduino_homekit_setup |
Controller will reload accessory information when config number changes. This is the way it works |
I could'nt find that by searching and experimenting - is it possible to hide accessories at run time?
The text was updated successfully, but these errors were encountered: