mirror of https://github.com/arendst/Tasmota.git
Power#Boot
parent
922d87c62f
commit
fcaf085518
2
Rules.md
2
Rules.md
|
@ -86,7 +86,7 @@ Mem<x>#State | when the value for Mem\<x\> is changed
|
||||||
Http#Initialized
|
Http#Initialized
|
||||||
Mqtt#Connected | when MQTT is connected
|
Mqtt#Connected | when MQTT is connected
|
||||||
Mqtt#Disconnected | when MQTT is disconnected
|
Mqtt#Disconnected | when MQTT is disconnected
|
||||||
Power1#Boot | `Relay1` state before Wi-Fi and MQTT are connected and before Time sync but after `PowerOnState` is executed.<BR>This will be the last state of `Relay1` if `PowerOnState` set to its default value (`3`)
|
Power1#Boot | `Relay1` state before Wi-Fi and MQTT are connected and before Time sync but after `PowerOnState` is executed. Power#Boot triggers before System#Boot.<BR>This trigger's value will be the last state of `Relay1` if [`PowerOnState`](Commands#poweronstate) is set to its default value (`3`).
|
||||||
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#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.
|
||||||
Rules#Timer=1 | when countdown `RuleTimer1` expires
|
Rules#Timer=1 | when countdown `RuleTimer1` expires
|
||||||
Switch1#Boot | occurs after Tasmota starts
|
Switch1#Boot | occurs after Tasmota starts
|
||||||
|
|
Loading…
Reference in New Issue