From a70072568134eb15f23ec343e9ba94f5789a8e01 Mon Sep 17 00:00:00 2001 From: pataar Date: Tue, 1 Mar 2022 18:35:47 +0100 Subject: [PATCH] docs: fix an incorrection in the notifier example Signed-off-by: Pieter Willekens --- docs/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index 05a7250..8f4849f 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -1725,9 +1725,9 @@ url: tgram://{bottoken}/{ChatID} events: started body: Your printer started printing '{event_args[1].filename}' -[notifier print_completed] +[notifier print_complete] url: tgram://{bottoken}/{ChatID} -events: completed +events: complete body: Your printer completed printing '{event_args[1].filename}' attach: http://192.168.1.100/webcam/?action=snapshot