homebridge-prometheus-exporter/dot-homebridge/config.json
2022-11-07 15:23:48 +01:00

25 lines
620 B
JSON

{
"accessories": [],
"bridge": {
"name": "Prometheus Exporter Test Homebridge",
"pin": "121-11-121"
},
"platforms": [
{
"pin": "808-00-808",
"platform": "PrometheusExporter",
"debug": true
},
{
"platform": "cmdSwitch2",
"switches": [
{
"name": "Test",
"on_cmd": "echo on",
"off_cmd": "echo off",
"state_cmd": "test $(echo \"`date +\"%s\"` % 4\" | bc) -eq 0"
}
]
}
]
}