I want to be able to control both the RGB and the white values separately. Currently when I set it to the middle it sets the RGB to 255, like this:
{“state”:“ON”,“effect”:“static”,“color”:{“b”:255,“g”:255,“r”:255},“brightness”:255,“speed”:255,“white_value”:255}
Is there a way of setting those to 0 (through the UI)?
I am using my own code (lua-based), on nodeMCU firmware, and a standard aliexpress WS2812 leds strip.
The leds themselves work just fine, both the RGB and the W. I am asking how can I set the red,green,blue to 0 using the GUI in order to only have the WHITE turned on.