protocol.ServiceArtworkStatus
This structure contains information about the state of a service player (e.g. Airplay).
Parameter | Optional | Max Allowed | DataType | Notes |
---|---|---|---|---|
pid | no | 1 | text | player id |
rcv | no | 1 | text | relatve artwork link |
Example xml:
<sievnt> <serviceArtworkStatus> <pid>1</pid> <rcv>/getAirplayArt/1</rcv> </serviceArtworkStatus> </sievnt>