partly works

This commit is contained in:
2024-12-01 16:38:25 +01:00
parent c659a89ec3
commit eea7c5c95b
4 changed files with 42 additions and 6 deletions

16
config-test.json Normal file
View File

@ -0,0 +1,16 @@
{
"mqtt": {
"broker": "mqtt://172.23.1.102:1883",
"username": "archiver",
"tlsEnable": "true"
},
"includeTopics": [
"#"
],
"excludeTopics": [
"IoT/Watchdog",
"snmp",
"MainsCnt/#",
"cem/#"
]
}