From 3e9001721e6267518f28f4ba6ec331691c19456b Mon Sep 17 00:00:00 2001 From: Mikhail Swift Date: Mon, 13 Feb 2017 12:08:36 -0500 Subject: [PATCH] Fixed incorrect header level for SetMute and ToggleMute --- PROTOCOL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PROTOCOL.md b/PROTOCOL.md index caffc708..cfc079d8 100644 --- a/PROTOCOL.md +++ b/PROTOCOL.md @@ -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__ :