chore(wc): im starsi, tym wcześniej wstają

This commit is contained in:
2022-05-25 21:04:22 +02:00
parent c6ab2c2307
commit f7a32c919e

View File

@@ -40,8 +40,8 @@ end
rule "Włączaj wiatrak rano" rule "Włączaj wiatrak rano"
when when
Time cron "0 30 6 ? * MON-FRI" or Time cron "0 00 6 ? * MON-FRI" or
Time cron "0 30 9 ? * SAT-SUN" Time cron "0 00 9 ? * SAT-SUN"
then then
logInfo("Vacancy", "state {}", sHolidayVacancy.state) logInfo("Vacancy", "state {}", sHolidayVacancy.state)
if (sHolidayVacancy.state == ON) { if (sHolidayVacancy.state == ON) {