forked from hjdhjd/homebridge-doorbird
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
35 lines (34 loc) · 848 Bytes
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"bridge": {
"name": "Homebridge",
"username": "XX:XX:XX:XX:XX:XX",
"port": 51827,
"pin": "xxx-xx-xxx"
},
"platforms": [
{
"platform": "DoorBird",
"cameras": [
{
"name": "DoorBird",
"doorbird_ip": "",
"doorbird_username": "",
"doorbird_password": "",
"cmd_doorbell": "",
"cmd_motionsensor": "",
"videoConfig": {
"source": "-re -i rtsp://xxxusername:[email protected]:8557/mpeg/media.amp",
"stillImageSource": "-i http://xxx.xxx.xxx.xxx:80/bha-api/image.cgi?http-user=xxx&http-password=xxx",
"maxStreams": 2,
"maxWidth": 1280,
"maxHeight": 720,
"maxFPS": 15,
"port": 5005
}
}
]
}
],
"accessories": [
]
}