mirror of https://github.com/arendst/Tasmota.git
DS18B20 typo
parent
b511b4c9d6
commit
c986de68a1
2
Rules.md
2
Rules.md
|
@ -110,7 +110,7 @@ To trigger only at TelePeriod time, prefix the sensor with the word `Tele-`.
|
|||
Trigger | When it occurs |
|
||||
------------------|-------------|
|
||||
|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|
|
||||
|DS18B20#Temperature<20| whenever the temperature of sensor DS18B20 is below 20 degrees|
|
||||
|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