24 lines
487 B
JSON
24 lines
487 B
JSON
|
{
|
||
|
"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": ""
|
||
|
}
|
||
|
]
|
||
|
}
|