You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this example, 8 buttos in the same id (because I've got some switches in the scketch after this). All light number an order are ok but I can't make the buttons order in hight place on iOS.
Example "button01" has
Single Click
Double Click
Long Press
In each category you can make a "scene" or automation shortcut, but when I get on the "single click" in "button01" sometimes I see the single click for button04 or other button in ramdom position (weird).
In my google search an others I found a characteristc who I never see a sketch...
"Linking Stateless Programmable Switch with a Service Label"
somenting about "Service Label Index" to order these buttons when iOS populate on the screen
Someone can help me to create or explain to me how this work??
Hi Maxim! thanks for sharing your knowledge!
I have a strange result creating 8 stateless programmable buttons, my code:
In this example, 8 buttos in the same id (because I've got some switches in the scketch after this). All light number an order are ok but I can't make the buttons order in hight place on iOS.
Example "button01" has
Single Click
Double Click
Long Press
In each category you can make a "scene" or automation shortcut, but when I get on the "single click" in "button01" sometimes I see the single click for button04 or other button in ramdom position (weird).
In my google search an others I found a characteristc who I never see a sketch...
"Linking Stateless Programmable Switch with a Service Label"
somenting about "Service Label Index" to order these buttons when iOS populate on the screen
Someone can help me to create or explain to me how this work??
maybe a:
homekit_characteristic_t label = HOMEKIT_CHARACTERISTIC_(SERVICE_LABEL_INDEX, LABEL_INDEX);
??
The text was updated successfully, but these errors were encountered: