-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathS_PilotWire1.xml
More file actions
38 lines (38 loc) · 964 Bytes
/
Copy pathS_PilotWire1.xml
File metadata and controls
38 lines (38 loc) · 964 Bytes
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
<?xml version="1.0"?>
<scpd xmlns="urn:schemas-upnp-org:device-1-0">
<specVersion>
<major>1</major>
<minor>0</minor>
</specVersion>
<serviceStateTable>
<stateVariable>
<name>Status</name>
<sendEventsAttribute>yes</sendEventsAttribute>
<dataType>ui1</dataType>
<defaultValue>0</defaultValue>
<shortCode>status</shortCode>
<allowedValueRange>
<minimum>0</minimum>
<maximum>3</maximum>
</allowedValueRange>
</stateVariable>
</serviceStateTable>
<actionList>
<action>
<name>Sync</name>
</action>
<action>
<name>SetLastTarget</name>
</action>
<action>
<name>SetTarget</name>
<argumentList>
<argument>
<name>newTargetValue</name>
<direction>in</direction>
<relatedStateVariable>Target</relatedStateVariable>
</argument>
</argumentList>
</action>
</actionList>
</scpd>