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
Hello,
that would be so cool to control brightness UP/DOWN via REST.
I use actualy a node-red in docker (raspberry). curl -o /dev/null -s -H "Content-Type:application/json" -X POST http://wemis.local/BrightnessUp?value=10
or curl -o /dev/null -s -H "Content-Type:application/json" -X POST http://wemis.local/BrightnessDown?value=10
in other words push up/down brightness by 10
Thanks
The text was updated successfully, but these errors were encountered:
Hello,
that would be so cool to control brightness UP/DOWN via REST.
I use actualy a node-red in docker (raspberry).
curl -o /dev/null -s -H "Content-Type:application/json" -X POST http://wemis.local/BrightnessUp?value=10
or
curl -o /dev/null -s -H "Content-Type:application/json" -X POST http://wemis.local/BrightnessDown?value=10
in other words push up/down brightness by 10
Thanks
The text was updated successfully, but these errors were encountered: