docs: improve notifier reference when using the action

This was unclear for users.

Signed-off-by: Pieter Willekens <me@pataar.nl
This commit is contained in:
pataar 2022-11-03 11:38:24 +01:00 committed by Eric Callahan
parent 779997c2b8
commit 6f43940270
1 changed files with 2 additions and 2 deletions

View File

@ -1943,7 +1943,7 @@ events: error
body: {event_args[1].message}
attach: http://192.168.1.100/webcam/?action=snapshot
[notifier gcode_telegram]
[notifier my_telegram_notifier]
url: tgram://{bottoken}/{ChatID}
events: gcode
body: {event_message}
@ -1959,7 +1959,7 @@ with a gcode_macro, such as:
[gcode_macro NOTIFY_FILAMENT_CHANGE]
gcode:
{action_call_remote_method("notify",
name="telegram",
name="my_telegram_notifier",
message="Filament change needed!")}
```