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

View File

@@ -4,6 +4,7 @@ rule "Synchronizuj prawe kanapowe z lewymi"
when when
Item sSONOFF09a changed Item sSONOFF09a changed
then then
Thread::sleep(800)
sSONOFF09b.sendCommand(sSONOFF09a.state.toString) sSONOFF09b.sendCommand(sSONOFF09a.state.toString)
end end