Marantz NR1609 HEOS CLI ProtocolSpecification Version 1.11 02072018 - Page 13

Set Volume, 2.8 Volume Up, 2.9 Volume Down

Page 13 highlights

Example: heos://player/get_volume?pid=1 4.2.7 Set Volume Command: heos://player/set_volume?pid=player_id&level=vol_level Attribute Description Enumeration pid Player id returned by 'get_players' or 'get_groups' command N/A level Player volume level 0 to 100 Response: { "heos": { "command": " player/ set_volume ", "result": "success", "message": "pid='player_id'&level='vol_level'" } } Example: heos://player/set_volume?pid=2&level=30 4.2.8 Volume Up Command: heos://player/volume_up?pid=player_id&step=step_level Attribute Description Enumeration pid Player id returned by 'get_players' or 'get_groups' command N/A step Player volume step level 1 to 10(default 5) Response: { "heos": { "command": " player/ volume_up ", "result": "success", "message": "pid='player_id'&step='step_level'" } } Example: heos://player/volume_up?pid=2&step=5 4.2.9 Volume Down Command: heos://player/volume_down?pid=player_id&step=step_level Attribute Description Enumeration pid Player id returned by 'get_players' or 'get_groups' command N/A level Player volume step level 1 to 10(default 5) Response: { "heos": { "command": " player/ volume_down ", "result": "success", "message": "pid='player_id'&step='step_level'" } }

  • 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/get_volume?pid=1
4.2.7 Set Volume
Command: heos://player/set_volume?pid=player_id&level=vol_level
Attribute
Description
Enumeration
pid
Player id returned by 'get_players' or 'get_groups' command
N/A
level
Player volume level
0 to 100
Response:
{
"heos": {
"command": " player/ set_volume ",
"result": "success",
"message": "pid='player_id'&level='vol_level'"
}
}
Example: heos://player/set_volume?pid=2&level=30
4.2.8 Volume Up
Command: heos://player/volume_up?pid=player_id&step=step_level
Attribute
Description
Enumeration
pid
Player id returned by 'get_players' or 'get_groups' command
N/A
step
Player volume step level
1 to 10(default 5)
Response:
{
"heos": {
"command": " player/ volume_up ",
"result": "success",
"message": "pid='player_id'&step='step_level'"
}
}
Example: heos://player/volume_up?pid=2&step=5
4.2.9 Volume Down
Command: heos://player/volume_down?pid=player_id&step=step_level
Attribute
Description
Enumeration
pid
Player id returned by 'get_players' or 'get_groups' command
N/A
level
Player volume step level
1 to 10(default 5)
Response:
{
"heos": {
"command": " player/ volume_down ",
"result": "success",
"message": "pid='player_id'&step='step_level'"
}
}