feat: trochę wcześniejsze wstawanie Asi
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user