|
24 | 24 | <channel id="dHdt" typeId="dhdt"/>
|
25 | 25 | <channel id="dewpt" typeId="dewpt"/>
|
26 | 26 | <channel id="doorEvent" typeId="door"/>
|
| 27 | + <channel id="h2s" typeId="h2s"/> |
27 | 28 | <channel id="health" typeId="health"/>
|
28 | 29 | <channel id="humidityRelative" typeId="humidity"/>
|
29 | 30 | <channel id="humidityAbsolute" typeId="humidity_abs"/>
|
|
53 | 54 | <channel id="co_maxerr" typeId="co_maxerr"/>
|
54 | 55 | <channel id="co2_maxerr" typeId="co2_maxerr"/>
|
55 | 56 | <channel id="dewpt_maxerr" typeId="dewpt_maxerr"/>
|
| 57 | + <channel id="h2s_maxerr" typeId="h2s_maxerr"/> |
56 | 58 | <channel id="humidityRelative_maxerr" typeId="humidity_maxerr"/>
|
57 | 59 | <channel id="humidityAbsolute_maxerr" typeId="humidity_abs_maxerr"/>
|
58 | 60 | <channel id="no2_maxerr" typeId="no2_maxerr"/>
|
|
115 | 117 | <property name="sensorList">Unknown sensor list</property>
|
116 | 118 | <property name="sensorInfo">No info about sensors</property>
|
117 | 119 | <property name="industry">No industry info</property>
|
| 120 | + <property name="thingTypeVersion">1</property> |
118 | 121 | </properties>
|
119 | 122 |
|
120 | 123 | <config-description>
|
|
216 | 219 | <state readOnly="true"></state>
|
217 | 220 | </channel-type>
|
218 | 221 |
|
| 222 | + <channel-type id="h2s" advanced="false"> |
| 223 | + <item-type unitHint="µg/m³">Number:Density</item-type> |
| 224 | + <label>Hydrogen Sulfide (H₂S)</label> |
| 225 | + <state readOnly="true" pattern="%.2f %unit%"></state> |
| 226 | + </channel-type> |
| 227 | + |
219 | 228 | <channel-type id="health" advanced="false">
|
220 | 229 | <item-type>Number:Dimensionless</item-type>
|
221 | 230 | <label>Health Index</label>
|
|
379 | 388 | <state readOnly="true" pattern="± %.2f %%"></state>
|
380 | 389 | </channel-type>
|
381 | 390 |
|
| 391 | + <channel-type id="h2s_maxerr" advanced="true"> |
| 392 | + <item-type>Number:Dimensionless</item-type> |
| 393 | + <label>Max. Error H₂S Conc.</label> |
| 394 | + <state readOnly="true" pattern="± %.2f %%"></state> |
| 395 | + </channel-type> |
| 396 | + |
382 | 397 | <channel-type id="humidity_maxerr" advanced="true">
|
383 | 398 | <item-type unitHint="%">Number:Dimensionless</item-type>
|
384 | 399 | <label>Max. Error Humidity</label>
|
|
0 commit comments