dec0ntamination/example.config.json
2024-12-17 21:15:50 -05:00

25 lines
517 B
JSON

{
"servers": {
"deconz": {
"url": "http://zigbee.hacdcserver.org",
"apiKey": "",
"clientName": "dec0ntaminator"
},
"influx": {
"url": "http://influx.hacdc.org",
"apiKey": "",
"bucket": "",
"orgId": ""
}
},
"devices": [
{
"name": "",
"uniqueId": "",
"valueKey": "",
"valueModifier": "1",
"influxKey": ""
}
]
}