salon: gasząc wieczorem, zgaś przy suficie, ale zostaw za kanapą

This commit is contained in:
root
2018-09-04 18:40:08 +02:00
parent 394c6af116
commit 0511314fb4

View File

@@ -85,7 +85,7 @@ then
dSONOFF02LED.sendCommand(0) dSONOFF02LED.sendCommand(0)
end end
rule "Zgaś stółlampkę i kanapowe wieczorem" rule "Zgaś stółlampkę i sufitowe wieczorem"
when when
Time cron "0 15 22 * * ?" Time cron "0 15 22 * * ?"
then then
@@ -93,8 +93,7 @@ then
sSONOFF02_expected.postUpdate(OFF) sSONOFF02_expected.postUpdate(OFF)
dSONOFF02LED.sendCommand(1023) dSONOFF02LED.sendCommand(1023)
sSONOFF01.sendCommand(OFF) sD1MINI01_lampki_sufitowe.sendCommand(OFF)
dSONOFF01LED.sendCommand(1023)
end end
/* /*