mirror of https://github.com/arendst/Tasmota.git
Timers Rule2 in the thermostate example missed an 'endon' at the end.
parent
4e19daaccc
commit
7beb39bb6c
|
@ -391,7 +391,7 @@ TESTS:
|
|||
|
||||
TIMERS:
|
||||
* With the above the timers can be used to control mem1 and add a schedule to when the thermostat will be enabled
|
||||
`Rule2 on Clock#Timer=1 do mem 1 endon on Clock#Timer=2 do mem 0`
|
||||
`Rule2 on Clock#Timer=1 do mem 1 endon on Clock#Timer=2 do mem 0 endon`
|
||||
|
||||
[Back To Top](#top)
|
||||
|
||||
|
|
Loading…
Reference in New Issue