protocol.ShuffleRequest
This request allows you tell set the specified players shuffle state.
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 |
shf | no | 1 | enumeration | shuffle state: on/off/toggle |
Example xml:
<sireq> <cid>Mum</cid> <fn> <shuffle> <id>1</id> <shf>toggle</shf> </shuffle> </fn> </sireq>