TYBA






protocol.deezer.radio.player.DeezerRadioStopRequest

DeezerRadioStopRequest

This request allows you tell the specified deezer radio players to stop.

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

Example xml:


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

 

back to index