Updated Rules (markdown)

blakadder 2019-05-07 19:23:11 +02:00
parent 5d097d10ae
commit 9b094e0ccf
1 changed files with 2 additions and 2 deletions

@ -95,8 +95,8 @@ Trigger | When it occurs |
`Dimmer#State` | when a the value for Dimmer is changed `Dimmer#State` | when a the value for Dimmer is changed
`Dimmer#Boot` | occurs after Tasmota starts `Dimmer#Boot` | occurs after Tasmota starts
<a id="ADC0"> </a> `Analog#A0div10` | when the `A0` input changes by more than 1% it provides a value between 0 and 100 <a id="ADC0"> </a> `Analog#A0div10` | when the `A0` input changes by more than 1% it provides a value between 0 and 100
`VARx#State` | when a the value for a Variable is changed `Var<x>#State` | when the value for Var\<x\> is changed
`MEMx#State` | when a the value for a Persistent Variable is changed `Mem<x>#State` | when the value for Mem\<x\> is changed
Connected sensors can be a trigger in the form as they are represented in the `TelePeriod` or `Status 8` JSON message. Connected sensors can be a trigger in the form as they are represented in the `TelePeriod` or `Status 8` JSON message.