Marantz SR5015 HEOS CLI ProtocolSpecification Version - Page 25

Set Group Volume, 2.6 Group Volume Up, 2.7 Group Volume Down

Page 25 highlights

{ "heos": { "command": "group/get_volume ", "result": "success", "message": "gid='group_id'&level='vol_level'" } } Example: heos://group/get_volume?gid=1 4.3.5 Set Group Volume Command: heos://group/set_volume?gid=group_id&level=vol_level Attribute Description Enumeration gid Group id returned by 'get_groups' command N/A level Group volume level 0 to 100 Response: { "heos": { "command": "group/set_volume ", "result": "success", "message": "gid='group_id'&level='vol_level'" } } Example: heos://group/set_volume?gid=1&level=30 4.2.6 Group Volume Up Command: heos://group/volume_up?gid=group_id&step=step_level Attribute Description Enumeration gid Group id returned by 'get_groups' command N/A step Group volume step level 1 to 10(default 5) Response: { "heos": { "command": " group/ volume_up ", "result": "success", "message": "gid='group_id'&step='step_level'" } } Example: heos://group/volume_up?gid=1&step=5 4.2.7 Group Volume Down Command: heos://group/volume_down?gid=group_id&step=step_level Attribute Description Enumeration gid Group id returned by 'get_groups' command N/A level Group volume step level 1 to 10(default 5)

  • 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

{
"heos": {
"command": "group/get_volume ",
"result": "success",
"message": "gid='group_id'&level='vol_level'"
}
}
Example: heos://group/get_volume?gid=1
4.3.5 Set Group Volume
Command: heos://group/set_volume?gid=group_id&level=vol_level
Attribute
Description
Enumeration
gid
Group id returned by 'get_groups' command
N/A
level
Group volume level
0 to 100
Response:
{
"heos": {
"command": "group/set_volume ",
"result": "success",
"message": "gid='group_id'&level='vol_level'"
}
}
Example: heos://group/set_volume?gid=1&level=30
4.2.6 Group Volume Up
Command: heos://group/volume_up?gid=group_id&step=step_level
Attribute
Description
Enumeration
gid
Group id returned by 'get_groups' command
N/A
step
Group volume step level
1 to 10(default 5)
Response:
{
"heos": {
"command": " group/ volume_up ",
"result": "success",
"message": "gid='group_id'&step='step_level'"
}
}
Example: heos://group/volume_up?gid=1&step=5
4.2.7 Group Volume Down
Command: heos://group/volume_down?gid=group_id&step=step_level
Attribute
Description
Enumeration
gid
Group id returned by 'get_groups' command
N/A
level
Group volume step level
1 to 10(default 5)