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
payload.xy Color XY object is missing in msg.payload.
I've created a device with name "scene". Before update to 1.1.3 i've used it to change colors of some hue bulbs. If i said "scene red" - some bulbs were changed to red. After update to 1.1.3 if i say "scene red" alexa says that device didn't responded - BUT - the information was anyway sent:
(debug)
payload: object
hue: 43690
sat: 254
bri: 254
command: "switch"
bri_normalized: 100
so xy that i used is missing - its not working.
Alexa Devices generation: gen2, gen3
node red version 0.20.8
npm version 6.11.3
is docker used? n
can you reproduce this "error"?
The text was updated successfully, but these errors were encountered:
still working - items get information and also forward the information but it seems that the response to alexa is not correct because the device gets marked as failed after a color update
payload.xy Color XY object is missing in msg.payload.
I've created a device with name "scene". Before update to 1.1.3 i've used it to change colors of some hue bulbs. If i said "scene red" - some bulbs were changed to red. After update to 1.1.3 if i say "scene red" alexa says that device didn't responded - BUT - the information was anyway sent:
(debug)
payload: object
hue: 43690
sat: 254
bri: 254
command: "switch"
bri_normalized: 100
so xy that i used is missing - its not working.
can you reproduce this "error"?
The text was updated successfully, but these errors were encountered: