Timers Rule2 in the thermostate example missed an 'endon' at the end.

hoenes 2019-09-26 22:24:50 +02:00
parent 4e19daaccc
commit 7beb39bb6c
1 changed files with 1 additions and 1 deletions

@ -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)