Updated Commands (markdown)

Michael Ingraham 2019-02-19 09:46:22 -05:00
parent 47684f70e2
commit cc3fc8aa72
1 changed files with 3 additions and 3 deletions

@ -73,10 +73,10 @@ http://sonoff/cm?user=admin&password=joker&cmnd=Backlog%20Power%20Toggle%3BPower
## Command Overview
- Every command used without a parameter (payload) returns current setting.<BR>
`Power` will return the status of Relay1<BR>
Example: `Power` will return the status of Relay1<BR>
- Instead of `0` you can use `off` and instead of `1` you can use `on`<BR>
`Power ON` turns Relay1 on<BR>
`Power1 1` also turns Relay1 on<BR>
Example: `Power ON` turns Relay1 on<BR>
Example: `Power1 1` also turns Relay1 on<BR>
- 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`