Alles anzeigenAfter you do some research, you will find:
COLOR mode
curl --request GET 'http://192.168.33.1/settings/?mode=color'
and
WHITE mode
curl --request GET 'http://192.168.33.1/settings/?mode=white'
Thanks for that as I hit a similar problem to the OP.
That being said according to the API notes it should work:
https://shelly-api-docs.shelly.cloud/#shelly-bulb-rgbw-light-0
There it says it is possible to set the parameter 'mode' to either 'color' or 'white' using that API.
http://<IP_ADDRESS>/light/0?mode=white
So it should in theory work...
What I've observed is that which ever mode the bulb is in, using with that URI it will always switch to color mode.
i.e
If the bulb in color mode and http://<IP_ADDRESS>/light/0?mode=white is called then it stays in color mode.
If the bulb in white mode and http://<IP_ADDRESS>/light/0?mode=white is called then it switches to color mode.
At least http://<IP_ADDRESS>/settings/?mode=white works like it should,