From 4224579f797793ff226ac5af2ed253e7b6d98205 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Wed, 29 Oct 2025 21:16:32 -0700 Subject: [PATCH] Update checklist.md --- modules/checklist.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/modules/checklist.md b/modules/checklist.md index e7382d7..da3a6eb 100644 --- a/modules/checklist.md +++ b/modules/checklist.md @@ -341,6 +341,17 @@ Combine with the scheduler module to: checklist ``` + The list will show ✅ approved and ☑️ unapproved + The alarm will only alert on approved. + + in config.ini + ```ini + # Auto approve new checklists + auto_approve = True + # Check-in reminder interval is 5min + # Checkin broadcast interface and channel is emergency_handler interface and channel + ``` + 2. **Respond to Overdue Situations**: Act on overdue check-ins promptly 3. **Set Clear Policies**: Establish when and how to use the system