beginning of dapnet support
This commit is contained in:
parent
226119849e
commit
1e3647720f
1 changed files with 11 additions and 4 deletions
15
config.json
15
config.json
|
@ -17,18 +17,25 @@
|
|||
"lorawan": {
|
||||
"enabled": true,
|
||||
"mqttserver": "mqtt://eu1.cloud.thethings.network:1883",
|
||||
"username": "<Username>",
|
||||
"password": "<Password>"
|
||||
"username": "TTN_v3_MQTT_Username",
|
||||
"password": "TTN_v3_MQTT_Password"
|
||||
},
|
||||
"dapnet": {
|
||||
"enabled": false
|
||||
"enabled": false,
|
||||
"endpoint": "dapnet.afu.rwth-aachen.de",
|
||||
"username": "DAPNET_Username",
|
||||
"password": "DAPNET_Passwort"
|
||||
}
|
||||
},
|
||||
"pagers": {
|
||||
"birdyslim": {
|
||||
"enabled": true,
|
||||
"rxchain": {
|
||||
"lorawan": true
|
||||
"lorawan": true,
|
||||
"events": {
|
||||
"webhook": false,
|
||||
"mqtt": false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue