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