mirror of https://github.com/arendst/Tasmota.git
Updated Commands (markdown)
parent
86a0ceb4e5
commit
530d7e4527
|
@ -71,9 +71,14 @@ You have to encode space(%20) and ;(%3B)
|
|||
- Every command used without a parameter (payload) returns current setting.
|
||||
- Instead of `0` you can use `off` and instead of `1` you can use `on`
|
||||
- Replace `<x>` in a command with the appropriate index number. Leave it empty to use the first available.
|
||||
- In commands with parameters `x..y` you can use any number from and including `x` to `y`
|
||||
|
||||
>`Power` will return the status of Relay1
|
||||
|
||||
>`Power ON` turns Relay1 on
|
||||
|
||||
>`Power1 1` also turns Relay1 on
|
||||
|
||||
> `Power` will return the status of Relay1 while `Power ON` will turn Relay1
|
||||
> `Power1 1` will also turn Relay1 on
|
||||
|
||||
Command tables | . | . | .
|
||||
:--------------:|:--------------:|:--------------:|:--------------:|
|
||||
|
|
Loading…
Reference in New Issue