homebridge-rfoutlets-protocol
Version:
RF (433MHz) outlet remote control plugin for homebridge which uses different protocols: https://github.com/thomas22122212/homebridge-rfoutlets-protocol
26 lines (22 loc) • 505 B
JSON
{
"bridge": {
"name": "Homebridge",
"username": "CB:22:3D:E3:CE:30",
"port": 51826,
"pin": "000-11-222"
},
"description": "My homebridge server",
"platforms": [],
"accessories": [{
"accessory": "RFOutlet",
"name": "Desk Light",
"type": "Light",
"manufacturer": "Silvercrest (brennenstuhl)",
"model": "RCR DP3 3711-A",
"serial": "dd4a931513aa",
"rf_on": 11742167,
"rf_off": 11559223,
"pulselength": "355",
"protocol": "4"
}]
}