I am having difficulty changing the color of the wave form.
{ "on": true, "bri": 30, "duration": 1000, "color": { "hue": 0, "saturation": 65535, "brightness": 65535, "kelvin": 3500 }, "period": 800, "cycles": 3, "skewRatio": 0, "waveform": "SINE" }
It only works for the default red. I would like to use different colors. But adding "name" or "RGB" to the color array only leads to an error.
Any suggestions?
I am having difficulty changing the color of the wave form.
{ "on": true, "bri": 30, "duration": 1000, "color": { "hue": 0, "saturation": 65535, "brightness": 65535, "kelvin": 3500 }, "period": 800, "cycles": 3, "skewRatio": 0, "waveform": "SINE" }It only works for the default red. I would like to use different colors. But adding "name" or "RGB" to the color array only leads to an error.
Any suggestions?