From 17cce3b98b267ef71b2839dc5545789e0070c4e0 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Tue, 28 Oct 2025 20:23:24 -0700 Subject: [PATCH] Update custom_scheduler.template --- etc/custom_scheduler.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/custom_scheduler.template b/etc/custom_scheduler.template index 6153886..0e57e81 100644 --- a/etc/custom_scheduler.template +++ b/etc/custom_scheduler.template @@ -16,7 +16,7 @@ def setup_custom_schedules(send_message, tell_joke, welcome_message, handle_wxc, Python is sensitive to indentation so be careful when editing this file. https://thonny.org is included on pi's image and is a simple IDE to use for editing python files. - Available functions you can import and use: + Available functions you can import and use, be sure they are enabled modules in config.ini: - tell_joke() - Returns a random joke - welcome_message - A welcome message string - handle_wxc(message_from_id, deviceID, cmd, days=None) - Weather information