Updated the documentation

This commit is contained in:
Ollo 2021-01-15 18:39:23 +01:00
parent b5658b048a
commit a68313e55f

View File

@ -29,5 +29,17 @@ Determine the IP address of your clock and execute the following script:
./tools/remoteFlash.sh IP-Address
</pre>
## Internal Setup
## Hardware Setup
* GPIO2 LEDs
* GPIO0 Bootloader (at start)
* GPIO0 factory reset (long during operation)
## MQTT Interface
* **basetopic**/command
** ON Set brightness to 100%
** OFF Set brightness to 0%
** 0-100 Set brightness to given value
** #rrggbb Bacground 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
* **basetopic**/cmd/telnet
** ignored Stop MQTT server and start telnetserver at port 23