-
Notifications
You must be signed in to change notification settings - Fork 1
/
S_NETMON.xml
71 lines (71 loc) · 2.44 KB
/
S_NETMON.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<?xml version="1.0"?>
<scpd xmlns="urn:schemas-upnp-org:service-1-0">
<specVersion>
<major>1</major>
<minor>0</minor>
</specVersion>
<serviceStateTable>
<stateVariable sendEvents="no">
<name>Debug</name>
<dataType>boolean</dataType>
<defaultValue>0</defaultValue>
<shortCode>debug</shortCode>
</stateVariable>
<stateVariable sendEvents="no">
<name>DevicesStatus</name>
<dataType>string</dataType>
<defaultValue></defaultValue>
<shortCode>devicesstatus</shortCode>
</stateVariable>
<stateVariable sendEvents="no">
<name>ipaddr</name>
<dataType>string</dataType>
<defaultValue></defaultValue>
<shortCode>ipaddr</shortCode>
</stateVariable>
<stateVariable sendEvents="yes">
<name>DevicesOfflineCount</name>
<dataType>int</dataType>
<defaultValue></defaultValue>
<shortCode>devicesofflinecount</shortCode>
</stateVariable>
<stateVariable sendEvents="yes">
<name>DevicesNotification</name>
<dataType>string</dataType>
<defaultValue></defaultValue>
<shortCode>devicesnotification</shortCode>
</stateVariable>
</serviceStateTable>
<actionList>
<action>
<name>SetDebug</name>
<argumentList>
<argument>
<name>newDebugMode</name>
<direction>in</direction>
<relatedStateVariable>Debug</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>GetDevicesStatus</name>
<argumentList>
<argument>
<name>DevicesStatus</name>
<direction>out</direction>
<relatedStateVariable>DevicesStatus</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>TestDevice</name>
<argumentList>
<argument>
<name>ipaddr</name>
<direction>in</direction>
<relatedStateVariable>ipaddr</relatedStateVariable>
</argument>
</argumentList>
</action>
</actionList>
</scpd>