forked from alexbain/lirc_web
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.json
More file actions
40 lines (40 loc) · 735 Bytes
/
Copy pathconfig.json
File metadata and controls
40 lines (40 loc) · 735 Bytes
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
{
"server" : {
"port" : 3000,
"ssl" : false,
"ssl_cert" : "/home/pi/lirc_web/server.cert",
"ssl_key" : "/home/pi/lirc_web/server.key",
"ssl_port" : 3001
},
"repeaters": {
"SonyTV": {
"VolumeUp": true,
"VolumeDown": true
}
},
"macros": {
"Xbox360": [
[ "SonyTV", "Power" ],
[ "SonyTV", "Xbox360" ],
[ "Yamaha", "Power" ],
[ "Yamaha", "Xbox360" ],
[ "Xbox360", "Power" ]
]
},
"commandLabels": {
"Yamaha": {
"Xbox360": "Xbox 360",
"VolumeUp": "Volume Up",
"VolumeDown": "Volume Down"
}
},
"remoteLabels": {
"Xbox360": "Xbox 360"
},
"blacklists": {
"Yamaha": [
"AUX2",
"AUX3"
]
}
}