Formating corrected

This commit is contained in:
Ollo 2021-01-23 09:55:13 +01:00
parent 1cea6b377e
commit f1baf8b916

View File

@ -36,13 +36,13 @@ Determine the IP address of your clock and execute the following script:
## MQTT Interface ## MQTT Interface
* **basetopic**/cmd/single * **basetopic**/cmd/single
** ON Set brightness to 100% * ON **Set brightness to 100%**
** OFF Set brightness to 0% * OFF **Set brightness to 0%**
** 0-100 Set brightness to given value * 0-100 **Set brightness to given value**
** #rrggbb Bacground color is set to hex representation of red, green and blue * #rrggbb **Background color is set to hex representation of red, green and blue**
** 0-255,0-255,0-255 Background color is set to decimal representation of red, green an blue * 0-255,0-255,0-255 **Background color is set to decimal representation of red, green an blue**
* **basetopic**/cmd/telnet * **basetopic**/cmd/telnet
** ignored Stop MQTT server and start telnetserver at port 23 * ignored **Stop MQTT server and start telnetserver at port 23**
## OpenHAB2 ## OpenHAB2
Tested MQTT with binding-mqtt 2.5.x Tested MQTT with binding-mqtt 2.5.x