rename gpio to pin command - #445

This commit is contained in:
proddy
2020-08-04 15:44:17 +02:00
parent e8c3b07cc6
commit b2b51b757e
6 changed files with 21 additions and 29 deletions

View File

@@ -91,7 +91,7 @@ system
set wifi password
set wifi ssid <name>
wifi reconnect
gpio <pin> [data]
pin <gpio> [data]
boiler
read <type ID>
@@ -150,9 +150,9 @@ commands must be written as `{"cmd":<cmd> ,"data":<data>, "id":<n> }`. The `id`
holiday <dd.mm.yyyy-dd.mm.yyyy>
date <NTP | hh:mm:ss-dd.mm.yyyy-dw-dst>
*cmd*
*system_cmd*
send <"0B XX XX ..">
gpio <0 | 1> <0-3> (for D0-D3)
pin <gpio> <on|off|1|0|true|false>
```