From 8b54c52e7f753bda8261ce61ef48b154e823e83a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 29 Oct 2025 00:41:59 +0000 Subject: [PATCH] Update config.template with new scheduler options documentation Co-authored-by: SpudGunMan <12676665+SpudGunMan@users.noreply.github.com> --- config.template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config.template b/config.template index 05cf34f..8759656 100644 --- a/config.template +++ b/config.template @@ -309,7 +309,9 @@ message = "MeshBot says Hello! DM for more info." # enable overides the above and uses the motd as the message schedulerMotd = False # value can be min,hour,day,mon,tue,wed,thu,fri,sat,sun. -# value can also be 'joke' (min/interval) or 'weather' (time/day) or 'link' (hour/interval) for special auto messages +# value can also be 'joke' (min/interval), 'weather' (time/day), 'link' (hour/interval) for special auto messages +# or 'news' (hour/interval), 'readrss' (hour/interval), 'mwx' (time/day), 'sysinfo' (hour/interval), +# 'tide' (time/day), 'sun' (time/day) for automated information broadcasts # 'custom' for module/scheduler.py custom schedule examples value = # interval to use when time is not set (e.g. every 2 days)