Marantz NR1609 HEOS CLI ProtocolSpecification Version 1.11 02072018 - Page 14

Get Mute, 2.11 Set Mute, 2.12 Toggle Mute

Page 14 highlights

Example: heos://player/volume_down?pid=2&step=5 4.2.10 Get Mute Command: heos://player/get_mute?pid=player_id Attribute Description Enumeration pid Player id returned by 'get_players' or 'get_groups' command N/A Response: { "heos": { } } "command": " player/ get_mute ", "result": "success", "message": "pid='player_id'&state='on_or_off'" Example: heos://player/get_mute?pid=1 4.2.11 Set Mute Command: heos://player/set_mute?pid=player_id&state=on_or_off Attribute Description Enumeration pid Player id returned by 'get_players' or 'get_groups' command N/A state Player mute state on, off Response: { "heos": { "command": " player/ set_mute ", "result": "success", "message": "pid='player_id'&state='on_or_off'" } } Example: heos://player/set_mute?pid=3&state=off 4.2.12 Toggle Mute Command: heos://player/toggle_mute?pid=player_id Attribute Description Enumeration pid Player id returned by 'get_players' or 'get_groups' command N/A Response: { "heos": { "command": " player/ toggle_mute ", "result": "success", "message": "pid=player_id" } } Example: heos://player/toggle_mute?pid=3

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45

Example: heos://player/volume_down?pid=2&step=5
4.2.10 Get Mute
Command: heos://player/get_mute?pid=player_id
Attribute
Description
Enumeration
pid
Player id returned by 'get_players' or 'get_groups' command
N/A
Response:
{
"heos": {
"command": " player/ get_mute ",
"result": "success",
"message": "pid='player_id'&state='on_or_off'"
}
}
Example: heos://player/get_mute?pid=1
4.2.11 Set Mute
Command: heos://player/set_mute?pid=player_id&state=on_or_off
Attribute
Description
Enumeration
pid
Player id returned by 'get_players' or 'get_groups' command
N/A
state
Player mute state
on, off
Response:
{
"heos": {
"command": " player/ set_mute ",
"result": "success",
"message": "pid='player_id'&state='on_or_off'"
}
}
Example: heos://player/set_mute?pid=3&state=off
4.2.12 Toggle Mute
Command: heos://player/toggle_mute?pid=player_id
Attribute
Description
Enumeration
pid
Player id returned by 'get_players' or 'get_groups' command
N/A
Response:
{
"heos": {
"command": " player/ toggle_mute ",
"result": "success",
"message": "pid=player_id"
}
}
Example: heos://player/toggle_mute?pid=3