Protocol Specifications

}
}
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)