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
We have a standard RBG strip, and then we have an RGB bulb that has the cool/warm option (when we interact with it via the app).
Running the same code for both strip and bulb, they both turn on / off fine, but setting the colour doesn't work for the bulb (but does work for the strip). I've debugged it and the RGB value is being set for the bulb as expect, but the light isn't actually changing colour. We have tried calling refresh on it after changing colour. We have tried calling SetColdWhiteAsync after setting it to a different colour on the phone app, and it doesn't change either.
The text was updated successfully, but these errors were encountered:
We have a standard RBG strip, and then we have an RGB bulb that has the cool/warm option (when we interact with it via the app).
Running the same code for both strip and bulb, they both turn on / off fine, but setting the colour doesn't work for the bulb (but does work for the strip). I've debugged it and the RGB value is being set for the bulb as expect, but the light isn't actually changing colour. We have tried calling refresh on it after changing colour. We have tried calling SetColdWhiteAsync after setting it to a different colour on the phone app, and it doesn't change either.
The text was updated successfully, but these errors were encountered: