Marantz SR5015 HEOS CLI ProtocolSpecification Version - Page 26

Get Group Mute, 3.9 Set Group Mute, 3.10 Toggle Group Mute

Page 26 highlights

Response: { "heos": { "command": " group/ volume_down ", "result": "success", "message": "gid='group_id'&step='step_level'" } } Example: heos://group/volume_down?gid=1&step=5 4.3.8 Get Group Mute Command: heos://group/get_mute?gid=group_id Attribute Description Enumeration gid Group id returned by 'get_groups' command N/A Response: { "heos": { "command": "group/ get_mute ", "result": "success", "message": "gid='group_id'&state='on_or_off'" } } Example: heos://group/get_mute?gid=1 4.3.9 Set Group Mute Command: heos://group/set_mute?gid=group_id&state=on_or_off Attribute Description Enumeration gid Group id returned by 'get_groups' command N/A state Group mute state on, off Response: { "heos": { "command": "group/ set_mute ", "result": "success", "message": "gid=group_id'&state='on_or_off'" } } Example: heos://group/set_mute?gid=1&state=off 4.3.10 Toggle Group Mute Command: heos://group/toggle_mute?gid=group_id Attribute Description Enumeration gid Group id returned by 'get_groups' command N/A

  • 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
  • 46
  • 47

Response:
{
"heos": {
"command": " group/ volume_down ",
"result": "success",
"message": "gid='group_id'&step='step_level'"
}
}
Example: heos://group/volume_down?gid=1&step=5
4.3.8 Get Group Mute
Command: heos://group/get_mute?gid=group_id
Attribute
Description
Enumeration
gid
Group id returned by 'get_groups' command
N/A
Response:
{
"heos": {
"command": "group/ get_mute ",
"result": "success",
"message": "gid='group_id'&state='on_or_off'"
}
}
Example: heos://group/get_mute?gid=1
4.3.9 Set Group Mute
Command: heos://group/set_mute?gid=group_id&state=on_or_off
Attribute
Description
Enumeration
gid
Group id returned by 'get_groups' command
N/A
state
Group mute state
on, off
Response:
{
"heos": {
"command": "group/ set_mute ",
"result": "success",
"message": "gid=group_id'&state='on_or_off'"
}
}
Example: heos://group/set_mute?gid=1&state=off
4.3.10 Toggle Group Mute
Command: heos://group/toggle_mute?gid=group_id
Attribute
Description
Enumeration
gid
Group id returned by 'get_groups' command
N/A