TYBA






protocol.deezer.radio.player.DeezerRadioNextRequest

DeezerRadioNextRequest

This request allows you tell the specified deezer radio players to skip to the next track.

ParameterOptionalMax AllowedDataTypeNotes
cidno1textclient id. used to track origin of any particular message
idnounboundedintegerplayer id

Example xml:


  <sireq>
      <cid>Mum</cid>
      <fn>
          <deezerRadioNext>
              <id>255</id>
              <id>255</id>
          </deezerRadioNext>
      </fn>
  </sireq>

 

back to index