WIP prototype
This commit is contained in:
23
example.config.json
Normal file
23
example.config.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"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": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user