Updated the documentation
This commit is contained in:
parent
b5658b048a
commit
a68313e55f
14
Readme.md
14
Readme.md
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user