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
Could you please let me how Light bulb should output color value ? Is it RGB format or ?
From what I see right now it is just one number. F.e red outputs just 0. Blue 255.
The text was updated successfully, but these errors were encountered:
Ok, after some troubleshooting, I see how it works.
Question can we output all payload numbers as one messages simultaneously ?
Also why Red color only results 0 ? Example - hey Siri set color to red: 0,100,100. All other colors are fine.
This is the "Hue Saturation Lightness" Color model. See https://en.wikipedia.org/wiki/HSL_and_HSV
Minimum and maximum of the Hue value is red - this is how HSL works. It's an angle around the color-circle.
About outputting all values at once - I will think about that.
Could you please let me how Light bulb should output color value ? Is it RGB format or ?
From what I see right now it is just one number. F.e red outputs just 0. Blue 255.
The text was updated successfully, but these errors were encountered: