fablab-luenen / McLighting

The ESP8266 based multi-client lighting gadget
MIT License
215 stars 30 forks source link

/off HTTP Request When Strip is Off Results in Strip Returning to Last Saved State #93

Closed ryancasler closed 3 years ago

ryancasler commented 4 years ago

If a strip is turned off and you issue an http request to /off, the strip will turn on again at the last settings that it was set to.

bpohvoodoo commented 4 years ago

It is not that easy. Have to implement your changes to html and to other functions, too, as they use "off" for toogle.

ryancasler commented 3 years ago

The fix that was implemented for this doesn't work. A request to the board for /off, simply causes the board to reboot.