gasząc wieczorem, zgaś też nad blatem

This commit is contained in:
root
2018-09-09 16:22:11 +02:00
parent 0511314fb4
commit 22b7710d43
2 changed files with 3 additions and 2 deletions

View File

@@ -5,7 +5,6 @@ when
then then
if (sD1MINI02MOS.state == ON) { if (sD1MINI02MOS.state == ON) {
sD1MINI02MOS.sendCommand(OFF) sD1MINI02MOS.sendCommand(OFF)
/* zrobic PWM DIMM */
} else { } else {
sD1MINI02MOS.sendCommand(ON) sD1MINI02MOS.sendCommand(ON)
} }

View File

@@ -85,7 +85,7 @@ then
dSONOFF02LED.sendCommand(0) dSONOFF02LED.sendCommand(0)
end end
rule "Zgaś stółlampkę i sufitowe wieczorem" rule "Zgaś stółlampkę, sufitowe i nablatowe wieczorem"
when when
Time cron "0 15 22 * * ?" Time cron "0 15 22 * * ?"
then then
@@ -94,6 +94,8 @@ then
dSONOFF02LED.sendCommand(1023) dSONOFF02LED.sendCommand(1023)
sD1MINI01_lampki_sufitowe.sendCommand(OFF) sD1MINI01_lampki_sufitowe.sendCommand(OFF)
sD1MINI02MOS.sendCommand(OFF)
end end
/* /*