otaviojr / node-red-contrib-smartthings

Allows you to control your devices and get their status using NodeRed
MIT License
32 stars 16 forks source link

Problem parsing color #88

Open palsbo opened 1 year ago

palsbo commented 1 year ago

I try to chage color on a RGB light bulb (color node). When reading from the node, it says "deviceType: 'color', value: array[3]. I try to inject msg.payload={"value":[200,0,0]} msg.topic = color but get an error "Error updating device" I can change the switch, the level and the temperature with no problem, but the color fails. Wat am I doing wrong?