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
Under paragraph MQTT. chapter one it states: "For example, if you wanted to turn the light on, set it to full brightness, and make it red, you would have to publish to the state topic, the brightness topic and the color topic. JSON also allows effects and transitions to be specified"
It appears that is not true as I had to publish under the set topic in order to change colours.
Can you pls adapt the docu and give an example also such as:
Under paragraph MQTT. chapter one it states: "For example, if you wanted to turn the light on, set it to full brightness, and make it red, you would have to publish to the state topic, the brightness topic and the color topic. JSON also allows effects and transitions to be specified"
It appears that is not true as I had to publish under the set topic in order to change colours.
Can you pls adapt the docu and give an example also such as:
{"state":"ON","brightness":145,"white_value":0,"color":{"r":224,"g":99,"b":90}}
Thanks
The text was updated successfully, but these errors were encountered: