2022-11-06 13:50:39 +01:00
|
|
|
{
|
|
|
|
"accessories": [],
|
|
|
|
"bridge": {
|
|
|
|
"name": "Prometheus Exporter Test Homebridge",
|
|
|
|
"pin": "121-11-121"
|
|
|
|
},
|
|
|
|
"platforms": [
|
|
|
|
{
|
2022-11-09 00:41:02 +01:00
|
|
|
"pin": "121-11-121",
|
2022-11-06 13:50:39 +01:00
|
|
|
"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"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|