feat(mqtt): make subscription topics configurable via config.json

This commit is contained in:
2026-04-27 17:57:51 +02:00
parent 56cd9d5323
commit 817eda7d03
2 changed files with 29 additions and 13 deletions
+13 -1
View File
@@ -4,7 +4,19 @@
"port": 1883,
"user": "your_username",
"password": "your_password",
"client_id": "fleet_backend_prod"
"client_id": "fleet_backend_prod",
"topics": [
"servizi/+/stat",
"dmr-gateway/+/json",
"devices/+/services",
"nxdn-gateway/+/json",
"ysf-gateway/+/json",
"p25-gateway/+/json",
"dstar-gateway/+/json",
"mmdvm/+/json",
"devices/#",
"data/#"
]
},
"web_admin": {
"default_user": "admin",