Introduce notification_settings for telegram

This commit is contained in:
Matthias
2020-09-19 19:38:33 +02:00
parent 2a7935e35e
commit e53b88bde3
3 changed files with 38 additions and 5 deletions

View File

@@ -116,7 +116,16 @@
"telegram": {
"enabled": true,
"token": "your_telegram_token",
"chat_id": "your_telegram_chat_id"
"chat_id": "your_telegram_chat_id",
"notification_settings": {
"status": "on",
"warning": "on",
"startup": "on",
"buy": "on",
"sell": "on",
"buy_cancel": "on",
"sell_cancel": "on"
}
},
"api_server": {
"enabled": false,