diff --git a/docu/docs/plugin/telegram.md b/docu/docs/plugin/telegram.md index c072556..92319d2 100644 --- a/docu/docs/plugin/telegram.md +++ b/docu/docs/plugin/telegram.md @@ -6,7 +6,10 @@ Mit diesem Plugin ist es moeglich, Telegram-Nachrichten für POCSAG-Alarmierunge Außerdem werden Locations versendet, wenn die Felder `lat` und `lon` im Paket definiert sind. (beispielsweise durch das [Geocoding](../modul/geocoding.md) Modul) ## Unterstütze Alarmtypen +- Fms - Pocsag +- Zvei +- Msg ## Resource `telegram` @@ -15,9 +18,12 @@ Außerdem werden Locations versendet, wenn die Felder `lat` und `lon` im Paket d |Feld|Beschreibung|Default| |----|------------|-------| -|message|Format der Nachricht|| |botToken|Der Api-Key des Telegram-Bots|| |chatIds|Liste mit Chat-Ids der Empfängers / der Emfänger-Gruppen|| +|message_fms|Format der Nachricht für FMS|`{FMS}`| +|message_pocsag|Format der Nachricht für Pocsag|`{RIC}({SRIC})\n{MSG}`| +|message_zvei|Format der Nachricht für ZVEI|`{TONE}`| +|message_msg|Format der Nachricht für MSG|| **Beispiel:** ```yaml @@ -25,7 +31,7 @@ Außerdem werden Locations versendet, wenn die Felder `lat` und `lon` im Paket d name: Telegram Plugin res: telegram config: - message: "{RIC}({SRIC})\n{MSG}" + message_pocsag: "{RIC}({SRIC})\n{MSG}" botToken: "BOT_TOKEN" chatIds: - "CHAT_ID" @@ -33,7 +39,7 @@ Außerdem werden Locations versendet, wenn die Felder `lat` und `lon` im Paket d --- ## Modul Abhängigkeiten -Aus dem Modul [Geocoding](../modul/geocoding.md) (optional): +Aus dem Modul [Geocoding](../modul/geocoding.md) (optional/nur POCSAG): - `lat` - `lon`