mirror of https://github.com/arendst/Tasmota.git
Updated Rules (markdown)
parent
d5e73c14dc
commit
8f51ac70d5
2
Rules.md
2
Rules.md
|
@ -53,7 +53,7 @@ Spaces after **on**, around **do** and before **endon** are mandatory. A rule is
|
|||
|
||||
Before 6.1.0 20180706, there was one buffer for all rule commands. To store a complete set of commands in the flash memory buffer the ``Rule`` keyword can be used:
|
||||
|
||||
``Rule on [trigger1] do <command> endon on [trigger2] do [command] endon ...``
|
||||
``Rule on [trigger1] do [command] endon on [trigger2] do [command] endon ...``
|
||||
|
||||
Starting with 6.1.0 20180706, there are three buffers for rule commands. Each of those buffers can be switched on and off individually. Instead of ``Rule`` use ``Rule[123]``:
|
||||
|
||||
|
|
Loading…
Reference in New Issue