-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathD_NETMON.xml
More file actions
32 lines (31 loc) · 1.06 KB
/
Copy pathD_NETMON.xml
File metadata and controls
32 lines (31 loc) · 1.06 KB
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
<?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:netmon:1</deviceType>
<staticJson>D_NETMON.json</staticJson>
<friendlyName>NETMON</friendlyName>
<manufacturer>Amg0</manufacturer>
<manufacturerURL>http://www.google.fr/</manufacturerURL>
<modelDescription>NETMON for Vera UI7</modelDescription>
<modelName>NETMON for Vera UI7</modelName>
<modelNumber>1</modelNumber>
<protocol>cr</protocol>
<handleChildren>1</handleChildren>
<serviceList>
<service>
<serviceType>urn:schemas-upnp-org:service:netmon:1</serviceType>
<serviceId>urn:upnp-org:serviceId:netmon1</serviceId>
<controlURL>/upnp/control/NETMON1</controlURL>
<eventSubURL>/upnp/event/NETMON1</eventSubURL>
<SCPDURL>S_NETMON.xml</SCPDURL>
</service>
</serviceList>
<implementationList>
<implementationFile>I_NETMON.xml</implementationFile>
</implementationList>
</device>
</root>