-
Notifications
You must be signed in to change notification settings - Fork 30
/
S_ArduinoNode.xml
68 lines (66 loc) · 1.79 KB
/
S_ArduinoNode.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
<?xml version="1.0"?>
<scpd xmlns="urn:schemas-upnp-org:service-1-0">
<specVersion>
<major>1</major>
<minor>0</minor>
</specVersion>
<serviceStateTable>
<stateVariable>
<name>ArduinoLibVersion</name>
<sendEventsAttribute>no</sendEventsAttribute>
<dataType>string</dataType>
</stateVariable>
<stateVariable>
<name>Children</name>
<sendEventsAttribute>no</sendEventsAttribute>
<dataType>string</dataType>
</stateVariable>
<stateVariable>
<name>RelayNode</name>
<sendEventsAttribute>no</sendEventsAttribute>
<dataType>string</dataType>
</stateVariable>
<stateVariable>
<name>RelayNodeHR</name>
<sendEventsAttribute>no</sendEventsAttribute>
<dataType>string</dataType>
</stateVariable>
<stateVariable>
<name>SketchName</name>
<sendEventsAttribute>no</sendEventsAttribute>
<dataType>string</dataType>
</stateVariable>
<stateVariable>
<name>SketchVersion</name>
<sendEventsAttribute>no</sendEventsAttribute>
<dataType>string</dataType>
</stateVariable>
<stateVariable>
<name>LastUpdateHR</name>
<sendEventsAttribute>no</sendEventsAttribute>
<dataType>string</dataType>
</stateVariable>
</serviceStateTable>
<actionList>
<action>
<name>SendNodeCommand</name>
<argumentList>
<argument>
<name>variableId</name>
<direction>in</direction>
<relatedStateVariable>A_ARG_TYPE_variableId</relatedStateVariable>
</argument>
<argument>
<name>value</name>
<direction>in</direction>
<relatedStateVariable>A_ARG_TYPE_value</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>ClearChildren</name>
<argumentList>
</argumentList>
</action>
</actionList>
</scpd>