Updated Rules (markdown)

Michael Ingraham 2019-02-12 23:39:49 -05:00
parent d5e73c14dc
commit 8f51ac70d5
1 changed files with 1 additions and 1 deletions

@ -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]``: