gasząc wieczorem, zgaś też nad blatem
This commit is contained in:
@@ -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)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user