Merge pull request #29 from janspeller/develop

change telegram docu for better understandability
This commit is contained in:
Bastian Schroll 2020-04-13 19:06:59 +02:00 committed by GitHub
commit 24f310e56f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,9 +26,9 @@ Außerdem werden Locations versendet, wenn die Felder `lat` und `lon` im Paket d
res: telegram
config:
message: "{RIC}({SRIC})\n{MSG}"
botToken: "{{ Telegram Bot Token }}"
chatIds:
- "{{ Telegram Chat Id }}"
botToken: "BOT_TOKEN"
chatIds:
- "CHAT_ID"
```
---