TYBA






protocol.deezer.radio.player.DeezerRadioChangeNextTrackRequest

DeezerRadioChangeNextTrackRequest

This request allows you tell the specified deezer radio players to change the future track to be played.

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

Example xml:


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

 

back to index