mirror of https://github.com/arendst/Tasmota.git
Updated Commands (markdown)
parent
f3104915df
commit
5208a2c339
10
Commands.md
10
Commands.md
|
@ -52,18 +52,18 @@ http://sonoff/cm?&user=put_username_here&password=put_password_here&cmnd=Power%2
|
|||
|
||||
The serial interface is set to 115200 bps except for Sonoff Dual and the Sonoff RF Bridge where it is set to 19200 bps.
|
||||
|
||||
## Using backlog
|
||||
Starting with version 5.3.0 a backlog feature is available allowing to execute several commands in sequence (chaining).
|
||||
## Using Backlog
|
||||
Starting with version 5.3.0 a `Backlog` feature is available allowing to execute several commands in sequence (chaining).
|
||||
Maximum commands per request:
|
||||
* Versions < 5.12.0i = 16/request
|
||||
* Versions >= 5.12.0i = 30/request
|
||||
|
||||
Examples of this command are:
|
||||
```
|
||||
Backlog status 1; power 2; delay 20; power 2; status 4
|
||||
Backlog ssid1 myssid; password1 mypassword
|
||||
`Backlog status 1; power 2; delay 20; power 2; status 4`
|
||||
`Backlog ssid1 myssid; password1 mypassword`
|
||||
http://sonoff/cm?user=admin&password=joker&cmnd=Backlog%20Power%20Toggle%3BPower1%20off
|
||||
You have to encode space(%20) and ;(%3B)
|
||||
You have to encode space(%20) and ;(%3B)
|
||||
```
|
||||
|
||||
## Command Overview
|
||||
|
|
Loading…
Reference in New Issue