esp8266-fastled-webserver icon indicating copy to clipboard operation
esp8266-fastled-webserver copied to clipboard

brightnesUP and brightnessDown via REST

Open ts-sz opened this issue 6 years ago • 0 comments

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

ts-sz avatar Jan 19 '19 01:01 ts-sz