Compare commits
2 Commits
v0.3.0
...
c00d2afb27
Author | SHA1 | Date | |
---|---|---|---|
c00d2afb27 | |||
|
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