You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First up, cheers for having a play with the SDK, you've actually stumbled upon a bug that exists in the current bulb FW. If the color set has a zero temperature, the bulbs ignore the duration. The quick fix would be to set the temperature to any non-zero value.
I'll leave the issue open and get back to you about a fix being implemented in the SDK.
I am assuming if I use ;
lfxLight.setColorOverDuration(newcolor,10000);
The color should crossfade from its current one to the new one over a 10 second period right?
Because it doesn't, if just changes straight away.
The text was updated successfully, but these errors were encountered: