openhab-addons/bundles/org.openhab.binding.dirigera/src/main/resources/OH-INF/thing/air-quality.xml

38 lines
1.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<thing:thing-descriptions bindingId="dirigera"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0"
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0 https://openhab.org/schemas/thing-description-1.0.0.xsd">
<thing-type id="air-quality">
<supported-bridge-type-refs>
<bridge-type-ref id="gateway"/>
</supported-bridge-type-refs>
<label>Air Quality</label>
<description>Air measure for temperature, humidity and particles</description>
<channels>
<channel id="temperature" typeId="system.indoor-temperature">
<label>Temperature</label>
<description>Current indoor temperature</description>
</channel>
<channel id="humidity" typeId="system.atmospheric-humidity">
<label>Humidity</label>
<description>Atmospheric humidity in percent</description>
</channel>
<channel id="particulate-matter" typeId="pm25">
<label>Particulate Matter</label>
<description>Category 2.5 particulate matter</description>
</channel>
<channel id="voc-index" typeId="voc">
<label>VOC Index</label>
<description>Relative VOC intensity compared to recent history</description>
</channel>
<channel id="custom-name" typeId="custom-name"/>
</channels>
<config-description-ref uri="thing-type:dirigera:base-device"/>
</thing-type>
</thing:thing-descriptions>