Implemented last will and birth message on MQTT

This commit is contained in:
Thomas Lohmueller 2023-02-22 21:13:40 +01:00
parent 5c55905e69
commit dcb90404e8
4 changed files with 41 additions and 13 deletions

View file

@ -73,7 +73,11 @@
"port": 1883,
"name": "",
"password": "",
"topic": "LoraAPRS/Data"
"topic": "LoraAPRS/Data",
"will_active": false,
"will_topic": "LoraAPRS/State",
"will_message": "offline",
"birth_message": "online"
},
"syslog": {
"active": false,