forked from alexbain/lirc_web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
33 lines (33 loc) · 669 Bytes
/
config.json
File metadata and controls
33 lines (33 loc) · 669 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
{
"repeaters": {
"SonyTV": {
"VolumeUp": true,
"VolumeDown": true
}
},
"macros": {
"Play Xbox 360": [
[ "SonyTV", "Power" ],
[ "SonyTV", "Xbox360" ],
[ "Yamaha", "Power" ],
[ "Yamaha", "Xbox360" ],
[ "Xbox360", "Power" ]
],
"Listen to Music": [
[ "Yamaha", "Power" ],
[ "Yamaha", "AirPlay" ]
]
},
"commandLabels": {
"LircNamespace": {
"KEY_POWER": "Power",
"KEY_VOLUMEUP": "Vol+",
"KEY_VOLUMEDOWN": "Vol-",
"KEY_CHANNELUP": "Channel Up",
"KEY_CHANNELDOWN": "Channel Down"
}
},
"remoteLabels": {
"LircNamespace": "LIRC namespace"
}
}