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
Copy file name to clipboardExpand all lines: docs/control/1-commands.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,9 @@ All these commands are crafted specially to be used in sonos2mqtt.
32
32
33
33
|Command||Description|Input|
34
34
|-------|-|-----------|-------|
35
+
|`groupvolume`|:speaker:|Set the group volume to a value|number (between 1 and 100)|
36
+
|`groupvolumedown`|:heavy_minus_sign:|Decrease group volume by 2 or input number|optional number|
37
+
|`groupvolumeup`|:heavy_plus_sign:|Increase group volume by 2 or input number|optional number|
35
38
|`joingroup`||Join another group by name|name of other device|
36
39
|`leavegroup`||Remove current device from the group it's in||
37
40
|`mute`|:speaker:|Mute the volume||
@@ -62,7 +65,7 @@ All these commands are crafted specially to be used in sonos2mqtt.
62
65
|`toggle`||Toggle between pause and play||
63
66
|`unmute`|:mute:|Unmute the volume||
64
67
|`volume`|:speaker:|Set the volume to a value|number (between 1 and 100)|
65
-
|`volumedown`|:heavy_minus_sign:|Decrease volume with 5 or number|optional number|
66
-
|`volumeup`|:heavy_plus_sign:|Increase volume with 5 or number|optional number|
68
+
|`volumedown`|:heavy_minus_sign:|Decrease volume by 2 or input number|optional number|
69
+
|`volumeup`|:heavy_plus_sign:|Increase volume by 2 or input number|optional number|
67
70
68
71
Check out the [commands](https://github.com/svrooij/sonos2mqtt/blob/master/src/sonos-commands.ts) or the [mapping](https://github.com/svrooij/sonos2mqtt/blob/master/src/sonos-command-mapping.ts) if you're interested in how this works.
0 commit comments