YeeLight WiFi RGB API start_cf sleep mode 7 problem

Hi,
I can get all of the API commands to work except this one.:confounded:
Using the example shown in the API -
{“id”:1,“method”:“start_cf”,“params”:[ 4, 2, “1000, 2, 2700, 100, 500, 1, 255, 10, 5000, 7, 0,0, 500, 2, 5000, 1”]}
the bulb just ignores the whole command.
If I remove the sleep tuple ‘5000, 7, 0,0’, it works OK.

Please check your firmware version, it’s the late added feature, but unfortunately I forgot exact which version.

Hi, it’s 1.4.1_45 and claims to be the latest!

Check the code and found the root cause, the bright field can’t be 0 even under mode 7…
It’s a bug and should be fixed in later firmware.

So please change pause tuple to “duration, 7, x, [0 ~ 100]”.

Thanks!
All working now.