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
It's possible to control the hub LED status by sending HTTP PUT to: https://app.api.surehub.io/api/device/<deviceid>/control
with a JSON body like : {"led_mode":4}
I found LED modes:
Off
Bright Green
invalid
invalid
Dimmed Green
invalid
Could this be added to the lib?
The text was updated successfully, but these errors were encountered:
It's possible to control the hub LED status by sending HTTP PUT to:
https://app.api.surehub.io/api/device/<deviceid>/control
with a JSON body like :
{"led_mode":4}
I found LED modes:
Could this be added to the lib?
The text was updated successfully, but these errors were encountered: