jdomeij / node-red-contrib-node-hue

Node RED nodes for controlling Philips Hue lights
Apache License 2.0
17 stars 8 forks source link

Color changes, though no command given for that #14

Closed brammh closed 6 years ago

brammh commented 6 years ago

Most likely I'm doing something wrong. I use a message to turn on the lights of a group to a certain level. using this payload: {"on": true,"bri": 80,"duration": 10} The funny thing is that the color is also changing to some purple / pink color (no matter what the color before the transaction was). I only want to change the brightness. where is the command to change color coming from? thnx, bram

jdomeij commented 6 years ago

When changing one parameter the node would push all its values to the light, I have upload and new version that limits the node to only push out changed parameters.