SamZorSec / Arilux_AL-LC0X

Alternative firmware for Arilux AL-LC0X LED controllers, based on the MQTT protocol and a TLS connection
MIT License
190 stars 33 forks source link

Docu incomplete #26

Open mrohner opened 7 years ago

mrohner commented 7 years ago

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