This commit is contained in:
2025-02-10 12:48:42 +01:00
parent 1f13f354e1
commit 6d4b7541ef
8 changed files with 308 additions and 1 deletions

14
src/tsm/config-test.json Normal file
View File

@ -0,0 +1,14 @@
{
"mqtt": {
"broker": "mqtt://172.23.1.102:1883",
"tlsEnable": "false",
"topic": "tsm"
},
"interval": 10,
"servers": [
{
"name": "172.16.13.10",
"label": "david"
}
]
}