homebridge-garagedoor-uno
Version:
Garage Door open plugin for Homebridge
20 lines (19 loc) • 572 B
JSON
{
"bridge": {
"name": "Homebridge",
"username": "CC:22:3D:E3:CE:30",
"port": 51826,
"pin": "031-45-154"
},
"description": "This is an example configuration file. You can use this as a template for creating your own configuration file.",
"platforms": [],
"accessories": [{
"accessory" : "GarageDooronof",
"name" : "Garage",
"doorSwitchPin" : 5,
"statoip": "192.168.1.64",
"statoname": "serranda",
"doorSwitchPressTimeInMs" : 900,
"doorSwitchActiveLow" : 0
}]
}