mirror of https://github.com/arendst/Tasmota.git
Updated Rules (markdown)
parent
4c34709642
commit
e7d5d94954
2
Rules.md
2
Rules.md
|
@ -86,7 +86,7 @@ Trigger | When it occurs |
|
|||
`Time#Minute\|5` | every five minutes
|
||||
`Clock#Timer=3` | when global `Timer3` is activated
|
||||
`Rules#Timer=1` | when countdown `RuleTimer1` expires
|
||||
`Event#User` | when command Event `User` is executed. You can define your own events.
|
||||
`Event#User` | when command `Event User` is executed. You can define your own event values and trigger them with the [`Event`](commands#event) command.
|
||||
`Power1#State` | when a power output is changed<br>use `Power1#state=0` and `Power1#state=1` for comparison, not =off or =on<br>Power2 for Relay2, etc.
|
||||
`Power1#Boot` | after Tasmota starts
|
||||
`Button2#State` | when a button changes state:<br>`0` = OFF<BR>`1` = ON<BR>`2` = TOGGLE<BR>`3` = HOLD
|
||||
|
|
Loading…
Reference in New Issue