TYBA






protocol.deezer.radio.player.GetDeezerRadioStatusRequest

GetDeezerRadioStatusRequest

request allows you to get the current deezer radio player status for of 1 or many players.

ParameterOptionalMax AllowedDataTypeNotes
cidno1textclient id. used to track origin of any particular message
idnounboundedintegerlist of player id's

Example xml:


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

 

back to index