For example when the Bulb RGBW is in color mode, it can't switch to white mode from a HTTP command I use manually in a webbrowser or via Shelly Motion...
Command :
http://[ipaddress]/white/0?mode=white&turn=on&brightness=50&temp=3000
Result :
Code
{"ison":true,"source":"http","has_timer":false,"timer_started":0,"timer_duration":0,"timer_remaining":0,"mode":"color","red":255,"green":0,"blue":0,"white":0,"gain":90,"temp":3000,"brightness":50,"effect":0}
So the command doesn't return any error but doesn't change to white mode as requested.
Anyone has an idea? Is the http req invalid?
Haven't reset the bulb yet...