iotivity 0.9.0
[platform/upstream/iotivity.git] / service / soft-sensor-manager / SoftSensorPlugin / SoftSensorDescription.xml
1 <softsensors>
2         
3   <softsensor>
4     <name>DiscomfortIndexSensor</name>
5     <attributes>
6       <attribute>
7         <name>version</name>
8         <type>string</type>
9         <value>1.0</value>
10       </attribute>
11       <attribute>
12         <name>lifetime</name>
13         <type>int</type>
14         <value>60</value>
15       </attribute>
16     </attributes>
17     <outputs>
18       <output>
19         <name>timestamp</name>
20         <type>string</type>
21       </output>
22       <output>
23         <name>temperature</name>
24         <type>string</type>
25       </output>
26       <output>
27         <name>humidity</name>
28         <type>string</type>
29       </output>
30       <output>
31         <name>discomfortIndex</name>
32         <type>int</type>
33       </output>
34     </outputs>
35     <inputs>
36       <input>Thing_TempHumSensor</input>
37       <input>Thing_TempHumSensor1</input>
38     </inputs>
39   </softsensor>
40   
41   <softsensor>
42     <name>IndoorTrajectorySensor</name>
43     <attributes>
44       <attribute>
45         <name>version</name>
46         <type>string</type>
47         <value>1.0</value>
48       </attribute>
49       <attribute>
50         <name>lifetime</name>
51         <type>int</type>
52         <value>60</value>
53       </attribute>
54     </attributes>
55     <outputs>
56       <output>
57         <name>trackeeID</name>
58         <type>string</type>
59       </output>
60       <output>
61         <name>timeT0</name>
62         <type>string</type>
63       </output>
64       <output>
65         <name>ref01T0</name>
66         <type>string</type>
67       </output>
68       <output>
69         <name>ref02T0</name>
70         <type>string</type>
71       </output>
72       <output>
73         <name>ref03T0</name>
74         <type>string</type>
75       </output>
76       <output>
77         <name>timeT1</name>
78         <type>string</type>
79       </output>
80       <output>
81         <name>ref01T1</name>
82         <type>string</type>
83       </output>
84       <output>
85         <name>ref02T1</name>
86         <type>string</type>
87       </output>
88       <output>
89         <name>ref03T1</name>
90         <type>string</type>
91       </output>
92     </outputs>
93     <inputs>
94       <input>Tracker_Thing</input>
95     </inputs>
96   </softsensor>
97   
98 </softsensors>