Code: Select all
timer = { 'at 12:03 - 12:05'},
How can I make a script run at 2 separate time in a day.
I tried
Code: Select all
timer = { 'at 12:03' and 'at 12:05'},
Moderator: leecollings
Code: Select all
timer = { 'at 12:03 - 12:05'},
Code: Select all
timer = { 'at 12:03' and 'at 12:05'},
Code: Select all
timer = {'at 12:03', 'at 12:05'},
Code: Select all
timer = { 'every 2 minutes between 12:03 and 12:05'},
Code: Select all
timer = { 'at 12:03-12:05'},
But if it works, don't try to fix it, right?Be mindful of the logic if using multiple types of timer triggers. It may not make sense to combine a trigger for a specific or instantaneous time with a trigger for a span or sequence of times (like ‘at sunset’ with ‘every 6 minutes’) in the same construct. Similarly, 'between aa and bb' only makes sense with instantaneous times for aa and bb.
Users browsing this forum: No registered users and 1 guest