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

@@ -42,14 +42,16 @@ end
rule "Przedpokój: zapal rano"
when
Time cron "0 50 5 ? * MON-FRI *"
Time cron "0 48 5 ? * MON-FRI *" /*or
Time cron "0 44 6 ? * MON-FRI *" */
then
sSONOFF06.sendCommand(ON)
end
rule "Przedpokój: zgaś rano"
when
Time cron "0 50 6 ? * MON-FRI *"
/*Time cron "0 50 6 ? * MON-FRI *"*/
Time cron "0 50 7 ? * MON-FRI *"
then
sSONOFF06.sendCommand(OFF)
end
@@ -74,3 +76,10 @@ end
*/
/* special smart: 3x szybkie przełączenie zapala wszystko w domu;
if last przelaczenie time < 1 sekunde temu, licznik++
else licznik = 1
if licznik = 3, zapal wszystko
*/