Fixed incorrect header level for SetMute and ToggleMute

This commit is contained in:
Mikhail Swift 2017-02-13 12:08:36 -05:00 committed by GitHub
parent bbf3b0f86f
commit 3e9001721e

View File

@ -238,14 +238,14 @@ __Response__ : OK if source exists, with these additional fields :
- **"volume"** (double) : volume of the requested source, on a linear scale (0.0 to 1.0)
- **"muted"** (bool) : mute status of the requested source
### "SetMute"
#### "SetMute"
Mutes or unmutes a specific source.
__Request fields__ :
- **"source"** (string) : the name of the source
- **"mute"** (bool) : the desired mute status
### "ToggleMute"
#### "ToggleMute"
Inverts the mute status of a specific source.
__Request fields__ :