dec0ntamination/example.config.json

25 lines
517 B
JSON
Raw Normal View History

2024-12-17 02:22:13 +00:00
{
"servers": {
"deconz": {
"url": "http://zigbee.hacdcserver.org",
"apiKey": "",
"clientName": "dec0ntaminator"
},
"influx": {
"url": "http://influx.hacdc.org",
"apiKey": "",
2024-12-18 02:15:50 +00:00
"bucket": "",
"orgId": ""
2024-12-17 02:22:13 +00:00
}
},
"devices": [
{
"name": "",
"uniqueId": "",
"valueKey": "",
"valueModifier": "1",
2024-12-18 02:15:50 +00:00
"influxKey": ""
2024-12-17 02:22:13 +00:00
}
]
}