esp-homekit
esp-homekit copied to clipboard
'Hidden' Flag Doesn't Work?
I tried adding .hidden
to a Service (LIGHTBULB), but it still appears.
*(s++) = NEW_HOMEKIT_SERVICE(LIGHTBULB, .hidden=true, .characteristics=characteristics);
When exactly is .hidden
supposed to work?