drobne poprawki schedule

This commit is contained in:
2025-04-07 10:46:46 +02:00
parent a0c7e04187
commit 02e0e5261d
2 changed files with 4 additions and 4 deletions

View File

@@ -42,8 +42,8 @@ end
rule "Przedpokój: zapal rano"
when
Time cron "0 44 5 ? * MON-FRI *" /* była piąta */
/* Time cron "0 33 6 ? * MON-FRI *" */
/* Time cron "0 30 7 ? * MON-FRI *" */
Time cron "0 45 5 ? * MON-FRI *"
then
if (sHolidayVacancy.state != ON) {
sSONOFF06.sendCommand(ON)
@@ -52,8 +52,7 @@ end
rule "Przedpokój: zgaś rano"
when
/*Time cron "0 50 6 ? * MON-FRI *"*/
Time cron "0 50 7 ? * MON-FRI *"
Time cron "0 10 7 ? * MON-FRI *"
then
sSONOFF06.sendCommand(OFF)
end