I have a script that triggers (turns on a pump) every 4 hours. and it works fine. however, I would like it to trigger 5 minutes past the hour instead of on the hour. No real reason why except for ease of viewing/scanning log as I have several events running at the same time.
Code: Select all
},
timer = {
'every 4 hours', -- Adjust this if necessary
},
},
Can this be done simply?
FYI: Since I changed all my scripts to dzVents I haven't had any fail to run.
Regards
Fred