JIAOYUE 650 API Command question

If I use {“id”:1,“method”:“set_power”,“params”:[“on”,“smooth”,500,2]} while the lamp is already on then the lamp does not switch to normal mode, how can I switch from night mode to normal mode when the lamp is already on ?

It should switch to sunlight mode, if not, it should be a bug. We will look into it.

Please use {“id”:1,“method”:“set_power”,“params”:[“on”,“smooth”,500,1]}, 2 means color mode.

@salexes

Exactly, try that param.

Thank you! How can I check in which mode it currently is via api ?