Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
0ae3824e88 |
@ -56,6 +56,7 @@ void loopHandler() {
|
|||||||
timer = 0;
|
timer = 0;
|
||||||
OUTPUT_SET(false);
|
OUTPUT_SET(false);
|
||||||
powerNode.setProperty("timer").send("0");
|
powerNode.setProperty("timer").send("0");
|
||||||
|
powerNode.setProperty("state").send("off");
|
||||||
}
|
}
|
||||||
if(millis() > next_timer_update) {
|
if(millis() > next_timer_update) {
|
||||||
next_timer_update = millis() + 60*1000;
|
next_timer_update = millis() + 60*1000;
|
||||||
|
Reference in New Issue
Block a user