-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathS_Emby1.xml
60 lines (60 loc) · 1.4 KB
/
S_Emby1.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
<?xml version="1.0"?>
<!-- S_Emby1.xml -->
<scpd xmlns="urn:schemas-upnp-org:service-1-0">
<specVersion>
<major>1</major>
<minor>0</minor>
</specVersion>
<serviceStateTable>
<stateVariable sendEvents="yes">
<name>Message</name>
<dataType>string</dataType>
<defaultValue></defaultValue>
<shortCode>message</shortCode>
</stateVariable>
<stateVariable sendEvents="no">
<name>DebugMode</name>
<dataType>boolean</dataType>
<defaultValue>0</defaultValue>
</stateVariable>
<stateVariable sendEvents="no">
<name>A_ARG_TYPE_string</name>
<dataType>string</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>A_ARG_TYPE_boolean</name>
<dataType>boolean</dataType>
</stateVariable>
</serviceStateTable>
<actionList>
<action>
<name>RunDiscovery</name>
<argumentList>
</argumentList>
</action>
<action>
<name>DiscoverIP</name>
<argumentList>
<argument>
<name>IPAddress</name>
<direction>in</direction>
<relatedStateVariable>A_ARG_TYPE_string</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>SetDebug</name>
<argumentList>
<argument>
<name>debug</name>
<direction>in</direction>
<relatedStateVariable>DebugMode</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>Clear1</name>
<argumentList/>
</action>
</actionList>
</scpd>