różne zebrane fixy, głównie w timerach

This commit is contained in:
2021-10-03 14:38:16 +02:00
parent 81310eefe2
commit ed5f26e096
6 changed files with 35 additions and 8 deletions

View File

@@ -2,7 +2,8 @@
rule "Zapal lampkę i cottonballs rano"
when
Time cron "0 42 5 ? * MON-FRI *"
Time cron "0 48 5 ? * MON-FRI *"
/* Time cron "0 39 6 ? * MON-FRI *" */
then
sOWFS02.sendCommand(ON)
sSONOFF08a.sendCommand(ON)
@@ -11,7 +12,8 @@ end
rule "Zgaś lampkę i cottonballs rano"
when
Time cron "0 30 6 * * ?"
/* Time cron "0 30 6 * * ?" */
Time cron "0 30 7 * * ?"
then
sOWFS02.sendCommand(OFF)
sSONOFF08a.sendCommand(OFF)