diff --git a/Commands.md b/Commands.md index ac0e6cb2..2600bb60 100644 --- a/Commands.md +++ b/Commands.md @@ -217,8 +217,8 @@ Command | Parameters :--- | :--- Rule\ |There are 3 separate rule sets, each with a 511 character limit. Each rule set can contain multiple [rules](Rules#rule-syntax). Each of the rule sets can be enabled or disabled individually (x = `1..3`)
`0` = disable Rule\
`1` = enable Rule\
`2` = toggle Rule\
`4` = disable one-shot detection (perform commands as long as trigger is met)
`5` = enable one-shot (e.g., sometimes used for slow changing sensors like temperature) detection
`6` = toggle one-shot detection
`8` = disable stop-on-error after exception restart
`9` = enable stop-on-error after exception restart
`10` = toggle stop-on-error after exception restart
`` = define [Rule\](Rules)
`+` = append to [Rule\](Rules)
`""` = clear Rule\ RuleTimer\ | Up to eight timers to be used as countdown event (x = `1..8`)
`0..32766` = set countdown rule timer in seconds -Mem\ | Manage up to 5 variables stored on flash (x = `1..5`)
`` = store a string value in a variable
`"` = clear stored value in Mem\ -Var\ | Manage up to 5 variables stored in memory (x = `1..5`)
`` = store a string value in a variable
`"` = clear stored value in Var\ +Mem\ | Manage up to 5 variables stored on flash (x = `1..5`)
`Mem` returns all current values. `Mem` returns the variable's current value.
`` = store a string value in a variable
`"` = clear stored value in Mem\ +Var\ | Manage up to 5 variables stored in memory (x = `1..5`)
`Var` returns all current values. `Var` returns the variable's current value.
`` = store a string value in a variable
`"` = clear stored value in Var\ Add\|`` = add value to Var\ Sub\|`` = subtract value to Var\ Mult\|`` = multiply value to Var\