Specifications

Response:
{
"heos": {
"command": " player/ get_volume ",
"result": "success",
"message": "pid='player_id'&level='vol_level'"
}
}
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