feat: uwzględnienie nieobecności w większej liczbie reguł
This commit is contained in:
@@ -24,11 +24,13 @@ rule "Zapal cottonballsy i blat przed zmierzchem"
|
||||
when
|
||||
Item sSunset_Event_in_hour received update ON
|
||||
then
|
||||
if (sHolidayVacancy.state == ON) {
|
||||
return;
|
||||
}
|
||||
|
||||
sOWFS01.sendCommand(ON)
|
||||
sOWFS01_expected.postUpdate(ON)
|
||||
|
||||
/* HOLIDAY */
|
||||
|
||||
sD1MINI02MOS.sendCommand(ON)
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user