-
Notifications
You must be signed in to change notification settings - Fork 15
/
config-sample.json
63 lines (62 loc) · 1.19 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"bridge":{
"name":"Homebridge",
"username":"CD:22:3D:E3:CE:30",
"port":51826,
"pin":"031-45-154"
},
"description":"Homebridge",
"accessories":[
],
"platforms":[
{
"platform":"AppleTV",
"name":"Apple TV",
"devices": [ ],
"accessories": [
{
"deviceID": "lounge",
"name": "Up",
"command": "up"
},
{
"deviceID": "lounge",
"name": "Down",
"command": "down"
},
{
"deviceID": "lounge",
"name": "Left",
"command": "left"
},
{
"deviceID": "lounge",
"name": "Right",
"command": "right"
},
{
"deviceID": "lounge",
"name": "Select",
"command": "select"
},
{
"deviceID": "lounge",
"name": "Up Next",
"command": [
{
"command": "menu",
"repeat": 7,
"interval": 0.3,
"pause": 1
},
{
"command": "tv",
"pause": 3
},
"select"
]
}
]
}
]
}