poprawki do WFH Asiowego

This commit is contained in:
2025-12-03 09:58:05 +01:00
parent c36fea7e2d
commit c21a6dee5e
3 changed files with 5 additions and 4 deletions

View File

@@ -52,7 +52,8 @@ end
rule "Przedpokój: zgaś rano"
when
Time cron "0 10 7 ? * MON-FRI *"
/* teraz po osmej, bo ciemno i Asia WFH */
Time cron "0 10 8 ? * MON-FRI *"
then
sSONOFF06.sendCommand(OFF)
end

View File

@@ -2,8 +2,8 @@
rule "Zapal lampkę i cottonballs rano"
when
Time cron "0 43 5 ? * MON-FRI *"
/* Time cron "0 29 7 ? * MON-FRI *"
/* Time cron "0 43 5 ? * MON-FRI *" */
Time cron "0 14 6 ? * MON-FRI *"
/* Time cron "0 59 8 ? * MON-FRI *" */
then
if (sHolidayVacancy.state != ON) {

View File

@@ -18,7 +18,6 @@ when
Item sWC_occupied changed from ON to OFF or
Time cron "55 49 5,8,11 ? * MON-FRI" or /* w ciągu dnia roboczego */
Time cron "55 9/20 15-20 ? * MON-FRI" or /* normalnie bez kotow */
/* Time cron "55 9/12 15-21 ? * MON-FRI" or czesciej jak koty byly */
Time cron "55 59,19,39 8-20 ? * SAT,SUN"
then
if (sHolidayVacancy.state == ON) {
@@ -77,3 +76,4 @@ then
sSONOFF01.sendCommand(ON)
end
*/