summaryrefslogtreecommitdiff
path: root/data/xml/EnergyManagement.xml.in
blob: 59a5da74f8d4d23685f5e1bdbd6f545cdf74bb13 (plain)
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<?xml version="1.0"?>
<scpd xmlns="urn:schemas-upnp-org:service-1-0">
   <specVersion>
      <major>1</major>
      <minor>0</minor>
   </specVersion>

   <actionList>
      <action>
         <name>GetInterfaceInfo</name>
         <argumentList>
            <argument>
               <name>NetworkInterfaceInfo</name>
               <direction>out</direction>
               <relatedStateVariable>NetworkInterfaceInfo</relatedStateVariable>
            </argument>
            <argument>
               <name>ProxiedNetworkInterfaceInfo</name>
               <direction>out</direction>
               <relatedStateVariable>ProxiedNetworkInterfaceInfo</relatedStateVariable>
            </argument>
         </argumentList>
      </action>

<!--
      <action>
         <name>ServiceSubscription</name>
         <argumentList>
            <argument>
               <name>UniqueServiceName</name>
               <direction>in</direction>
               <relatedStateVariable>A_ARG_TYPE_UniqueServiceName</relatedStateVariable>
            </argument>
            <argument>
               <name>ResourceURI</name>
               <direction>in</direction>
               <relatedStateVariable>A_ARG_TYPE_URI</relatedStateVariable>
            </argument>
            <argument>
               <name>DurationRequest</name>
               <direction>in</direction>
               <relatedStateVariable>A_ARG_TYPE_Duration</relatedStateVariable>
            </argument>
            <argument>
               <name>ServiceSubscriptionID</name>
               <direction>out</direction>
               <relatedStateVariable>A_ARG_TYPE_ServiceSubscriptionID</relatedStateVariable>
            </argument>
            <argument>
               <name>Duration</name>
               <direction>out</direction>
               <relatedStateVariable>A_ARG_TYPE_Duration</relatedStateVariable>
            </argument>
         </argumentList>
      </action>

      <action>
         <name>ServiceRenewal</name>
         <argumentList>
            <argument>
               <name>DurationRequest</name>
               <direction>in</direction>
               <relatedStateVariable>A_ARG_TYPE_Duration</relatedStateVariable>
            </argument>
            <argument>
               <name>ServiceSubscriptionID</name>
               <direction>in</direction>
               <relatedStateVariable>A_ARG_TYPE_ServiceSubscriptionID</relatedStateVariable>
            </argument>
            <argument>
               <name>Duration</name>
               <direction>out</direction>
               <relatedStateVariable>A_ARG_TYPE_Duration</relatedStateVariable>
            </argument>
         </argumentList>
      </action>

      <action>
         <name>ServiceRelease</name>
         <argumentList>
            <argument>
               <name>ServiceSubscriptionID</name>
               <direction>in</direction>
               <relatedStateVariable>A_ARG_TYPE_ServiceSubscriptionID</relatedStateVariable>
            </argument>
         </argumentList>
      </action>
-->

   </actionList>

   <serviceStateTable>
      <stateVariable sendEvents="yes">
         <name>NetworkInterfaceInfo</name>
         <dataType>string</dataType>
      </stateVariable>

      <stateVariable sendEvents="no">
         <name>ProxiedNetworkInterfaceInfo</name>
         <dataType>string</dataType>
      </stateVariable>

<!--
      <stateVariable sendEvents="no">
         <name>A_ARG_TYPE_Duration</name>
         <dataType>ui4</dataType>
      </stateVariable>

      <stateVariable sendEvents="no">
         <name>A_ARG_TYPE_ServiceSubscriptionID</name>
         <dataType>ui4</dataType>
      </stateVariable>

      <stateVariable sendEvents="no">
         <name>A_ARG_TYPE_UniqueServiceName</name>
         <dataType>string</dataType>
      </stateVariable>

      <stateVariable sendEvents="no">
         <name>A_ARG_TYPE_URI</name>
         <dataType>string</dataType>
      </stateVariable>
-->

   </serviceStateTable>

</scpd>