feat: trochę wcześniejsze wstawanie Asi

This commit is contained in:
2022-05-05 17:24:05 +02:00
parent 1037c3eec0
commit 2a4b4568f9
3 changed files with 6 additions and 5 deletions

View File

@@ -42,8 +42,8 @@ end
rule "Przedpokój: zapal rano"
when
Time cron "0 48 5 ? * MON-FRI *" /*or
Time cron "0 44 6 ? * MON-FRI *" */
Time cron "0 44 5 ? * MON-FRI *"
/* Time cron "0 33 6 ? * MON-FRI *" */
then
sSONOFF06.sendCommand(ON)
end

View File

@@ -7,6 +7,7 @@
rule "Zapal stółlampkę rano"
when
Time cron "0 47 5 ? * MON-FRI *"
/* Time cron "0 33 6 ? * MON-FRI *" */
then
sSONOFF02.sendCommand(ON)
@@ -19,7 +20,7 @@ end
rule "Zgaś stółlampkę rano"
when
Time cron "0 30 6 * * ?"
Time cron "0 50 6 * * ?"
then
sSONOFF02.sendCommand(OFF)

View File

@@ -2,8 +2,8 @@
rule "Zapal lampkę i cottonballs rano"
when
Time cron "0 48 5 ? * MON-FRI *"
/* Time cron "0 39 6 ? * MON-FRI *" */
Time cron "0 43 5 ? * MON-FRI *"
/* Time cron "0 33 6 ? * MON-FRI *" */
then
sOWFS02.sendCommand(ON)
sSONOFF08a.sendCommand(ON)