From 2a4b4568f95d0f7122cebf465a5637ca569f4d1d Mon Sep 17 00:00:00 2001 From: Tomasz Torcz Date: Thu, 5 May 2022 17:24:05 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20troch=C4=99=20wcze=C5=9Bniejsze=20wstaw?= =?UTF-8?q?anie=20Asi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rules/przedpokój.rules | 4 ++-- rules/salon.lampka-stolowa.rules | 3 ++- rules/sypialnia.lampka-nocna.rules | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/rules/przedpokój.rules b/rules/przedpokój.rules index 562d1b6..51a32e2 100644 --- a/rules/przedpokój.rules +++ b/rules/przedpokój.rules @@ -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 diff --git a/rules/salon.lampka-stolowa.rules b/rules/salon.lampka-stolowa.rules index 0e7ae7b..d3cc794 100644 --- a/rules/salon.lampka-stolowa.rules +++ b/rules/salon.lampka-stolowa.rules @@ -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) diff --git a/rules/sypialnia.lampka-nocna.rules b/rules/sypialnia.lampka-nocna.rules index a862a3d..9890112 100644 --- a/rules/sypialnia.lampka-nocna.rules +++ b/rules/sypialnia.lampka-nocna.rules @@ -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)