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"
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
/* HOLIDAY */
@@ -61,7 +62,8 @@ end
rule "Zapal lampkę i kanapowe przed zmierzchem"
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
dSONOFF01LED.sendCommand(0)
@@ -139,3 +141,4 @@ end
6 Day-of-Week
7 Year (optional field)
*/