mirror of https://github.com/arendst/Tasmota.git
Updated Rules (markdown)
parent
8fd527586c
commit
2a55381c42
4
Rules.md
4
Rules.md
|
@ -174,7 +174,7 @@ Time#Initialized | once when NTP is initialized and time is in sync
|
|||
Time#Initialized>120 | once when NTP is initialized and time is in sync after 02:00 | 6.1.0
|
||||
Time#Set | every hour when NTP makes time in sync
|
||||
Time#Minute | every minute
|
||||
Time#Minute=241 | every day once at 04:01 (= 241 minutes after midnight) | 6.1.0
|
||||
Time#Minute==241 | every day once at 04:01 (= 241 minutes after midnight) | 6.1.0
|
||||
Time#Minute\|5 | every five minutes | 6.1.1.6
|
||||
Clock#Timer=3 | when global ``Timer3`` is activated
|
||||
Rules#Timer=1 | when countdown ``RuleTimer1`` expires
|
||||
|
@ -199,7 +199,7 @@ Example triggers are:
|
|||
|
||||
- ``Tele-AM2301#Temperature``triggers on the TelePeriod time for the sensor AM2301.
|
||||
- ``Dsb18b20#Temperature<20`` whenever the temperature of sensor DSB18B20 is below 20 degrees
|
||||
- ``AM2301-12#Humidity=55.5`` whenever the hunidity of sensor AM2301-12 equals 55.5 %
|
||||
- ``AM2301-12#Humidity=55.5`` whenever the humidity of sensor AM2301-12 equals 55.5 %
|
||||
- ``INA219#Current>0.100`` whenever the current drawn is more than 0.1A
|
||||
- ``Energy#Power>100`` whenever the power used is more than 100W
|
||||
|
||||
|
|
Loading…
Reference in New Issue