mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2026-04-17 20:35:11 +00:00
Implemented last will and birth message on MQTT
This commit is contained in:
parent
5c55905e69
commit
dcb90404e8
4 changed files with 41 additions and 13 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue