QPlayService
The QPlayService is available on these models: v1-S1
/ v1-S5
/ v1-S9
.
Service data
name | value |
---|---|
Control URL | http://192.168.x.x:1400/QPlay/Control |
Event subscription URL | http://192.168.x.x:1400/QPlay/Event |
Discovery url | http://192.168.x.x:1400/xml/QPlay1.xml |
Service ID | urn:tencent-com:serviceId:QPlay |
Service type | urn:schemas-tencent-com:service:QPlay:1 |
Sample request
POST /QPlay/Control
Host: 192.168.x.x:1400
soapaction: "urn:schemas-tencent-com:service:QPlay:1#{ActionName}"
Content-Type: text/xml; charset="utf-8"
<?xml version="1.0" encoding="utf-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<s:Body>
{ActionBodyHere}
</s:Body>
</s:Envelope>
Available actions
QPlayAuth
Action body:
<u:QPlayAuth xmlns:u="urn:schemas-tencent-com:service:QPlay:1">
<Seed>string</Seed>
</u:QPlayAuth>
Inputs:
parameter | type | description |
---|---|---|
Seed | string | Â |
Outputs:
parameter | type | description |
---|---|---|
Code | string | Â |
MID | string | Â |
DID | string | Â |
This file is automatically generated with @svrooij/sonos-docs, do not edit manually.