universal-data-ingest/src/udi/config-test-ttn.json
Wolfgang Hottgenroth 72757b5ae7
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
add hottis threeway thermometer
2024-07-12 11:16:37 +02:00

22 lines
367 B
JSON

{
"mqtt": {
"broker": "ssl://eu1.cloud.thethings.network:8883",
"username": "de-hottis-saerbeck-monitoring@ttn",
"tlsEnable": "true"
},
"topicMappings": [
{
"topics": [ "v3/#" ],
"handler": "TTN",
"id": "TTN0",
"config": {
"attributes": {
}
}
}
],
"archiver": {
"dir": "./tmp/udi"
}
}