protocol.deezer.radio.player.DeezerRadioPauseRequest
This request allows you tell the specified deezer radio players to pause.
Parameter | Optional | Max Allowed | DataType | Notes |
---|---|---|---|---|
cid | no | 1 | text | client id. used to track origin of any particular message |
id | no | unbounded | integer | player id |
Example xml:
<sireq> <cid>Mum</cid> <fn> <deezerRadioPause> <id>255</id> <id>255</id> </deezerRadioPause> </fn> </sireq>