Protocol Specs

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