Specifications

"message": "pid=’player_id’&shuffle='on_or_off'”
}
}
5.12 Group Volume Changed
Response:
{
"heos": {
"command": "event/group_volume_changed ",
"message": "gid='group_id'&level='vol_level'&mute='on_or_off'"
}
}
5.13 User Changed
Response:
{
"heos": {
"command": "event/user_changed",
"message": "signed_out" or "signed_in&un=<current user name>"
}
}
6.0 Error Codes
6.1 General Error Response
Respone:
{
"heos": {
"command": "'command_group'/'command'",
"result": "'fail'",
"message": "eid="error_id&text=error text& "
command_arguments'
}
}
6.2 Error Code description
Description Code Text Example
Unrecognized Command 1 Command not recognized.
Invalid ID 2 ID not valid
Wroing Number of Command Arguments 3 Command arguments not correct.
Requested data not available 4 Requested data not available.
Resource currently not available 5 Resource currently not available.
Invalid Credentials 6 Invalid Credentials.
Command Could Not Be Executed 7 Command not executed.
User not logged In 8 User not logged in.
Parameter out of range 9 Out of range
User not found 10 User not found
Internal Error 11 System Internal Error
System Error 12 System error&syserrno=XXX