homebridge-gpio-on-switch
Version:
16 lines • 320 B
JSON
{
"bridge": {
"name": "Homebridge",
"username": "CC:22:3D:E3:CE:30",
"port": 51826,
"pin": "031-45-154"
},
"description": "This is an example configuration for the Homebridge GPIO On Switch plugin",
"accessories": [
{
"accessory": "HomebridgeGpioOnSwitch",
"name": "room light",
"pin": 18
}
]
}