dec0ntamination/example.config.json

24 lines
487 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": "",
"bucket": ""
}
},
"devices": [
{
"name": "",
"uniqueId": "",
"valueKey": "",
"valueModifier": "1",
"unit": ""
}
]
}