Updated Rules (markdown)

blakadder 2019-05-07 19:19:24 +02:00
parent 8bcc84eb7f
commit 5d097d10ae
1 changed files with 2 additions and 1 deletions

@ -53,6 +53,7 @@ Rule1 on <trigger1> do <command> break on <trigger2> do <command> endon
A rule trigger can consist of:
```
[TriggerName]#[ValueName]
[TriggerName]#[ValueName][comparison][value]
[SensorName]#[ValueName]
[SensorName]#[ValueName][comparison][value]
Tele-[SensorName]#[ValueName]
@ -65,7 +66,7 @@ Comparison operators are:
"=" operator is used for string comparison
"==" operator is used for numerical comparison
"|" operator is used for modulo remainder = 0 (i.e., exact division)
"|" operator is used for modulo calculation remainder = 0 (i.e., exact division)
```
Some of available triggers: