różne zebrane fixy, głównie w timerach
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user