-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathS_GCal.xml
44 lines (44 loc) · 1.1 KB
/
S_GCal.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
<?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>gcallink</name>
<sendEventsAttribute>no</sendEventsAttribute>
<datatype>string</datatype>
<defaultValue></defaultValue>
</stateVariable>
<stateVariable sendEvents="no">
<name>gcalon</name>
<sendEventsAttribute>no</sendEventsAttribute>
<datatype>string</datatype>
<defaultValue>ON</defaultValue>
</stateVariable>
</serviceStateTable>
<actionList>
<action>
<name>GCalCheck</name>
</action>
<action>
<name>SetGCalLink</name>
<argumentList>
<argument>
<name>NewGCalLink</name>
<direction>in</direction>
</argument>
</argumentList>
</action>
<action>
<name>SetGCalOn</name>
<argumentList>
<argument>
<name>NewGCalOn</name>
<direction>in</direction>
</argument>
</argumentList>
</action>
</actionList>
</scpd>