Mute

PATCH /setmute

Parameters

Note: stopping a stream will disconnect the client as will pausing an Airplay stream.

Note2: streams (Airplay, Chromecast, Spotify.Connect) have higher priority than analog inputs. Therefore, if both input types are playing to a zone then the higher priority will play. Likewise, if both types of input are playing to a zone and the stream is stopped then the zone will switch to playing the lower priority content.

Response

Status of the call

Example Request

Sample HTTP request

$ curl --request PATCH http://192.168.0.15:8000/api/setmute?'serial=00BD27EF657D&number=3&mute=0'

Example Response

{
  "status": "request sent"
}

Last updated