|
发表于 2018-3-9 13:15:37
|
显示全部楼层
HB的插件
https://github.com/nitaybz/homebridge-broadlink-s1c
配置
"platforms": [
{
"platform": "broadlinkS1C",
"name": "S1C",
"ip": "10.0.0.X",
"stayMode": "disarm",
"awayMode": "full_arm",
"nightMode": "part_arm",
"alarmSound": true,
"notificationSound": false,
"motionTimeout": 30
}
], |
|