TYBA






protocol.deezer.radio.player.DeezerRadioPreviousRequest

DeezerRadioPreviousRequest

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

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

Example xml:


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

 

back to index