homebridge-rcswitch-pulselength
Version:
A Homebridge plugin for controlling rc 433mhz switches with custom pulse lenght via iOS devices.
25 lines (21 loc) • 474 B
JSON
{
"bridge": {
"name": "Homebridge",
"username": "CC:22:3D:E3:CE:30",
"port": 40500,
"pin": "133-71-337"
},
"description": "Your Homebridge",
"accessories": [
{
"accessory": "RCSwitchP",
"name": "Switch One",
"id": "01",
"pulse": "180",
"pin": "0",
"on": "5566771",
"off": "5577660"
}
],
"platforms": []
}