Updated Rules (markdown)

blakadder 2019-05-07 19:40:21 +02:00
parent 4c34709642
commit e7d5d94954
1 changed files with 1 additions and 1 deletions

@ -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