homebridge-switcher-platform
Version:
Homebridge plugin for Switcher Smart Accessories
51 lines (48 loc) • 1.04 kB
JSON
{
"bridge": {
"name": "Homebridge",
"username": "CD:22:3D:E3:CE:30",
"port": 51826,
"pin": "031-45-154"
},
"description": "This is an advanced example configuration for the switcher-platform homebridge plugin",
"platforms": [
{
"platform": "SwitcherPlatform",
"name": "Switcher Platform",
"debug": false,
"secondsToRemove": 0,
"token": "d3j29d0j23dio2j23d==",
"devices": [
{
"identifier": "24eaf5",
"accessoryType": "valve"
},
{
"identifier": "10.0.0.2",
"accessoryType": "outlet"
},
{
"identifier": "Desk Bulb",
"accessoryType": "switch"
},
{
"identifier": "21eac3",
"hide": true
}
],
"customTimers": [
{
"identifier": "24eaf5",
"shutdownMinutes": 30
},
{
"identifier": "24eaf5",
"shutdownMinutes": 60
}
]
}
],
"accessories": [
]
}