Protocol Specs
Table Of Contents
5.1 Sources Changed
Response:
{
"heos": {
"command": "event/sources_changed",
}
}
5.2 Players Changed
Response:
{
"heos": {
"command": "event/players_changed",
}
}
5.3 Group Changed
Response:
{
"heos": {
"command": "event/groups_changed",
}
}
5.4 Source Data Changed
Response:
{
"heos": {
"command": "event/source_data_changed",
"message": "sid='source_id'"
}
}
5.5 Player State Changed
Response:
{
"heos": {
"command": "event/player_state_changed",
"message": "pid='player_id'&state='play_state'"
}
}
5.6 Player Now Playing Changed
Response:
{
"heos": {
"command": " event/player_now_playing_changed",
"message": "pid='player_id'"
}
}