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
Hello,
I'm using that solution for a while, but only for set brightness and turn-on of the light. Currently, I'm trying to change color, but without success. Have tried several possibilities in JSON format, sending color name, HEX, RGB, etc. but never been successful.
For example :
{"bri": 57,
"hsv": [ 169, 37, 57 ],
"rgb": [ 91, 145, 135 ],
"hex": "5C9187"
}
where only brightness is changed.
I've tried also to change the color on LIFX app and check the node lifx-out and it seems it is not changing as well.
Maybe I'm making somewhere a mistake, pls. correct me if I'm wrong.
Thank you.
The text was updated successfully, but these errors were encountered:
Sorry for the late answer. From the top of my head various formats are supported but at these should work at least and use the same color representation as the lights internally:
Hello,
I'm using that solution for a while, but only for set brightness and turn-on of the light. Currently, I'm trying to change color, but without success. Have tried several possibilities in JSON format, sending color name, HEX, RGB, etc. but never been successful.
For example :
{"bri": 57,
"hsv": [ 169, 37, 57 ],
"rgb": [ 91, 145, 135 ],
"hex": "5C9187"
}
where only brightness is changed.
I've tried also to change the color on LIFX app and check the node lifx-out and it seems it is not changing as well.
Maybe I'm making somewhere a mistake, pls. correct me if I'm wrong.
Thank you.
The text was updated successfully, but these errors were encountered: