andrei-tatar / node-red-contrib-nora

Node Red Google Home integration
74 stars 25 forks source link

Status of light with colour support does not change correctly from input #93

Open FrankX0 opened 3 years ago

FrankX0 commented 3 years ago

When changing the status of a light with colour support, only the on- and brightness-setting change: hue, saturation and value are reset to their defaults (0°, 0%, 100%). To reproduce, inject following example object: {"on":true,"brightness":50,"color":{"spectrumHsv":{"hue":61,"saturation":0.5,"value":0.8}}}

FrankX0 commented 3 years ago

Duplicate of #68