You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li>playpause <spanclass="explanation">toggles playing state</span></li>
60
+
<li>trackseek/{seconds into song, i.e. 60 for 1:00, 120 for 2:00 etc.}</li>
61
+
<li>next</li>
62
+
<li>previous</li>
63
+
</ul>
64
+
65
+
<h4>Volume</h4>
66
+
<ul>
67
+
<li>volume/{absolute volume}</li>
68
+
<li>volume/{+ or -}{relative volume}</li>
69
+
<li>groupVolume/{absolute volume}</li>
70
+
<li>groupVolume/{+ or -}{relative volume}</li>
71
+
<li>mute</li>
72
+
<li>unmute</li>
73
+
<li>groupMute</li>
74
+
<li>groupUnmute</li>
75
+
<li>togglemute</li>
76
+
<li>lockvolumes</li>
77
+
<li>unlockvolumes <spanclass="explanation"><spanclass="experimental">experimental</span> enforce the volume that was selected when locking!</span></li>
78
+
</ul>
79
+
80
+
<h4>Playback Settings</h4>
81
+
<ul>
82
+
<li>favorite</li>
83
+
<li>playlist</li>
84
+
<li>repeat/{on | off}</li>
85
+
<li>shuffle/{on | off}</li>
86
+
<li>crossfade/{on | off}</li>
87
+
</ul>
88
+
89
+
<h4>Queue</h4>
90
+
<ul>
91
+
<li>queue</li>
92
+
<li>clearqueue</li>
93
+
<li>seek/{queue index}</li>
94
+
</ul>
95
+
96
+
<h4>Room Grouping</h4>
97
+
<ul>
98
+
<li>add/{other zone name}</li>
99
+
<li>remove/{other zone name}</li>
100
+
<li>isolate</li>
101
+
</ul>
102
+
103
+
<h4>Other</h4>
104
+
<ul>
105
+
<li>say</li>
106
+
</ul>
107
+
108
+
<h4>Internals</h4>
50
109
<ul>
51
-
<li><strong>play</strong></li>
52
-
<li><strong>pause</strong></li>
53
-
<li><strong>playpause</strong> (toggles playing state)</li>
54
-
<li><strong>volume</strong> (parameter is absolute or relative volume. Prefix +/- indicates relative volume)</li>
55
-
<li><strong>groupVolume</strong> (parameter is absolute or relative volume. Prefix +/- indicates relative volume)</li>
<li><strong>seek</strong> (parameter is queue index)</li>
60
-
<li><strong>trackseek</strong> (parameter is in seconds, 60 for 1:00, 120 for 2:00 etc)</li>
61
-
<li><strong>next</strong></li>
62
-
<li><strong>previous</strong></li>
63
-
<li><strong>state</strong> (will return a json-representation of the current state of player)</li>
64
-
<li><strong>favorite</strong></li>
65
-
<li><strong>playlist</strong></li>
66
-
<li><strong>lockvolumes</strong> / <strong>unlockvolumes</strong> (experimental, will enforce the volume that was selected when locking!)</li>
67
-
<li><strong>repeat</strong> (on/off)</li>
68
-
<li><strong>shuffle</strong> (on/off)</li>
69
-
<li><strong>crossfade</strong> (on/off)</li>
70
-
<li><strong>pauseall</strong> (with optional timeout in minutes)</li>
71
-
<li><strong>resumeall</strong> (will resume the ones that was pause on the pauseall call. Useful for doorbell, phone calls, etc. Optional timeout)</li>
72
-
<li><strong>say</strong></li>
73
-
<li><strong>queue</strong></li>
74
-
<li><strong>clearqueue</strong></li>
110
+
<li>state <spanclass="explanation">returns a json-representation of the current state of player</span></li>
0 commit comments