salon: przestawienie na zapalanie troche wczesniej latem

This commit is contained in:
2020-06-28 20:13:49 +02:00
parent 896984b299
commit 40b724478f

View File

@@ -26,7 +26,8 @@ end
rule "Zapal sufitowe przed zachodem" rule "Zapal sufitowe przed zachodem"
when when
Item sSunset_Event_in_hour received update ON /* Item sSunset_Event_in_hour received update ON */
Item sSunset_Event_in_twohours received update ON
then then
/* HOLIDAY */ /* HOLIDAY */
@@ -61,7 +62,8 @@ end
rule "Zapal lampkę i kanapowe przed zmierzchem" rule "Zapal lampkę i kanapowe przed zmierzchem"
when when
Item sSunset_Event_in_halfhour received update ON /* Item sSunset_Event_in_halfhour received update ON*/
Item sSunset_Event_in_hour received update ON
then then
dSONOFF01LED.sendCommand(0) dSONOFF01LED.sendCommand(0)
@@ -139,3 +141,4 @@ end
6 Day-of-Week 6 Day-of-Week
7 Year (optional field) 7 Year (optional field)
*/ */