-
Notifications
You must be signed in to change notification settings - Fork 1
/
D_XBMCRemote.xml
33 lines (31 loc) · 1.09 KB
/
D_XBMCRemote.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0"?>
<root xmlns="urn:schemas-upnp-org:device-1-0">
<specVersion>
<major>1</major>
<minor>0</minor>
</specVersion>
<device>
<deviceType>urn:schemas-upnp-org:device:XBMC:1</deviceType>
<staticJson>D_XBMCRemote.json</staticJson>
<friendlyName>XBMCRemote</friendlyName>
<manufacturer>chixxi+mrw298</manufacturer>
<manufacturerURL></manufacturerURL>
<modelDescription>XBMCRemote</modelDescription>
<modelName>XBMCRemote</modelName>
<modelNumber>1.0</modelNumber>
<protocol>raw</protocol>
<handleChildren>0</handleChildren>
<serviceList>
<service>
<serviceType>urn:schemas-upnp-org:service:XBMC:1</serviceType>
<serviceId>urn:upnp-org:serviceId:XBMC1</serviceId>
<controlURL>/upnp/control/XBMC1</controlURL>
<eventSubURL>/upnp/event/XBMC1</eventSubURL>
<SCPDURL>S_XBMCRemote.xml</SCPDURL>
</service>
</serviceList>
<implementationList>
<implementationFile>I_XBMCRemote.xml</implementationFile>
</implementationList>
</device>
</root>