Marantz AV8805 HEOS CLI PROTOCOL Specification - Page 13

Volume Up, 2.9 Volume Down, 2.10 Get Mute

Page 13 highlights

} } 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'" } } 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",

  • 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

}
}
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'"
}
}
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",