-
Notifications
You must be signed in to change notification settings - Fork 0
/
commandMap.json
65 lines (53 loc) · 2.35 KB
/
commandMap.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
64
65
{
"on" : ["PO", "power on"],
"off": ["PF", "power off"],
"up": ["VU", "volume up"],
"+": ["VU", "volume up"],
"down": ["VD", "volume down"],
"-": ["VD", "volume down"],
"mute": ["MO", "sound off"],
"unmute": ["MF", "sound back on"],
"vol": ["?V", "get volume"],
"tone" : ["9TO", "change tone, cyclic"],
"tone off" : ["0TO", "tone bypass"],
"tone on" : ["1TO", "turn tone on"],
"treble up" : ["TI", "increase treble"],
"treble down" : ["TD", "decrease treble"],
"treble reset" : ["06TR", "reset treble setting"],
"bass up" : ["BI", "increase bass"],
"bass down" : ["BD", "decrease bass"],
"bass reset" : ["06BA", "reset bass to 0"],
"mcacc" : ["MC0", "change MCACC, cyclic"],
"phase" : ["IS9", "cycle through phase control, recommended to be on"],
"stereo" : ["0001SR", "cycle through stereo modes"],
"unplugged" : ["0109SR", "unplugged mode"],
"extended" : ["0112SR", "extended stereo mode; uses all speakers"],
"mode" : ["?S", "query current mode"],
"model" : ["?RGD", "query current model"],
"mac address" : ["?SVB", "query mac address"],
"software version" : ["?SSI", "query software version"],
"info" : ["?RGD, ?SVB, ?SSI", "query joint info"],
"loud" : ["9ATW", "toggle loudness (cyclic)"],
"hdmi" : ["31FN", "cycle through hdmi inputs (TODO: check)"],
"start" : ["30NW", "menu start (network)"],
"next" : ["13NW", "next (network)"],
"pause" : ["11NW", "pause (network)"],
"play" : ["10NW", "play (network)"],
"previous" : ["12NW", "previous (network)"],
"stop" : ["20NW", "stop (network)"],
"clear" : ["33NW", "clear (network)"],
"repeat" : ["34NW", "repeat (network)"],
"random" : ["35NW", "random (network)"],
"menu" : ["36NW", "menu (network)"],
"netinfo" : ["?GAH", "netinfo (network)"],
"list" : ["?GAI", "list (network)"],
"top menu" : ["19IP", "top menu (network)"],
"nextpreset" : ["TPI", "next tuner preset"],
"prevpreset" : ["TPD", "prevous tuner preset"],
"mpx" : ["05TN", "mpx ?"],
"thx" : ["0050SR", "cycles through thx modes, but input must be THX"],
"surr" : ["0100SR", "cycles through surround modes (shortcut for \"mode\" command)"],
"video" : ["?VST", "get video info"],
"audio" : ["?AST, ?ATD, ?BA, ?TR", "get audio info"],
"input" : ["?F", "Show current input"]
}