docs: fix an incorrection in the notifier example
Signed-off-by: Pieter Willekens <me@pataar.nl>
This commit is contained in:
parent
efeea0d8e1
commit
a700725681
|
@ -1725,9 +1725,9 @@ url: tgram://{bottoken}/{ChatID}
|
||||||
events: started
|
events: started
|
||||||
body: Your printer started printing '{event_args[1].filename}'
|
body: Your printer started printing '{event_args[1].filename}'
|
||||||
|
|
||||||
[notifier print_completed]
|
[notifier print_complete]
|
||||||
url: tgram://{bottoken}/{ChatID}
|
url: tgram://{bottoken}/{ChatID}
|
||||||
events: completed
|
events: complete
|
||||||
body: Your printer completed printing '{event_args[1].filename}'
|
body: Your printer completed printing '{event_args[1].filename}'
|
||||||
attach: http://192.168.1.100/webcam/?action=snapshot
|
attach: http://192.168.1.100/webcam/?action=snapshot
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue