dec0ntamination/example.config.json

35 lines
754 B
JSON
Raw Normal View History

2024-12-17 02:22:13 +00:00
{
"servers": {
"deconz": {
2024-12-18 04:24:19 +00:00
"url": "zigbee.hacdcserver.org",
2024-12-17 02:22:13 +00:00
"apiKey": "",
2024-12-18 04:24:19 +00:00
"clientName": "dec0ntaminator",
"websocketPort": 8082
2024-12-17 02:22:13 +00:00
},
"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
}
2024-12-18 04:24:19 +00:00
],
"wsDevices": [
{
"name": "",
"uniqueId": "",
"valueKey": "open",
2024-12-18 04:36:02 +00:00
"influxKey": "state",
"openScript": "this is optional"
2024-12-18 04:24:19 +00:00
}
2024-12-17 02:22:13 +00:00
]
}