Device Timer rule
Posted: Wednesday 18 April 2018 11:26
..mmmh....
I have a lua script with the following rule:
so I expect the script runs every 3 minutes From October 15th to April 15th
... so why do I have the script running today?!
==== ERRATA CORRIGE ====
Whoops!
I wrote the time interval in a wrong way....
From Oct. 15th to April 15th

I have a lua script with the following rule:
Code: Select all
return {
on = {
timer = { 'every 3 minutes on -15/4,15/10-' },
},... so why do I have the script running today?!
Code: Select all
2018-04-18 11:24:00.608 dzVents: Info: [TEMP-KEEPER] ==> : ------ Start internal script: dzKeepTemp:, trigger: every 3 minutes on -15/4,15/10-Whoops!
I wrote the time interval in a wrong way....
From Oct. 15th to April 15th