Marantz NR1609 HEOS CLI ProtocolSpecification Version 1.11 02072018 - Page 23

Get Group Volume, 3.5 Set Group Volume, 2.6 Group Volume Up

Page 23 highlights

} } The following response provides example when all the speakers in the group are un-grouped. { "heos": { "command": "player/set_group ", "result": "success", "message": "pid='player_id' } } Example: heos://group/set_group?pid=3,1,4 4.3.4 Get Group Volume Command: heos://group/get_volume?gid=group_id Attribute Description Enumeration gid Group id returned by 'get_groups' command N/A Response: { "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)

  • 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

}
}
The following response provides example when all the speakers in the group are un-grouped.
{
"heos": {
"command": "player/set_group ",
"result": "success",
"message": "pid='player_id'
}
}
Example: heos://group/set_group?pid=3,1,4
4.3.4 Get Group Volume
Command: heos://group/get_volume?gid=group_id
Attribute
Description
Enumeration
gid
Group id returned by 'get_groups' command
N/A
Response:
{
"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)