diff --git a/documentation/Commands.md b/documentation/Commands.md index 5b1d30d..255bf62 100644 --- a/documentation/Commands.md +++ b/documentation/Commands.md @@ -31,11 +31,13 @@ Sends a keystroke with the specified key. You can pick [any of these](https://do ### Media Commands -There's several media commands available which are very self exlanatory. - -- Play/Pause -- Next -- Previous -- Volume up -- Volume down -- Mute (toggle) +There's several media commands available that allow you to control media playback. You can combine them into a media player entity as shown [here](https://pastebin.com/1VdL5iQm). + +|Command|use| +|---|---| +|Play/Pause|The same as pressing the play/pause media key| +|Next|skip to next track| +|Previous|skip to previous track| +|Volume up|Increase system master volume| +|Volume down|Decrease system master volume| +|Mute (toggle)|Mute the system|