Marantz NR1609 HEOS CLI ProtocolSpecification Version 1.11 02072018 - Page 43

Player State Changed, 5 Player Now Playing Changed, 6 Player Now Playing Progress, 7 Player

Page 43 highlights

{ "heos": { "command": "event/groups_changed", } } 5.4 Player State Changed Response: { "heos": { "command": "event/player_state_changed", "message": "pid='player_id'&state='play_state'" } } 5.5 Player Now Playing Changed Response: { "heos": { "command": " event/player_now_playing_changed", "message": "pid='player_id'" } } 5.6 Player Now Playing Progress Response: { "heos": { "command": " event/player_now_playing_progress", "message": "pid=player_id&cur_pos=position_ms&duration=duration_ms" } } 5.7 Player Playback Error Response: { "heos": { "command": " event/player_playback_error", "message": "pid=player_id&error=Could Not Download" } } Note: error string represents error type. Controller can directly display the error string to the user. 5.8 Player Queue Changed Response: { "heos": { "command": " event/player_queue_changed", "message": "pid='player_id'" } }

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45

{
"heos": {
"command": "event/groups_changed",
}
}
5.4 Player State Changed
Response:
{
"heos": {
"command": "event/player_state_changed",
"message": "pid='player_id'&state='play_state'"
}
}
5.5 Player Now Playing Changed
Response:
{
"heos": {
"command": " event/player_now_playing_changed",
"message": "pid='player_id'"
}
}
5.6 Player Now Playing Progress
Response:
{
"heos": {
"command": " event/player_now_playing_progress",
"message": "pid=player_id&cur_pos=position_ms&duration=duration_ms"
}
}
5.7 Player Playback Error
Response:
{
"heos": {
"command": " event/player_playback_error",
"message": "pid=player_id&error=Could Not Download"
}
}
Note: error string represents error type. Controller can directly display the error string to the user.
5.8 Player Queue Changed
Response:
{
"heos": {
"command": " event/player_queue_changed",
"message": "pid='player_id'"
}
}