forked from dominick-han/homebridge-tv-cec
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config-sample.json
39 lines (39 loc) · 861 Bytes
/
config-sample.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
36
37
38
39
{
"bridge":{
"name":"Homebridge",
"username":"11:22:33:44:55:66",
"port":12345,
"pin":"123-45-678"
},
"description":"Homebridge",
"accessories":[
],
"platforms":[
{
"platform": "CEC",
"manufacturer": "RCA",
"model": "RTU5540-B",
"tv_service": true,
"sources": [
{
"name": "Raspberry Pi",
"manufacturer": "Raspberry Pi Foundation",
"model": "Raspberry Pi 3 Model B",
"address": "2.0.0.0"
},
{
"name": "Apple TV",
"manufacturer": "Apple Inc.",
"model": "Apple TV 4K",
"address": "3.0.0.0"
},
{
"name": "PC",
"manufacturer": "Intel",
"model": "Intel Xeon E5-2650 v2 * 2, Nvidia GTX 1080 Ti",
"address": "4.0.0.0"
}
]
}
]
}