fixSchedDay

day + time + interval=1 uses daily at time.
day + time + interval>1 uses every N days at time.
day without time uses every N days.
This commit is contained in:
Kelly
2026-05-04 17:39:59 -07:00
parent 2ce976ca8a
commit b03c5c9c2e
2 changed files with 15 additions and 6 deletions
+2 -2
View File
@@ -326,9 +326,9 @@ schedulerMotd = False
# 'tide' (time/day), 'solar' (time/day) for automated information broadcasts, matching module needs enabled!
# 'custom' for module/scheduler.py custom schedule examples
value =
# interval to use when time is not set (e.g. every 2 days)
# interval for recurring schedules (e.g. every 2 days, or every 2 days at a set time)
interval =
# time of day in 24:00 hour format when value is 'day' and interval is not set
# time of day in 24:00 hour format when value is 'day' (optional with interval)
# Process run :00,:20,:40 try and vary the 20 minute offsets to avoid collision
time =