|
楼主 |
发表于 2018-11-2 14:12:44
|
显示全部楼层
{
"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 containing devices you actually own.",
"accessories": [],
"platforms": [{
"platform": "yeelight",
"name": "yeelight"
},
{
"platform": "MiRobotVacuumPlatform",
"deviceCfgs": {
"type": "MiRobotVacuum",
"ip": "192.168.1.117",
"token": "xxxxxx",
"robotVacuumName": "robot vacuum",
"enablePauseToCharge": true,
"robotVacuumDisable": false
}
},{
"platform": "Camera-ffmpeg",
"cameras": [
{
"name": "My Camera",
"videoConfig": {
"source": "-re -i rtsp://admin:[email protected]/Streaming/Channels/1",
"maxStreams": 2,
"maxWidth": 1280,
"maxHeight": 720,
"maxFPS": 10
}
}
]
}
]
} |
|