Wolfgang Hottgenroth 8dbef7c647
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
add decoder for lsn50 3-way
2024-02-09 13:38:55 +01:00

23 lines
389 B
JSON

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