Bindings A thru F: Add equipment tags (#18549)

* [various] Add equipment tags: A thru E

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
pull/18595/head
Andrew Fiddian-Green 2025-04-23 16:21:01 +01:00 committed by GitHub
parent 7556443853
commit fa4d390767
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
179 changed files with 316 additions and 86 deletions

View File

@ -2,11 +2,12 @@
<thing:thing-descriptions bindingId="adorne" <thing:thing-descriptions bindingId="adorne"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0" xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0"
xsi:schemaLocation="http://openhab.org/schemas/thing-description/v1.0.0 http://openhab.org/schemas/thing-description-1.0.0.xsd"> xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0 https://openhab.org/schemas/thing-description-1.0.0.xsd">
<bridge-type id="hub"> <bridge-type id="hub">
<label>Adorne Hub</label> <label>Adorne Hub</label>
<description>The Adorne Hub serves as the bridge to control Adorne switches, dimmer switches and outlets.</description> <description>The Adorne Hub serves as the bridge to control Adorne switches, dimmer switches and outlets.</description>
<semantic-equipment-tag>NetworkAppliance</semantic-equipment-tag>
<config-description> <config-description>
<parameter name="host" type="text"> <parameter name="host" type="text">

View File

@ -11,6 +11,7 @@
<label>Adorne Switch</label> <label>Adorne Switch</label>
<description>Controls an Adorne switch or outlet.</description> <description>Controls an Adorne switch or outlet.</description>
<semantic-equipment-tag>PowerOutlet</semantic-equipment-tag>
<channels> <channels>
<channel id="power" typeId="system.power"/> <channel id="power" typeId="system.power"/>
@ -30,6 +31,7 @@
<label>Adorne Dimmer Switch</label> <label>Adorne Dimmer Switch</label>
<description>Controls an Adorne dimmer switch.</description> <description>Controls an Adorne dimmer switch.</description>
<semantic-equipment-tag>LightSource</semantic-equipment-tag>
<channels> <channels>
<channel id="power" typeId="system.power"/> <channel id="power" typeId="system.power"/>

View File

@ -7,6 +7,7 @@
<thing-type id="collectionSchedule"> <thing-type id="collectionSchedule">
<label>aha Waste Collection Schedule</label> <label>aha Waste Collection Schedule</label>
<description>aha Waste Collection Schedule from http://www.aha-region.de/abholtermine/abfuhrkalender</description> <description>aha Waste Collection Schedule from http://www.aha-region.de/abholtermine/abfuhrkalender</description>
<semantic-equipment-tag>WebService</semantic-equipment-tag>
<channels> <channels>
<channel id="generalWaste" typeId="collectionDateGeneralWaste"/> <channel id="generalWaste" typeId="collectionDateGeneralWaste"/>

View File

@ -8,6 +8,7 @@
<bridge-type id="airgradient-api"> <bridge-type id="airgradient-api">
<label>AirGradient API</label> <label>AirGradient API</label>
<description>Connection to the AirGradient Cloud API</description> <description>Connection to the AirGradient Cloud API</description>
<semantic-equipment-tag>WeatherService</semantic-equipment-tag>
<representation-property>token</representation-property> <representation-property>token</representation-property>
<config-description> <config-description>
@ -36,6 +37,7 @@
<thing-type id="airgradient-local"> <thing-type id="airgradient-local">
<label>AirGradient Local Sensor</label> <label>AirGradient Local Sensor</label>
<description>Direct network connection to a local AirGradient Sensor</description> <description>Direct network connection to a local AirGradient Sensor</description>
<semantic-equipment-tag>WeatherStation</semantic-equipment-tag>
<channels> <channels>
<channel id="pm01" typeId="pm1"/> <channel id="pm01" typeId="pm1"/>

View File

@ -10,6 +10,7 @@
Bridge to the AirParif API Portal. In order to receive the data, you must register an account on Bridge to the AirParif API Portal. In order to receive the data, you must register an account on
https://www.airparif.fr/contact and receive your API token. https://www.airparif.fr/contact and receive your API token.
</description> </description>
<semantic-equipment-tag>WebService</semantic-equipment-tag>
<channel-groups> <channel-groups>
<channel-group id="pollens" typeId="bridge-pollens"/> <channel-group id="pollens" typeId="bridge-pollens"/>

View File

@ -11,6 +11,7 @@
<label>Department Report</label> <label>Department Report</label>
<description>AirParif air quality report for the given location</description> <description>AirParif air quality report for the given location</description>
<semantic-equipment-tag>WebService</semantic-equipment-tag>
<channel-groups> <channel-groups>
<channel-group id="pollens" typeId="dept-pollens"/> <channel-group id="pollens" typeId="dept-pollens"/>

View File

@ -8,6 +8,7 @@
<label>air-Q</label> <label>air-Q</label>
<description>Thing for air-Q Device</description> <description>Thing for air-Q Device</description>
<category>Sensor</category> <category>Sensor</category>
<semantic-equipment-tag>WeatherStation</semantic-equipment-tag>
<channels> <channels>
<channel id="status" typeId="status"/> <channel id="status" typeId="status"/>

View File

@ -6,6 +6,7 @@
<bridge-type id="api"> <bridge-type id="api">
<label>Air Quality API</label> <label>Air Quality API</label>
<semantic-equipment-tag>WeatherService</semantic-equipment-tag>
<config-description> <config-description>
<parameter name="apiKey" type="text" required="true"> <parameter name="apiKey" type="text" required="true">
@ -22,6 +23,7 @@
</supported-bridge-type-refs> </supported-bridge-type-refs>
<label>Air Quality Station</label> <label>Air Quality Station</label>
<semantic-equipment-tag>WeatherStation</semantic-equipment-tag>
<channel-groups> <channel-groups>
<channel-group id="aqi" typeId="aqi"/> <channel-group id="aqi" typeId="aqi"/>

View File

@ -7,6 +7,7 @@
<thing-type id="avnode"> <thing-type id="avnode">
<label>AirVisual Node</label> <label>AirVisual Node</label>
<description>AirVisual Node air quality monitor</description> <description>AirVisual Node air quality monitor</description>
<semantic-equipment-tag>WeatherStation</semantic-equipment-tag>
<!-- Channels --> <!-- Channels -->

View File

@ -8,6 +8,7 @@
<bridge-type id="ipbridge"> <bridge-type id="ipbridge">
<label>Alarm Decoder IP Bridge</label> <label>Alarm Decoder IP Bridge</label>
<description>Nu Tech Alarm Decoder IP Bridge</description> <description>Nu Tech Alarm Decoder IP Bridge</description>
<semantic-equipment-tag>NetworkAppliance</semantic-equipment-tag>
<properties> <properties>
<property name="vendor">Nu Tech Software Solutions</property> <property name="vendor">Nu Tech Software Solutions</property>
</properties> </properties>
@ -49,6 +50,7 @@
<bridge-type id="serialbridge"> <bridge-type id="serialbridge">
<label>Alarm Decoder Serial Bridge</label> <label>Alarm Decoder Serial Bridge</label>
<description>Nu Tech Alarm Decoder Serial Bridge</description> <description>Nu Tech Alarm Decoder Serial Bridge</description>
<semantic-equipment-tag>NetworkAppliance</semantic-equipment-tag>
<properties> <properties>
<property name="vendor">Nu Tech Software Solutions</property> <property name="vendor">Nu Tech Software Solutions</property>
</properties> </properties>
@ -82,6 +84,8 @@
<label>Alarm Zone</label> <label>Alarm Zone</label>
<description>Alarm Decoder REL or EXP zone</description> <description>Alarm Decoder REL or EXP zone</description>
<semantic-equipment-tag>AlarmDevice</semantic-equipment-tag>
<channels> <channels>
<channel id="contact" typeId="contact-channel"/> <channel id="contact" typeId="contact-channel"/>
@ -108,6 +112,7 @@
<label>Alarm RF Zone</label> <label>Alarm RF Zone</label>
<description>Alarm Decoder RFX zone</description> <description>Alarm Decoder RFX zone</description>
<semantic-equipment-tag>AlarmDevice</semantic-equipment-tag>
<channels> <channels>
<channel id="lowbat" typeId="system.low-battery"> <channel id="lowbat" typeId="system.low-battery">
@ -149,6 +154,7 @@
<label>Virtual Zone</label> <label>Virtual Zone</label>
<description>Alarm Decoder virtual zone</description> <description>Alarm Decoder virtual zone</description>
<semantic-equipment-tag>AlarmDevice</semantic-equipment-tag>
<channels> <channels>
<channel id="command" typeId="contact-command-channel"/> <channel id="command" typeId="contact-command-channel"/>
@ -171,6 +177,7 @@
<label>Alarm Keypad</label> <label>Alarm Keypad</label>
<description>Alarm Decoder keypad thing</description> <description>Alarm Decoder keypad thing</description>
<semantic-equipment-tag>Keypad</semantic-equipment-tag>
<channels> <channels>
<channel id="zone" typeId="number-channel"> <channel id="zone" typeId="number-channel">

View File

@ -7,6 +7,7 @@
<!-- Thing Type --> <!-- Thing Type -->
<thing-type id="speaker"> <thing-type id="speaker">
<label>AllPlay Speaker</label> <label>AllPlay Speaker</label>
<semantic-equipment-tag>Speaker</semantic-equipment-tag>
<channels> <channels>
<channel id="clearzone" typeId="clearzone"/> <channel id="clearzone" typeId="clearzone"/>

View File

@ -7,6 +7,7 @@
<thing-type id="dashbutton"> <thing-type id="dashbutton">
<label>@text/dashButtonLabel</label> <label>@text/dashButtonLabel</label>
<description>@text/dashButtonDescription</description> <description>@text/dashButtonDescription</description>
<semantic-equipment-tag>Button</semantic-equipment-tag>
<channels> <channels>
<channel id="press" typeId="system.rawbutton"> <channel id="press" typeId="system.rawbutton">

View File

@ -7,6 +7,7 @@
<thing-type id="service"> <thing-type id="service">
<label>Amber Electric</label> <label>Amber Electric</label>
<description>Amber Electric - wholesale access to power prices</description> <description>Amber Electric - wholesale access to power prices</description>
<semantic-equipment-tag>WebService</semantic-equipment-tag>
<channels> <channels>
<channel id="electricity-price" typeId="electricity-price"/> <channel id="electricity-price" typeId="electricity-price"/>

View File

@ -8,6 +8,7 @@
<bridge-type id="bridge"> <bridge-type id="bridge">
<label>Ambient Weather Account</label> <label>Ambient Weather Account</label>
<description>Represents an account at Ambient Weather (ambientweather.net)</description> <description>Represents an account at Ambient Weather (ambientweather.net)</description>
<semantic-equipment-tag>WebService</semantic-equipment-tag>
<config-description-ref uri="thing-type:ambientweather:bridge"/> <config-description-ref uri="thing-type:ambientweather:bridge"/>
</bridge-type> </bridge-type>
</thing:thing-descriptions> </thing:thing-descriptions>

View File

@ -12,6 +12,7 @@
<label>WS-0265</label> <label>WS-0265</label>
<description>Ambient Weather Station WS-0265</description> <description>Ambient Weather Station WS-0265</description>
<semantic-equipment-tag>WeatherStation</semantic-equipment-tag>
<channel-groups> <channel-groups>
<channel-group id="station" typeId="station"> <channel-group id="station" typeId="station">
<label>Weather Station</label> <label>Weather Station</label>

View File

@ -12,6 +12,7 @@
<label>WS-0900-IP</label> <label>WS-0900-IP</label>
<description>Ambient Weather Station WS-0900-IP</description> <description>Ambient Weather Station WS-0900-IP</description>
<semantic-equipment-tag>WeatherStation</semantic-equipment-tag>
<channel-groups> <channel-groups>
<channel-group id="station" typeId="station"> <channel-group id="station" typeId="station">
<label>Weather Station</label> <label>Weather Station</label>

View File

@ -12,6 +12,7 @@
<label>WS-1400-IP</label> <label>WS-1400-IP</label>
<description>Ambient Weather Station WS-1400-IP</description> <description>Ambient Weather Station WS-1400-IP</description>
<semantic-equipment-tag>WeatherStation</semantic-equipment-tag>
<channel-groups> <channel-groups>
<channel-group id="station" typeId="station"> <channel-group id="station" typeId="station">
<label>Weather Station</label> <label>Weather Station</label>

View File

@ -12,6 +12,7 @@
<label>WS-2902A</label> <label>WS-2902A</label>
<description>Ambient Weather Station WS-2902A</description> <description>Ambient Weather Station WS-2902A</description>
<semantic-equipment-tag>WeatherStation</semantic-equipment-tag>
<channel-groups> <channel-groups>
<channel-group id="station" typeId="station"> <channel-group id="station" typeId="station">
<label>Weather Station</label> <label>Weather Station</label>

View File

@ -12,6 +12,7 @@
<label>WS-2902B</label> <label>WS-2902B</label>
<description>Ambient Weather Station WS-2902B</description> <description>Ambient Weather Station WS-2902B</description>
<semantic-equipment-tag>WeatherStation</semantic-equipment-tag>
<channel-groups> <channel-groups>
<channel-group id="station" typeId="station"> <channel-group id="station" typeId="station">
<label>Weather Station</label> <label>Weather Station</label>

View File

@ -12,6 +12,7 @@
<label>WS-8482</label> <label>WS-8482</label>
<description>Ambient Weather Station WS-8482</description> <description>Ambient Weather Station WS-8482</description>
<semantic-equipment-tag>WeatherStation</semantic-equipment-tag>
<channel-groups> <channel-groups>
<channel-group id="station" typeId="station"> <channel-group id="station" typeId="station">
<label>Weather Station</label> <label>Weather Station</label>

View File

@ -7,6 +7,7 @@
<bridge-type id="controller"> <bridge-type id="controller">
<label>AmpliPi Controller</label> <label>AmpliPi Controller</label>
<description>An AmpliPi controller</description> <description>An AmpliPi controller</description>
<semantic-equipment-tag>AudioVisual</semantic-equipment-tag>
<channels> <channels>
<channel id="preset" typeId="preset"/> <channel id="preset" typeId="preset"/>
@ -49,6 +50,7 @@
<label>AmpliPi Zone</label> <label>AmpliPi Zone</label>
<description>A zone of the AmpliPi system</description> <description>A zone of the AmpliPi system</description>
<semantic-equipment-tag>AudioVisual</semantic-equipment-tag>
<channels> <channels>
<channel typeId="system.power" id="power"/> <channel typeId="system.power" id="power"/>
@ -82,6 +84,7 @@
<label>AmpliPi Group</label> <label>AmpliPi Group</label>
<description>A group of the AmpliPi system</description> <description>A group of the AmpliPi system</description>
<semantic-equipment-tag>AudioVisual</semantic-equipment-tag>
<channels> <channels>
<channel typeId="system.power" id="power"/> <channel typeId="system.power" id="power"/>

View File

@ -8,7 +8,7 @@
<label>ShieldTV</label> <label>ShieldTV</label>
<description>Nvidia ShieldTV</description> <description>Nvidia ShieldTV</description>
<semantic-equipment-tag>Television</semantic-equipment-tag>
<channels> <channels>
<channel id="debug" typeId="debug"/> <channel id="debug" typeId="debug"/>
<channel id="keypress" typeId="keypress"/> <channel id="keypress" typeId="keypress"/>
@ -98,7 +98,7 @@
<label>GoogleTV</label> <label>GoogleTV</label>
<description>GoogleTV</description> <description>GoogleTV</description>
<semantic-equipment-tag>Television</semantic-equipment-tag>
<channels> <channels>
<channel id="debug" typeId="debug"/> <channel id="debug" typeId="debug"/>
<channel id="keypress" typeId="keypress"/> <channel id="keypress" typeId="keypress"/>
@ -170,7 +170,7 @@
<thing-type id="philipstv"> <thing-type id="philipstv">
<label>Philips TV</label> <label>Philips TV</label>
<description>A Philips TV device</description> <description>A Philips TV device</description>
<semantic-equipment-tag>Television</semantic-equipment-tag>
<channels> <channels>
<channel id="debug" typeId="debug"/> <channel id="debug" typeId="debug"/>
<channel id="keypress" typeId="keypress"/> <channel id="keypress" typeId="keypress"/>

View File

@ -7,7 +7,7 @@
<thing-type id="anthem"> <thing-type id="anthem">
<label>Anthem</label> <label>Anthem</label>
<description>Thing for Anthem AV processor</description> <description>Thing for Anthem AV processor</description>
<semantic-equipment-tag>AudioVisual</semantic-equipment-tag>
<channel-groups> <channel-groups>
<channel-group id="general" typeId="general"/> <channel-group id="general" typeId="general"/>
<channel-group id="1" typeId="zone"> <channel-group id="1" typeId="zone">

View File

@ -11,6 +11,7 @@
Independent mode - does not require Internet connectivity (see <b>connectionMode</b> setting for more options). Independent mode - does not require Internet connectivity (see <b>connectionMode</b> setting for more options).
]]></description> ]]></description>
<category>HVAC</category> <category>HVAC</category>
<semantic-equipment-tag>AirConditioner</semantic-equipment-tag>
<channel-groups> <channel-groups>
<channel-group id="ac-controls" typeId="ac-controls-group"/> <channel-group id="ac-controls" typeId="ac-controls-group"/>
@ -182,6 +183,7 @@
<br/><i>Requires Internet connectivity for <b>both</b> openHAB and the HVAC device separately.</i> <br/><i>Requires Internet connectivity for <b>both</b> openHAB and the HVAC device separately.</i>
]]></description> ]]></description>
<category>HVAC</category> <category>HVAC</category>
<semantic-equipment-tag>AirConditioner</semantic-equipment-tag>
<channel-groups> <channel-groups>
<channel-group id="ac-controls" typeId="ac-controls-group"/> <channel-group id="ac-controls" typeId="ac-controls-group"/>
<channel-group id="modes" typeId="modes-group"/> <channel-group id="modes" typeId="modes-group"/>

View File

@ -12,6 +12,8 @@
<label>Asuswrt Client</label> <label>Asuswrt Client</label>
<description>Client connected to Asuswrt-Router</description> <description>Client connected to Asuswrt-Router</description>
<semantic-equipment-tag>NetworkAppliance</semantic-equipment-tag>
<channel-groups> <channel-groups>
<channel-group id="network-info" typeId="clientNetworkGroup"></channel-group> <channel-group id="network-info" typeId="clientNetworkGroup"></channel-group>
<channel-group id="traffic" typeId="traffic-group"></channel-group> <channel-group id="traffic" typeId="traffic-group"></channel-group>

View File

@ -12,6 +12,8 @@
<label>Router Interface</label> <label>Router Interface</label>
<description>Interface of router</description> <description>Interface of router</description>
<semantic-equipment-tag>Router</semantic-equipment-tag>
<channel-groups> <channel-groups>
<channel-group id="network-info" typeId="if-info-group"></channel-group> <channel-group id="network-info" typeId="if-info-group"></channel-group>
<channel-group id="traffic" typeId="traffic-group"></channel-group> <channel-group id="traffic" typeId="traffic-group"></channel-group>

View File

@ -8,6 +8,7 @@
<thing-type id="pro3-44m"> <thing-type id="pro3-44m">
<label>Atlona PRO3 4x4 HDBaseT Matrix</label> <label>Atlona PRO3 4x4 HDBaseT Matrix</label>
<description>Atlona PRO3 4x4 HDBaseT Matrix (Model AT-UHD-PRO3-44M)</description> <description>Atlona PRO3 4x4 HDBaseT Matrix (Model AT-UHD-PRO3-44M)</description>
<semantic-equipment-tag>AudioVisual</semantic-equipment-tag>
<channel-groups> <channel-groups>
<channel-group id="primary" typeId="primarygroup"/> <channel-group id="primary" typeId="primarygroup"/>
@ -56,6 +57,7 @@
<thing-type id="pro3-66m"> <thing-type id="pro3-66m">
<label>Atlona PRO3 6x6 HDBaseT Matrix</label> <label>Atlona PRO3 6x6 HDBaseT Matrix</label>
<description>Atlona PRO3 6x6 HDBaseT Matrix (Model AT-UHD-PRO3-66M)</description> <description>Atlona PRO3 6x6 HDBaseT Matrix (Model AT-UHD-PRO3-66M)</description>
<semantic-equipment-tag>AudioVisual</semantic-equipment-tag>
<channel-groups> <channel-groups>
<channel-group id="primary" typeId="primarygroup"/> <channel-group id="primary" typeId="primarygroup"/>
@ -124,6 +126,7 @@
<thing-type id="pro3-88m"> <thing-type id="pro3-88m">
<label>Atlona PRO3 8x8 HDBaseT Matrix</label> <label>Atlona PRO3 8x8 HDBaseT Matrix</label>
<description>Atlona PRO3 8x8 HDBaseT Matrix (Model AT-UHD-PRO3-66M)</description> <description>Atlona PRO3 8x8 HDBaseT Matrix (Model AT-UHD-PRO3-66M)</description>
<semantic-equipment-tag>AudioVisual</semantic-equipment-tag>
<channel-groups> <channel-groups>
<channel-group id="primary" typeId="primarygroup"/> <channel-group id="primary" typeId="primarygroup"/>
@ -208,6 +211,7 @@
<thing-type id="pro3-1616m"> <thing-type id="pro3-1616m">
<label>Atlona PRO3 16x16 HDBaseT Matrix</label> <label>Atlona PRO3 16x16 HDBaseT Matrix</label>
<description>Atlona PRO3 16x16 HDBaseT Matrix (Model AT-UHD-PRO3-1616M)</description> <description>Atlona PRO3 16x16 HDBaseT Matrix (Model AT-UHD-PRO3-1616M)</description>
<semantic-equipment-tag>AudioVisual</semantic-equipment-tag>
<channel-groups> <channel-groups>
<channel-group id="primary" typeId="primarygroup"/> <channel-group id="primary" typeId="primarygroup"/>
@ -364,6 +368,7 @@
<thing-type id="pro3-hd44m"> <thing-type id="pro3-hd44m">
<label>Atlona PRO3 HD 4x4 HDBaseT Matrix</label> <label>Atlona PRO3 HD 4x4 HDBaseT Matrix</label>
<description>Atlona PRO3 HD 4x4 HDBaseT Matrix (Model AT-PRO3HD44M)</description> <description>Atlona PRO3 HD 4x4 HDBaseT Matrix (Model AT-PRO3HD44M)</description>
<semantic-equipment-tag>AudioVisual</semantic-equipment-tag>
<channel-groups> <channel-groups>
<channel-group id="primary" typeId="primarygroup"/> <channel-group id="primary" typeId="primarygroup"/>
@ -392,6 +397,7 @@
<thing-type id="pro3-hd66m"> <thing-type id="pro3-hd66m">
<label>Atlona PRO3 HD 6x6 HDBaseT Matrix</label> <label>Atlona PRO3 HD 6x6 HDBaseT Matrix</label>
<description>Atlona PRO3 HD 6x6 HDBaseT Matrix (Model AT-PRO3HD66M)</description> <description>Atlona PRO3 HD 6x6 HDBaseT Matrix (Model AT-PRO3HD66M)</description>
<semantic-equipment-tag>AudioVisual</semantic-equipment-tag>
<channel-groups> <channel-groups>
<channel-group id="primary" typeId="primarygroup"/> <channel-group id="primary" typeId="primarygroup"/>

View File

@ -6,6 +6,7 @@
<thing-type id="jandy"> <thing-type id="jandy">
<label>Jandy Pool Controller</label> <label>Jandy Pool Controller</label>
<description>A Jandy pool control thing represents an Autelis pool controller for Jandy systems</description> <description>A Jandy pool control thing represents an Autelis pool controller for Jandy systems</description>
<semantic-equipment-tag>SwimmingPool</semantic-equipment-tag>
<channels> <channels>
<channel id="system-runstate" typeId="system-runstate"/> <channel id="system-runstate" typeId="system-runstate"/>
<channel id="system-model" typeId="system-model"/> <channel id="system-model" typeId="system-model"/>

View File

@ -6,6 +6,7 @@
<thing-type id="pentair"> <thing-type id="pentair">
<label>Pentair Pool Controller</label> <label>Pentair Pool Controller</label>
<description>A Pentair pool control thing represents an Autelis pool controller for Pentair systems</description> <description>A Pentair pool control thing represents an Autelis pool controller for Pentair systems</description>
<semantic-equipment-tag>SwimmingPool</semantic-equipment-tag>
<channels> <channels>
<channel id="system-runstate" typeId="system-runstate"/> <channel id="system-runstate" typeId="system-runstate"/>
<channel id="system-model" typeId="system-model"/> <channel id="system-model" typeId="system-model"/>

View File

@ -8,6 +8,8 @@
<bridge-type id="bridge"> <bridge-type id="bridge">
<label>Automower Connect Bridge</label> <label>Automower Connect Bridge</label>
<description>The bridge to communicate with the Automower Connect API</description> <description>The bridge to communicate with the Automower Connect API</description>
<semantic-equipment-tag>WebService</semantic-equipment-tag>
<config-description> <config-description>
<parameter name="appKey" type="text" required="true"> <parameter name="appKey" type="text" required="true">
@ -41,6 +43,7 @@
<label>Automower</label> <label>Automower</label>
<description>An automatic lawn mower</description> <description>An automatic lawn mower</description>
<semantic-equipment-tag>LawnMower</semantic-equipment-tag>
<channel-groups> <channel-groups>
<channel-group id="status" typeId="statusType"/> <channel-group id="status" typeId="statusType"/>

View File

@ -8,7 +8,7 @@
<bridge-type id="fritzbox"> <bridge-type id="fritzbox">
<label>FRITZ!Box</label> <label>FRITZ!Box</label>
<description>A FRITZ!Box router.</description> <description>A FRITZ!Box router.</description>
<semantic-equipment-tag>Router</semantic-equipment-tag>
<channels> <channels>
<channel id="incoming_call" typeId="incoming_call"/> <channel id="incoming_call" typeId="incoming_call"/>
<channel id="outgoing_call" typeId="outgoing_call"/> <channel id="outgoing_call" typeId="outgoing_call"/>

View File

@ -12,7 +12,7 @@
<label>FRITZ!DECT 500</label> <label>FRITZ!DECT 500</label>
<description>FRITZ!DECT500 color light.</description> <description>FRITZ!DECT500 color light.</description>
<semantic-equipment-tag>LightSource</semantic-equipment-tag>
<channels> <channels>
<channel id="color" typeId="system.color"/> <channel id="color" typeId="system.color"/>
<channel id="color_temperature" typeId="system.color-temperature"/> <channel id="color_temperature" typeId="system.color-temperature"/>
@ -36,7 +36,7 @@
<label>FRITZ!DECT 400</label> <label>FRITZ!DECT 400</label>
<description>FRITZ!DECT400 switch.</description> <description>FRITZ!DECT400 switch.</description>
<semantic-equipment-tag>Button</semantic-equipment-tag>
<channels> <channels>
<channel id="press" typeId="system.button"> <channel id="press" typeId="system.button">
<label>Button Press</label> <label>Button Press</label>
@ -60,7 +60,7 @@
<label>FRITZ!DECT 440</label> <label>FRITZ!DECT 440</label>
<description>FRITZ!DECT440 switch.</description> <description>FRITZ!DECT440 switch.</description>
<semantic-equipment-tag>Button</semantic-equipment-tag>
<channel-groups> <channel-groups>
<channel-group id="top-left" typeId="button"> <channel-group id="top-left" typeId="button">
<label>Top Left Button</label> <label>Top Left Button</label>
@ -91,7 +91,7 @@
<label>Comet DECT</label> <label>Comet DECT</label>
<description>Comet DECT heating thermostat.</description> <description>Comet DECT heating thermostat.</description>
<semantic-equipment-tag>Thermostat</semantic-equipment-tag>
<channels> <channels>
<channel id="mode" typeId="mode"/> <channel id="mode" typeId="mode"/>
<channel id="locked" typeId="locked"/> <channel id="locked" typeId="locked"/>
@ -127,7 +127,7 @@
<label>FRITZ!DECT 302</label> <label>FRITZ!DECT 302</label>
<description>FRITZ!DECT 302 heating thermostat.</description> <description>FRITZ!DECT 302 heating thermostat.</description>
<semantic-equipment-tag>Thermostat</semantic-equipment-tag>
<channels> <channels>
<channel id="mode" typeId="mode"/> <channel id="mode" typeId="mode"/>
<channel id="locked" typeId="locked"/> <channel id="locked" typeId="locked"/>
@ -163,7 +163,7 @@
<label>FRITZ!DECT 301</label> <label>FRITZ!DECT 301</label>
<description>FRITZ!DECT 301 heating thermostat.</description> <description>FRITZ!DECT 301 heating thermostat.</description>
<semantic-equipment-tag>Thermostat</semantic-equipment-tag>
<channels> <channels>
<channel id="mode" typeId="mode"/> <channel id="mode" typeId="mode"/>
<channel id="locked" typeId="locked"/> <channel id="locked" typeId="locked"/>
@ -199,7 +199,7 @@
<label>FRITZ!DECT 300</label> <label>FRITZ!DECT 300</label>
<description>FRITZ!DECT 300 heating thermostat.</description> <description>FRITZ!DECT 300 heating thermostat.</description>
<semantic-equipment-tag>Thermostat</semantic-equipment-tag>
<channels> <channels>
<channel id="mode" typeId="mode"/> <channel id="mode" typeId="mode"/>
<channel id="locked" typeId="locked"/> <channel id="locked" typeId="locked"/>
@ -235,7 +235,7 @@
<label>FRITZ!DECT 210</label> <label>FRITZ!DECT 210</label>
<description>FRITZ!DECT210 switchable outlet.</description> <description>FRITZ!DECT210 switchable outlet.</description>
<semantic-equipment-tag>PowerOutlet</semantic-equipment-tag>
<channels> <channels>
<channel id="mode" typeId="mode"/> <channel id="mode" typeId="mode"/>
<channel id="locked" typeId="locked"/> <channel id="locked" typeId="locked"/>
@ -269,7 +269,7 @@
<label>FRITZ!DECT 200</label> <label>FRITZ!DECT 200</label>
<description>FRITZ!DECT200 switchable outlet.</description> <description>FRITZ!DECT200 switchable outlet.</description>
<semantic-equipment-tag>PowerOutlet</semantic-equipment-tag>
<channels> <channels>
<channel id="mode" typeId="mode"/> <channel id="mode" typeId="mode"/>
<channel id="locked" typeId="locked"/> <channel id="locked" typeId="locked"/>
@ -304,7 +304,7 @@
<label>FRITZ!Powerline 546E</label> <label>FRITZ!Powerline 546E</label>
<description>FRITZ!Powerline 546E with switchable outlet. <description>FRITZ!Powerline 546E with switchable outlet.
</description> </description>
<semantic-equipment-tag>PowerOutlet</semantic-equipment-tag>
<channels> <channels>
<channel id="mode" typeId="mode"/> <channel id="mode" typeId="mode"/>
<channel id="locked" typeId="locked"/> <channel id="locked" typeId="locked"/>
@ -355,7 +355,7 @@
<label>HAN-FUN Contact</label> <label>HAN-FUN Contact</label>
<description>HAN-FUN contact (e.g. SmartHome Tür-/Fensterkontakt or SmartHome Bewegungsmelder).</description> <description>HAN-FUN contact (e.g. SmartHome Tür-/Fensterkontakt or SmartHome Bewegungsmelder).</description>
<semantic-equipment-tag>ContactSensor</semantic-equipment-tag>
<channels> <channels>
<channel typeId="contact_state" id="contact_state"/> <channel typeId="contact_state" id="contact_state"/>
</channels> </channels>
@ -373,7 +373,7 @@
<label>HAN-FUN Switch</label> <label>HAN-FUN Switch</label>
<description>HAN-FUN switch (e.g. SmartHome Wandtaster).</description> <description>HAN-FUN switch (e.g. SmartHome Wandtaster).</description>
<semantic-equipment-tag>WallSwitch</semantic-equipment-tag>
<channels> <channels>
<channel id="press" typeId="system.rawbutton"> <channel id="press" typeId="system.rawbutton">
<label>Button Press</label> <label>Button Press</label>
@ -395,7 +395,7 @@
<label>HAN-FUN Blinds</label> <label>HAN-FUN Blinds</label>
<description>HAN-FUN blinds (e.g. RolloTron DECT 1213)</description> <description>HAN-FUN blinds (e.g. RolloTron DECT 1213)</description>
<semantic-equipment-tag>Blinds</semantic-equipment-tag>
<channels> <channels>
<channel id="rollershutter" typeId="rollershutter"/> <channel id="rollershutter" typeId="rollershutter"/>
<channel id="obstruction_alarm" typeId="obstruction_alarm"/> <channel id="obstruction_alarm" typeId="obstruction_alarm"/>
@ -414,7 +414,7 @@
<label>HAN-FUN Color Light</label> <label>HAN-FUN Color Light</label>
<description>HAN-FUN color light (e.g SmartHome LED-Lampe E27 (farbig)).</description> <description>HAN-FUN color light (e.g SmartHome LED-Lampe E27 (farbig)).</description>
<semantic-equipment-tag>LightSource</semantic-equipment-tag>
<channels> <channels>
<channel id="color" typeId="system.color"/> <channel id="color" typeId="system.color"/>
<channel id="color_temperature" typeId="system.color-temperature"/> <channel id="color_temperature" typeId="system.color-temperature"/>
@ -438,6 +438,7 @@
<label>HAN-FUN Dimmable Light</label> <label>HAN-FUN Dimmable Light</label>
<description>HAN-FUN dimmable light (e.g. SmartHome LED-Lampe E27 (warmweiß)).</description> <description>HAN-FUN dimmable light (e.g. SmartHome LED-Lampe E27 (warmweiß)).</description>
<semantic-equipment-tag>LightSource</semantic-equipment-tag>
<channels> <channels>
<channel id="brightness" typeId="system.brightness"/> <channel id="brightness" typeId="system.brightness"/>
@ -456,7 +457,7 @@
<label>HAN-FUN On / Off Device</label> <label>HAN-FUN On / Off Device</label>
<description>HAN-FUN switchable device (e.g. SmartHome Zwischenstecker innen / SmartHome Zwischenstecker außen)</description> <description>HAN-FUN switchable device (e.g. SmartHome Zwischenstecker innen / SmartHome Zwischenstecker außen)</description>
<semantic-equipment-tag>PowerOutlet</semantic-equipment-tag>
<channels> <channels>
<channel id="on_off" typeId="system.power"/> <channel id="on_off" typeId="system.power"/>
</channels> </channels>
@ -475,7 +476,7 @@
<label>Heating Group</label> <label>Heating Group</label>
<description>Group for heating thermostats.</description> <description>Group for heating thermostats.</description>
<semantic-equipment-tag>Thermostat</semantic-equipment-tag>
<channels> <channels>
<channel id="mode" typeId="mode"/> <channel id="mode" typeId="mode"/>
<channel id="locked" typeId="locked"/> <channel id="locked" typeId="locked"/>
@ -510,7 +511,7 @@
<label>Switch Group</label> <label>Switch Group</label>
<description>Group for switchable outlets and power meters.</description> <description>Group for switchable outlets and power meters.</description>
<semantic-equipment-tag>PowerOutlet</semantic-equipment-tag>
<channels> <channels>
<channel id="mode" typeId="mode"/> <channel id="mode" typeId="mode"/>
<channel id="locked" typeId="locked"/> <channel id="locked" typeId="locked"/>

View File

@ -7,6 +7,7 @@
<bridge-type id="bridge"> <bridge-type id="bridge">
<label>aWATTar Bridge</label> <label>aWATTar Bridge</label>
<description>Provides price data from the aWATTar API.</description> <description>Provides price data from the aWATTar API.</description>
<semantic-equipment-tag>WebService</semantic-equipment-tag>
<channels> <channels>
<channel id="market-net" typeId="uom-price"> <channel id="market-net" typeId="uom-price">
@ -41,6 +42,7 @@
<label>Hourly Price</label> <label>Hourly Price</label>
<description>Prices for one kilowatt-hour at the given hour in Cent</description> <description>Prices for one kilowatt-hour at the given hour in Cent</description>
<semantic-equipment-tag>WebService</semantic-equipment-tag>
<channel-groups> <channel-groups>
<channel-group id="current" typeId="hourly-prices"> <channel-group id="current" typeId="hourly-prices">
@ -256,11 +258,10 @@
<bridge-type-ref id="bridge"/> <bridge-type-ref id="bridge"/>
</supported-bridge-type-refs> </supported-bridge-type-refs>
<label> <label>Best Price</label>
Best Price
</label>
<description>Evaluates the lowest price period for the given settings</description> <description>Evaluates the lowest price period for the given settings</description>
<semantic-equipment-tag>WebService</semantic-equipment-tag>
<channels> <channels>
<channel id="active" typeId="switch-type"> <channel id="active" typeId="switch-type">
<label>Active</label> <label>Active</label>

View File

@ -8,6 +8,7 @@
<thing-type id="fan"> <thing-type id="fan">
<label>BigAssFan</label> <label>BigAssFan</label>
<description>Big Ass Fan</description> <description>Big Ass Fan</description>
<semantic-equipment-tag>Fan</semantic-equipment-tag>
<channels> <channels>
<!-- Channels related to fan functions --> <!-- Channels related to fan functions -->

View File

@ -13,6 +13,7 @@
<label>Airthings Wave Mini</label> <label>Airthings Wave Mini</label>
<description>Indoor air quality monitor</description> <description>Indoor air quality monitor</description>
<semantic-equipment-tag>AirQualitySensor</semantic-equipment-tag>
<channels> <channels>
<channel id="rssi" typeId="rssi"/> <channel id="rssi" typeId="rssi"/>

View File

@ -14,6 +14,7 @@
<label>AM43 Blind Drive Motor</label> <label>AM43 Blind Drive Motor</label>
<description>An AM43 Blind Drive Motor</description> <description>An AM43 Blind Drive Motor</description>
<category>Blinds</category> <category>Blinds</category>
<semantic-equipment-tag>Blinds</semantic-equipment-tag>
<channels> <channels>
<channel id="rssi" typeId="rssi"/> <channel id="rssi" typeId="rssi"/>

View File

@ -11,6 +11,7 @@
<label>Daikin BRC1H Thermostat</label> <label>Daikin BRC1H Thermostat</label>
<description>A Daikin Madoka BRC1H Thermostat (BLE)</description> <description>A Daikin Madoka BRC1H Thermostat (BLE)</description>
<semantic-equipment-tag>Thermostat</semantic-equipment-tag>
<channels> <channels>
<channel id="onOffStatus" typeId="brc1h_onOffStatus"/> <channel id="onOffStatus" typeId="brc1h_onOffStatus"/>

View File

@ -13,6 +13,8 @@
<label>Enocean PTM 215B Rocker</label> <label>Enocean PTM 215B Rocker</label>
<description>An Enocean BLE Rocker (PTM 215B)</description> <description>An Enocean BLE Rocker (PTM 215B)</description>
<semantic-equipment-tag>WallSwitch</semantic-equipment-tag>
<channels> <channels>
<channel id="rocker1" typeId="system.rawrocker"/> <channel id="rocker1" typeId="system.rawrocker"/>

View File

@ -14,7 +14,7 @@
<label>Govee Hygrometer</label> <label>Govee Hygrometer</label>
<description>Govee Thermo-Hygrometer</description> <description>Govee Thermo-Hygrometer</description>
<semantic-equipment-tag>Sensor</semantic-equipment-tag>
<channels> <channels>
<channel id="rssi" typeId="rssi"/> <channel id="rssi" typeId="rssi"/>
<channel id="battery" typeId="system.battery-level"/> <channel id="battery" typeId="system.battery-level"/>
@ -66,7 +66,7 @@
<label>Govee Monitoring Hygrometer</label> <label>Govee Monitoring Hygrometer</label>
<description>Govee Thermo-Hygrometer w/ Warning Alarms</description> <description>Govee Thermo-Hygrometer w/ Warning Alarms</description>
<semantic-equipment-tag>Sensor</semantic-equipment-tag>
<channels> <channels>
<channel id="rssi" typeId="rssi"/> <channel id="rssi" typeId="rssi"/>
<channel id="battery" typeId="system.battery-level"/> <channel id="battery" typeId="system.battery-level"/>

View File

@ -50,6 +50,7 @@
<label>Grundfos Alpha Reader MI401</label> <label>Grundfos Alpha Reader MI401</label>
<description>A Grundfos Alpha Reader MI401</description> <description>A Grundfos Alpha Reader MI401</description>
<category>Pump</category> <category>Pump</category>
<semantic-equipment-tag>Pump</semantic-equipment-tag>
<channels> <channels>
<channel id="rssi" typeId="rssi"/> <channel id="rssi" typeId="rssi"/>
@ -83,6 +84,7 @@
<label>Grundfos Alpha3</label> <label>Grundfos Alpha3</label>
<description>A Grundfos Alpha3 circulator pump</description> <description>A Grundfos Alpha3 circulator pump</description>
<category>Pump</category> <category>Pump</category>
<semantic-equipment-tag>Pump</semantic-equipment-tag>
<channels> <channels>
<channel id="rssi" typeId="rssi"/> <channel id="rssi" typeId="rssi"/>

View File

@ -13,6 +13,7 @@
<label>RadonEye RD200</label> <label>RadonEye RD200</label>
<description>Indoor radon monitor</description> <description>Indoor radon monitor</description>
<semantic-equipment-tag>AirQualitySensor</semantic-equipment-tag>
<channels> <channels>
<channel id="rssi" typeId="rssi"/> <channel id="rssi" typeId="rssi"/>

View File

@ -13,7 +13,7 @@
<label>RuuviTag SmartBeacon</label> <label>RuuviTag SmartBeacon</label>
<description>A RuuviTag SmartBeacon</description> <description>A RuuviTag SmartBeacon</description>
<semantic-equipment-tag>Tracker</semantic-equipment-tag>
<channels> <channels>
<channel id="rssi" typeId="rssi"/> <channel id="rssi" typeId="rssi"/>
<channel id="accelerationx" typeId="ruuvitag_accelerationx"/> <channel id="accelerationx" typeId="ruuvitag_accelerationx"/>

View File

@ -8,7 +8,7 @@
<bridge-type id="bondBridge"> <bridge-type id="bondBridge">
<label>Bond Home Bridge</label> <label>Bond Home Bridge</label>
<description>The RF/IR/Wifi Bridge</description> <description>The RF/IR/Wifi Bridge</description>
<semantic-equipment-tag>NetworkAppliance</semantic-equipment-tag>
<representation-property>serialNumber</representation-property> <representation-property>serialNumber</representation-property>
<config-description-ref uri="thing-type:bondhome:bondbridge"/> <config-description-ref uri="thing-type:bondhome:bondbridge"/>

View File

@ -12,7 +12,7 @@
<label>Bond Home Ceiling Fan</label> <label>Bond Home Ceiling Fan</label>
<description>An RF or IR remote controlled ceiling fan with or without a light</description> <description>An RF or IR remote controlled ceiling fan with or without a light</description>
<semantic-equipment-tag>CeilingFan</semantic-equipment-tag>
<channel-groups> <channel-groups>
<channel-group id="common" typeId="commonChannelGroup"/> <channel-group id="common" typeId="commonChannelGroup"/>
<channel-group id="fan" typeId="ceilingFanChannelGroup"/> <channel-group id="fan" typeId="ceilingFanChannelGroup"/>

View File

@ -12,7 +12,7 @@
<label>Bond Home Fireplace</label> <label>Bond Home Fireplace</label>
<description>An RF or IR remote controlled fireplace with or without a fan</description> <description>An RF or IR remote controlled fireplace with or without a fan</description>
<semantic-equipment-tag>Furnace</semantic-equipment-tag>
<channel-groups> <channel-groups>
<channel-group id="common" typeId="commonChannelGroup"/> <channel-group id="common" typeId="commonChannelGroup"/>
<channel-group id="fireplace" typeId="fireplaceChannelGroup"/> <channel-group id="fireplace" typeId="fireplaceChannelGroup"/>

View File

@ -12,7 +12,7 @@
<label>Bond Home Light</label> <label>Bond Home Light</label>
<description>An RF or IR remote controlled light</description> <description>An RF or IR remote controlled light</description>
<semantic-equipment-tag>LightSource</semantic-equipment-tag>
<channel-groups> <channel-groups>
<channel-group id="light" typeId="lightChannelGroup"/> <channel-group id="light" typeId="lightChannelGroup"/>
</channel-groups> </channel-groups>

View File

@ -12,7 +12,7 @@
<label>Bond Home Motorized Shades</label> <label>Bond Home Motorized Shades</label>
<description>An RF or IR remote controlled motorized shade</description> <description>An RF or IR remote controlled motorized shade</description>
<semantic-equipment-tag>Blinds</semantic-equipment-tag>
<channel-groups> <channel-groups>
<channel-group id="common" typeId="commonChannelGroup"/> <channel-group id="common" typeId="commonChannelGroup"/>
<channel-group id="shade" typeId="shadeChannelGroup"/> <channel-group id="shade" typeId="shadeChannelGroup"/>

View File

@ -16,7 +16,7 @@
<label>Bosch Indego</label> <label>Bosch Indego</label>
<description>Indego which supports the connect feature.</description> <description>Indego which supports the connect feature.</description>
<semantic-equipment-tag>LawnMower</semantic-equipment-tag>
<channels> <channels>
<channel id="state" typeId="state"/> <channel id="state" typeId="state"/>
<channel id="textualstate" typeId="textualstate"/> <channel id="textualstate" typeId="textualstate"/>

View File

@ -8,6 +8,7 @@
<bridge-type id="shc"> <bridge-type id="shc">
<label>Smart Home Controller</label> <label>Smart Home Controller</label>
<description>The Bosch Smart Home Bridge representing the Bosch Smart Home Controller.</description> <description>The Bosch Smart Home Bridge representing the Bosch Smart Home Controller.</description>
<semantic-equipment-tag>NetworkAppliance</semantic-equipment-tag>
<channels> <channels>
<channel id="scenario-triggered" typeId="scenario-triggered"/> <channel id="scenario-triggered" typeId="scenario-triggered"/>
@ -32,6 +33,7 @@
<label>In-wall Switch</label> <label>In-wall Switch</label>
<description>A simple light control.</description> <description>A simple light control.</description>
<semantic-equipment-tag>WallSwitch</semantic-equipment-tag>
<channels> <channels>
<channel id="power-switch" typeId="system.power"/> <channel id="power-switch" typeId="system.power"/>
@ -50,6 +52,7 @@
<label>Compact Smart Plug</label> <label>Compact Smart Plug</label>
<description>A compact smart plug with energy monitoring capabilities.</description> <description>A compact smart plug with energy monitoring capabilities.</description>
<semantic-equipment-tag>PowerOutlet</semantic-equipment-tag>
<channels> <channels>
<channel id="power-switch" typeId="system.power"/> <channel id="power-switch" typeId="system.power"/>
@ -68,6 +71,7 @@
<label>Twinguard</label> <label>Twinguard</label>
<description>The Twinguard smoke detector warns you in case of fire and constantly monitors the air.</description> <description>The Twinguard smoke detector warns you in case of fire and constantly monitors the air.</description>
<semantic-equipment-tag>Sensor</semantic-equipment-tag>
<channels> <channels>
<channel id="temperature" typeId="temperature"/> <channel id="temperature" typeId="temperature"/>
@ -94,6 +98,7 @@
<label>Door/Window Contact</label> <label>Door/Window Contact</label>
<description>Detects open windows and doors.</description> <description>Detects open windows and doors.</description>
<semantic-equipment-tag>ContactSensor</semantic-equipment-tag>
<channels> <channels>
<channel id="contact" typeId="contact"/> <channel id="contact" typeId="contact"/>
@ -112,6 +117,7 @@
<label>Door/Window Contact II</label> <label>Door/Window Contact II</label>
<description>Detects open windows and doors and features an additional button.</description> <description>Detects open windows and doors and features an additional button.</description>
<semantic-equipment-tag>ContactSensor</semantic-equipment-tag>
<channels> <channels>
<channel id="contact" typeId="contact"/> <channel id="contact" typeId="contact"/>
@ -132,6 +138,7 @@
<label>Door/Window Contact II Plus</label> <label>Door/Window Contact II Plus</label>
<description>Detects open windows and doors, provides a configurable button and a vibration sensor.</description> <description>Detects open windows and doors, provides a configurable button and a vibration sensor.</description>
<semantic-equipment-tag>Sensor</semantic-equipment-tag>
<channels> <channels>
<channel id="contact" typeId="contact"/> <channel id="contact" typeId="contact"/>
@ -156,6 +163,7 @@
<label>Motion Detector</label> <label>Motion Detector</label>
<description>Detects every movement through an intelligent combination of passive infra-red technology and an <description>Detects every movement through an intelligent combination of passive infra-red technology and an
additional temperature sensor.</description> additional temperature sensor.</description>
<semantic-equipment-tag>MotionDetector</semantic-equipment-tag>
<channels> <channels>
<channel id="latest-motion" typeId="latest-motion"/> <channel id="latest-motion" typeId="latest-motion"/>
@ -179,6 +187,8 @@
<label>Shutter Control</label> <label>Shutter Control</label>
<description>Control of your shutter to take any position you desire.</description> <description>Control of your shutter to take any position you desire.</description>
<semantic-equipment-tag>Blinds</semantic-equipment-tag>
<channels> <channels>
<channel id="level" typeId="level"/> <channel id="level" typeId="level"/>
@ -195,6 +205,7 @@
<label>Shutter Control II</label> <label>Shutter Control II</label>
<description>Second generation shutter control.</description> <description>Second generation shutter control.</description>
<semantic-equipment-tag>Blinds</semantic-equipment-tag>
<channels> <channels>
<channel id="level" typeId="level"/> <channel id="level" typeId="level"/>
@ -215,6 +226,7 @@
<label>Light Control II</label> <label>Light Control II</label>
<description>Advanced light control with two switch circuits.</description> <description>Advanced light control with two switch circuits.</description>
<semantic-equipment-tag>WallSwitch</semantic-equipment-tag>
<channels> <channels>
<channel id="signal-strength" typeId="system.signal-strength"/> <channel id="signal-strength" typeId="system.signal-strength"/>
@ -237,6 +249,7 @@
<label>Thermostat</label> <label>Thermostat</label>
<description>Radiator thermostat</description> <description>Radiator thermostat</description>
<semantic-equipment-tag>Thermostat</semantic-equipment-tag>
<channels> <channels>
<channel id="temperature" typeId="temperature"/> <channel id="temperature" typeId="temperature"/>
@ -259,6 +272,7 @@
<label>Climate Control</label> <label>Climate Control</label>
<description>This is a virtual device which is automatically created for all rooms that have <description>This is a virtual device which is automatically created for all rooms that have
thermostats in it.</description> thermostats in it.</description>
<semantic-equipment-tag>Thermostat</semantic-equipment-tag>
<channels> <channels>
<channel id="temperature" typeId="temperature"/> <channel id="temperature" typeId="temperature"/>
@ -276,6 +290,7 @@
<label>Wall Thermostat</label> <label>Wall Thermostat</label>
<description>Display of the current room temperature as well as the relative humidity in the room.</description> <description>Display of the current room temperature as well as the relative humidity in the room.</description>
<semantic-equipment-tag>Thermostat</semantic-equipment-tag>
<channels> <channels>
<channel id="temperature" typeId="temperature"/> <channel id="temperature" typeId="temperature"/>
@ -295,6 +310,7 @@
<label>Security Camera 360</label> <label>Security Camera 360</label>
<description>Indoor security camera with 360° view and motion detection.</description> <description>Indoor security camera with 360° view and motion detection.</description>
<semantic-equipment-tag>Camera</semantic-equipment-tag>
<channels> <channels>
<channel id="privacy-mode" typeId="privacy-mode"/> <channel id="privacy-mode" typeId="privacy-mode"/>
@ -312,6 +328,7 @@
<label>Security Camera Eyes</label> <label>Security Camera Eyes</label>
<description>Outdoor security camera with motion detection and light.</description> <description>Outdoor security camera with motion detection and light.</description>
<semantic-equipment-tag>Camera</semantic-equipment-tag>
<channels> <channels>
<channel id="privacy-mode" typeId="privacy-mode"/> <channel id="privacy-mode" typeId="privacy-mode"/>
@ -329,6 +346,7 @@
<label>Intrusion Detection System</label> <label>Intrusion Detection System</label>
<description>Allows to retrieve and control the state of the intrusion detection alarm system.</description> <description>Allows to retrieve and control the state of the intrusion detection alarm system.</description>
<semantic-equipment-tag>AlarmSystem</semantic-equipment-tag>
<channels> <channels>
<channel id="system-availability" typeId="system-availability"/> <channel id="system-availability" typeId="system-availability"/>
@ -349,6 +367,7 @@
<label>Smart Bulb</label> <label>Smart Bulb</label>
<description>A smart bulb connected via Zigbee.</description> <description>A smart bulb connected via Zigbee.</description>
<semantic-equipment-tag>Lightbulb</semantic-equipment-tag>
<channels> <channels>
<channel id="power-switch" typeId="system.power"/> <channel id="power-switch" typeId="system.power"/>
@ -367,6 +386,7 @@
<label>Smoke Detector</label> <label>Smoke Detector</label>
<description>The smoke detector warns you in case of fire.</description> <description>The smoke detector warns you in case of fire.</description>
<semantic-equipment-tag>SmokeDetector</semantic-equipment-tag>
<channels> <channels>
<channel id="alarm" typeId="alarm"/> <channel id="alarm" typeId="alarm"/>
@ -404,6 +424,7 @@
<label>Universal Switch</label> <label>Universal Switch</label>
<description>Universally configurable switch with two buttons.</description> <description>Universally configurable switch with two buttons.</description>
<semantic-equipment-tag>ControlDevice</semantic-equipment-tag>
<channels> <channels>
<channel id="key-code" typeId="key-code"/> <channel id="key-code" typeId="key-code"/>
@ -422,6 +443,7 @@
<label>Universal Switch II</label> <label>Universal Switch II</label>
<description>Universally configurable switch with four buttons.</description> <description>Universally configurable switch with four buttons.</description>
<semantic-equipment-tag>ControlDevice</semantic-equipment-tag>
<channels> <channels>
<channel id="key-code" typeId="key-code"/> <channel id="key-code" typeId="key-code"/>
@ -440,6 +462,7 @@
<label>Smoke Detector II</label> <label>Smoke Detector II</label>
<description>The smoke detector warns you in case of fire.</description> <description>The smoke detector warns you in case of fire.</description>
<semantic-equipment-tag>SmokeDetector</semantic-equipment-tag>
<channels> <channels>
<channel id="alarm" typeId="alarm"/> <channel id="alarm" typeId="alarm"/>
@ -463,6 +486,7 @@
<label>Dimmer</label> <label>Dimmer</label>
<description>Smart dimmer capable of controlling any dimmable lamp.</description> <description>Smart dimmer capable of controlling any dimmable lamp.</description>
<semantic-equipment-tag>LightSource</semantic-equipment-tag>
<channels> <channels>
<channel id="power-switch" typeId="system.power"/> <channel id="power-switch" typeId="system.power"/>
@ -481,6 +505,7 @@
<label>Water Detector</label> <label>Water Detector</label>
<description>Smart sensor to detect water leakage.</description> <description>Smart sensor to detect water leakage.</description>
<semantic-equipment-tag>LeakSensor</semantic-equipment-tag>
<channels> <channels>
<channel id="water-leakage" typeId="water-leakage"/> <channel id="water-leakage" typeId="water-leakage"/>
@ -503,6 +528,7 @@
<label>Relay</label> <label>Relay</label>
<description>The smart switching relay is your universal all-rounder for smart switching.</description> <description>The smart switching relay is your universal all-rounder for smart switching.</description>
<semantic-equipment-tag>ControlDevice</semantic-equipment-tag>
<channels> <channels>
<channel id="signal-strength" typeId="system.signal-strength"/> <channel id="signal-strength" typeId="system.signal-strength"/>

View File

@ -7,6 +7,7 @@
<thing-type id="10" extensible="notificationsound"> <thing-type id="10" extensible="notificationsound">
<label>Bose SoundTouch 10</label> <label>Bose SoundTouch 10</label>
<description>Bose SoundTouch 10 Speaker</description> <description>Bose SoundTouch 10 Speaker</description>
<semantic-equipment-tag>Speaker</semantic-equipment-tag>
<channels> <channels>
<channel id="power" typeId="power"/> <channel id="power" typeId="power"/>

View File

@ -7,6 +7,7 @@
<thing-type id="20" extensible="notificationsound"> <thing-type id="20" extensible="notificationsound">
<label>Bose SoundTouch 20</label> <label>Bose SoundTouch 20</label>
<description>Bose SoundTouch 20 Speaker</description> <description>Bose SoundTouch 20 Speaker</description>
<semantic-equipment-tag>Speaker</semantic-equipment-tag>
<channels> <channels>
<channel id="power" typeId="power"/> <channel id="power" typeId="power"/>

View File

@ -7,6 +7,7 @@
<thing-type id="30" extensible="notificationsound"> <thing-type id="30" extensible="notificationsound">
<label>Bose SoundTouch 30</label> <label>Bose SoundTouch 30</label>
<description>Bose SoundTouch 30 Speaker</description> <description>Bose SoundTouch 30 Speaker</description>
<semantic-equipment-tag>Speaker</semantic-equipment-tag>
<channels> <channels>
<channel id="power" typeId="power"/> <channel id="power" typeId="power"/>

View File

@ -7,6 +7,7 @@
<thing-type id="300"> <thing-type id="300">
<label>Bose SoundTouch 300</label> <label>Bose SoundTouch 300</label>
<description>Bose SoundTouch 300 Speaker</description> <description>Bose SoundTouch 300 Speaker</description>
<semantic-equipment-tag>Speaker</semantic-equipment-tag>
<channels> <channels>
<channel id="power" typeId="power"/> <channel id="power" typeId="power"/>

View File

@ -7,6 +7,7 @@
<thing-type id="sa5Amplifier"> <thing-type id="sa5Amplifier">
<label>Bose SoundTouch SA-5 Amplifier</label> <label>Bose SoundTouch SA-5 Amplifier</label>
<description>A Bose SoundTouch SA-5 Amplifier</description> <description>A Bose SoundTouch SA-5 Amplifier</description>
<semantic-equipment-tag>AudioVisual</semantic-equipment-tag>
<channels> <channels>
<channel id="power" typeId="power"/> <channel id="power" typeId="power"/>

View File

@ -7,6 +7,7 @@
<thing-type id="wirelessLinkAdapter"> <thing-type id="wirelessLinkAdapter">
<label>Bose SoundTouch Wireless Link Adapter</label> <label>Bose SoundTouch Wireless Link Adapter</label>
<description>Bose SoundTouch Wireless Link Adapter</description> <description>Bose SoundTouch Wireless Link Adapter</description>
<semantic-equipment-tag>AudioVisual</semantic-equipment-tag>
<channels> <channels>
<channel id="power" typeId="power"/> <channel id="power" typeId="power"/>

View File

@ -6,7 +6,8 @@
<thing-type id="device"> <thing-type id="device">
<label>Bose SoundTouch Device</label> <label>Bose SoundTouch Device</label>
<description>Aan unknown Bose SoundTouch Device</description> <description>An unknown Bose SoundTouch Device</description>
<semantic-equipment-tag>AudioVisual</semantic-equipment-tag>
<channels> <channels>
<channel id="power" typeId="power"/> <channel id="power" typeId="power"/>

View File

@ -7,6 +7,7 @@
<thing-type id="waveSoundTouchMusicSystemIV"> <thing-type id="waveSoundTouchMusicSystemIV">
<label>Bose Wave SoundTouch Music System IV</label> <label>Bose Wave SoundTouch Music System IV</label>
<description>A Bose Wave SoundTouch Music System IV</description> <description>A Bose Wave SoundTouch Music System IV</description>
<semantic-equipment-tag>AudioVisual</semantic-equipment-tag>
<channels> <channels>
<channel id="power" typeId="power"/> <channel id="power" typeId="power"/>

View File

@ -8,6 +8,7 @@
<label>Broadlink A1</label> <label>Broadlink A1</label>
<description>The Broadlink A1 is a multi sensor that can can detect temperature, humidity, illumination, background <description>The Broadlink A1 is a multi sensor that can can detect temperature, humidity, illumination, background
noise and air quality.</description> noise and air quality.</description>
<semantic-equipment-tag>Sensor</semantic-equipment-tag>
<channels> <channels>
<channel id="temperature" typeId="system.indoor-temperature"/> <channel id="temperature" typeId="system.indoor-temperature"/>
<channel id="humidity" typeId="system.atmospheric-humidity"/> <channel id="humidity" typeId="system.atmospheric-humidity"/>

View File

@ -7,6 +7,7 @@
<thing-type id="mp1"> <thing-type id="mp1">
<label>Broadlink MP1</label> <label>Broadlink MP1</label>
<description>The Broadlink MP1 Smart Home Wifi Plug Power Strip 4 Ports Individual Wireless Remote Control.</description> <description>The Broadlink MP1 Smart Home Wifi Plug Power Strip 4 Ports Individual Wireless Remote Control.</description>
<semantic-equipment-tag>PowerOutlet</semantic-equipment-tag>
<channels> <channels>
<channel id="power-on-s1" typeId="system.power"> <channel id="power-on-s1" typeId="system.power">
<label>Socket 1 Power</label> <label>Socket 1 Power</label>
@ -27,6 +28,7 @@
<thing-type id="mp1-1k3s2u"> <thing-type id="mp1-1k3s2u">
<label>Broadlink MP1 1K3S2U</label> <label>Broadlink MP1 1K3S2U</label>
<description>The Broadlink MP1 1K3S2U Smart Home Wifi Plug Power Strip 3 AC, 2 USB Individual Wireless Remote Control.</description> <description>The Broadlink MP1 1K3S2U Smart Home Wifi Plug Power Strip 3 AC, 2 USB Individual Wireless Remote Control.</description>
<semantic-equipment-tag>ControlDevice</semantic-equipment-tag>
<channels> <channels>
<channel id="power-on-s1" typeId="system.power"> <channel id="power-on-s1" typeId="system.power">
<label>Socket 1 Power</label> <label>Socket 1 Power</label>
@ -48,6 +50,7 @@
<label>Broadlink MP2</label> <label>Broadlink MP2</label>
<description>The Broadlink MP2 is a smart socket with Wi-Fi connectivity. It does not support switching individual <description>The Broadlink MP2 is a smart socket with Wi-Fi connectivity. It does not support switching individual
ports.</description> ports.</description>
<semantic-equipment-tag>ControlDevice</semantic-equipment-tag>
<channels> <channels>
<channel id="power-on" typeId="system.power"/> <channel id="power-on" typeId="system.power"/>
<channel id="power-consumption" typeId="system.electric-energy"/> <channel id="power-consumption" typeId="system.electric-energy"/>

View File

@ -7,6 +7,7 @@
<thing-type id="rm-pro"> <thing-type id="rm-pro">
<label>Broadlink RM Pro</label> <label>Broadlink RM Pro</label>
<description>The Broadlink RM Pro is a Wi-Fi IR transmitter with a temperature sensor.</description> <description>The Broadlink RM Pro is a Wi-Fi IR transmitter with a temperature sensor.</description>
<semantic-equipment-tag>RemoteControl</semantic-equipment-tag>
<channels> <channels>
<channel id="command" typeId="command"/> <channel id="command" typeId="command"/>
<channel id="learning-control" typeId="learning-control"/> <channel id="learning-control" typeId="learning-control"/>
@ -18,6 +19,7 @@
<thing-type id="rm3"> <thing-type id="rm3">
<label>Broadlink RM3</label> <label>Broadlink RM3</label>
<description>The Broadlink RM 3/Mini is a Wi-Fi IR transmitter.</description> <description>The Broadlink RM 3/Mini is a Wi-Fi IR transmitter.</description>
<semantic-equipment-tag>RemoteControl</semantic-equipment-tag>
<channels> <channels>
<channel id="command" typeId="command"/> <channel id="command" typeId="command"/>
<channel id="learning-control" typeId="learning-control"/> <channel id="learning-control" typeId="learning-control"/>
@ -28,6 +30,7 @@
<thing-type id="rm3-q"> <thing-type id="rm3-q">
<label>Broadlink RM3 v44057</label> <label>Broadlink RM3 v44057</label>
<description>The Broadlink RM 3/Mini is a Wi-Fi IR transmitter running v44057 firmware.</description> <description>The Broadlink RM 3/Mini is a Wi-Fi IR transmitter running v44057 firmware.</description>
<semantic-equipment-tag>RemoteControl</semantic-equipment-tag>
<channels> <channels>
<channel id="command" typeId="command"/> <channel id="command" typeId="command"/>
<channel id="learning-control" typeId="learning-control"/> <channel id="learning-control" typeId="learning-control"/>
@ -38,6 +41,7 @@
<thing-type id="rm4-mini"> <thing-type id="rm4-mini">
<label>Broadlink RM4 Mini</label> <label>Broadlink RM4 Mini</label>
<description>The Broadlink RM 4 Mini is a Wi-Fi IR transmitter with temperature and humidity sensors.</description> <description>The Broadlink RM 4 Mini is a Wi-Fi IR transmitter with temperature and humidity sensors.</description>
<semantic-equipment-tag>RemoteControl</semantic-equipment-tag>
<channels> <channels>
<channel id="command" typeId="command"/> <channel id="command" typeId="command"/>
<channel id="learning-control" typeId="learning-control"/> <channel id="learning-control" typeId="learning-control"/>
@ -50,6 +54,7 @@
<thing-type id="rm4-pro"> <thing-type id="rm4-pro">
<label>Broadlink RM4 Pro</label> <label>Broadlink RM4 Pro</label>
<description>The Broadlink RM 4 Pro is a Wi-Fi IR and RF transmitter with temperature and humidity sensors.</description> <description>The Broadlink RM 4 Pro is a Wi-Fi IR and RF transmitter with temperature and humidity sensors.</description>
<semantic-equipment-tag>RemoteControl</semantic-equipment-tag>
<channels> <channels>
<channel id="command" typeId="command"/> <channel id="command" typeId="command"/>
<channel id="learning-control" typeId="learning-control"/> <channel id="learning-control" typeId="learning-control"/>

View File

@ -7,6 +7,7 @@
<thing-type id="sp1"> <thing-type id="sp1">
<label>Broadlink SP1</label> <label>Broadlink SP1</label>
<description>The Broadlink SP1 is a Wi-Fi smart socket.</description> <description>The Broadlink SP1 is a Wi-Fi smart socket.</description>
<semantic-equipment-tag>PowerOutlet</semantic-equipment-tag>
<channels> <channels>
<channel id="power-on" typeId="system.power"/> <channel id="power-on" typeId="system.power"/>
</channels> </channels>
@ -16,6 +17,7 @@
<thing-type id="sp2"> <thing-type id="sp2">
<label>Broadlink SP2</label> <label>Broadlink SP2</label>
<description>The Broadlink SP2 is a Wi-Fi smart socket.</description> <description>The Broadlink SP2 is a Wi-Fi smart socket.</description>
<semantic-equipment-tag>PowerOutlet</semantic-equipment-tag>
<channels> <channels>
<channel id="power-on" typeId="system.power"/> <channel id="power-on" typeId="system.power"/>
</channels> </channels>
@ -25,6 +27,7 @@
<thing-type id="sp2-s"> <thing-type id="sp2-s">
<label>Broadlink SP2-s</label> <label>Broadlink SP2-s</label>
<description>The Broadlink SP2-s is a Wi-Fi smart socket with power consumption measurement.</description> <description>The Broadlink SP2-s is a Wi-Fi smart socket with power consumption measurement.</description>
<semantic-equipment-tag>PowerOutlet</semantic-equipment-tag>
<channels> <channels>
<channel id="power-on" typeId="system.power"/> <channel id="power-on" typeId="system.power"/>
<channel id="power-consumption" typeId="system.electric-energy"/> <channel id="power-consumption" typeId="system.electric-energy"/>
@ -35,6 +38,7 @@
<thing-type id="sp3"> <thing-type id="sp3">
<label>Broadlink SP3</label> <label>Broadlink SP3</label>
<description>The Broadlink SP3 is a Wi-Fi smart socket with night light. The SP mini 3 omits the night light.</description> <description>The Broadlink SP3 is a Wi-Fi smart socket with night light. The SP mini 3 omits the night light.</description>
<semantic-equipment-tag>PowerOutlet</semantic-equipment-tag>
<channels> <channels>
<channel id="power-on" typeId="system.power"/> <channel id="power-on" typeId="system.power"/>
<channel id="night-light" typeId="night-light"> <channel id="night-light" typeId="night-light">
@ -47,6 +51,7 @@
<thing-type id="sp3-s"> <thing-type id="sp3-s">
<label>Broadlink SP3-s</label> <label>Broadlink SP3-s</label>
<description>The Broadlink SP3-s is a Wi-Fi smart socket with power consumption measurement</description> <description>The Broadlink SP3-s is a Wi-Fi smart socket with power consumption measurement</description>
<semantic-equipment-tag>PowerOutlet</semantic-equipment-tag>
<channels> <channels>
<channel id="power-on" typeId="system.power"/> <channel id="power-on" typeId="system.power"/>
<channel id="power-consumption" typeId="system.electric-energy"/> <channel id="power-consumption" typeId="system.electric-energy"/>

View File

@ -8,7 +8,7 @@
<thing-type id="floureonthermostat"> <thing-type id="floureonthermostat">
<label>Floureon Thermostat</label> <label>Floureon Thermostat</label>
<description>A heating device thermostat</description> <description>A heating device thermostat</description>
<semantic-equipment-tag>Thermostat</semantic-equipment-tag>
<channels> <channels>
<channel id="power" typeId="power"/> <channel id="power" typeId="power"/>
<channel id="mode" typeId="mode"/> <channel id="mode" typeId="mode"/>
@ -29,7 +29,7 @@
<thing-type id="hysenthermostat"> <thing-type id="hysenthermostat">
<label>Hysen Thermostat</label> <label>Hysen Thermostat</label>
<description>A heating device thermostat</description> <description>A heating device thermostat</description>
<semantic-equipment-tag>Thermostat</semantic-equipment-tag>
<channels> <channels>
<channel id="power" typeId="power"/> <channel id="power" typeId="power"/>
<channel id="mode" typeId="mode"/> <channel id="mode" typeId="mode"/>
@ -50,6 +50,7 @@
<thing-type id="rmuniversaldevice"> <thing-type id="rmuniversaldevice">
<label>Rm Universal Device</label> <label>Rm Universal Device</label>
<description>A universal infrared remote</description> <description>A universal infrared remote</description>
<semantic-equipment-tag>RemoteControl</semantic-equipment-tag>
<channels> <channels>
<channel id="learningmode" typeId="learningmode"/> <channel id="learningmode" typeId="learningmode"/>
<channel id="savelearned" typeId="savelearned"/> <channel id="savelearned" typeId="savelearned"/>

View File

@ -7,6 +7,7 @@
<bridge-type id="bridge"> <bridge-type id="bridge">
<label>BSB-LAN Bridge</label> <label>BSB-LAN Bridge</label>
<description>A bridge to connect a BSB-LAN device</description> <description>A bridge to connect a BSB-LAN device</description>
<semantic-equipment-tag>NetworkAppliance</semantic-equipment-tag>
<config-description> <config-description>
<parameter-group name="network"> <parameter-group name="network">

View File

@ -36,6 +36,7 @@
</ul> </ul>
]]> ]]>
</description> </description>
<semantic-equipment-tag>NetworkAppliance</semantic-equipment-tag>
<channel-groups> <channel-groups>
<channel-group id="status" typeId="bridge-status"/> <channel-group id="status" typeId="bridge-status"/>

View File

@ -12,6 +12,7 @@
<label>BTicino Smarther Chronothermostat</label> <label>BTicino Smarther Chronothermostat</label>
<description>This thing represents a BTicino Smarther chronothermostat module.</description> <description>This thing represents a BTicino Smarther chronothermostat module.</description>
<semantic-equipment-tag>Thermostat</semantic-equipment-tag>
<channel-groups> <channel-groups>
<channel-group id="measures" typeId="module-measures"/> <channel-group id="measures" typeId="module-measures"/>

View File

@ -10,6 +10,8 @@
two hours, in 5 minute increments using two hours, in 5 minute increments using
the buienradar.nl webservice. the buienradar.nl webservice.
</description> </description>
<semantic-equipment-tag>WeatherService</semantic-equipment-tag>
<channels> <channels>
<channel id="actual_datetime" typeId="actual_datetime"/> <channel id="actual_datetime" typeId="actual_datetime"/>

View File

@ -7,6 +7,7 @@
<bridge-type id="bridge"> <bridge-type id="bridge">
<label>Caddx</label> <label>Caddx</label>
<description>This bridge represents the Caddx Serial interface.</description> <description>This bridge represents the Caddx Serial interface.</description>
<semantic-equipment-tag>NetworkAppliance</semantic-equipment-tag>
<channels> <channels>
<channel id="send_command" typeId="command"> <channel id="send_command" typeId="command">

View File

@ -11,6 +11,7 @@
<label>Caddx Alarm Keypad</label> <label>Caddx Alarm Keypad</label>
<description>Represents any of the keypads of the Caddx Alarm System.</description> <description>Represents any of the keypads of the Caddx Alarm System.</description>
<semantic-equipment-tag>Keypad</semantic-equipment-tag>
<channels> <channels>
<channel id="keypad_key_pressed" typeId="keypad_button_press"> <channel id="keypad_key_pressed" typeId="keypad_button_press">

View File

@ -11,6 +11,7 @@
<label>Caddx Alarm Panel</label> <label>Caddx Alarm Panel</label>
<description>The basic representation of the Caddx Alarm System.</description> <description>The basic representation of the Caddx Alarm System.</description>
<semantic-equipment-tag>AlarmSystem</semantic-equipment-tag>
<channels> <channels>
<channel id="panel_firmware_version" typeId="panel_text"> <channel id="panel_firmware_version" typeId="panel_text">

View File

@ -11,6 +11,7 @@
<label>Caddx Alarm Zone</label> <label>Caddx Alarm Zone</label>
<description>Represents a physical device such as a door, window, or motion sensor.</description> <description>Represents a physical device such as a door, window, or motion sensor.</description>
<semantic-equipment-tag>AlarmDevice</semantic-equipment-tag>
<channels> <channels>
<!-- Zone partitions --> <!-- Zone partitions -->

View File

@ -7,6 +7,7 @@
<thing-type id="winecooler-2z"> <thing-type id="winecooler-2z">
<label>Wine Cooler 2 Zones</label> <label>Wine Cooler 2 Zones</label>
<description>Wine cooler with 2 cooling zones</description> <description>Wine cooler with 2 cooling zones</description>
<semantic-equipment-tag>Refrigerator</semantic-equipment-tag>
<channel-groups> <channel-groups>
<channel-group id="top" typeId="top-values"/> <channel-group id="top" typeId="top-values"/>

View File

@ -8,6 +8,7 @@
<label>OpenAI Account</label> <label>OpenAI Account</label>
<description>Account at OpenAI that is used for accessing the ChatGPT API.</description> <description>Account at OpenAI that is used for accessing the ChatGPT API.</description>
<semantic-equipment-tag>WebService</semantic-equipment-tag>
<channels> <channels>
<channel id="chat" typeId="chat"/> <channel id="chat" typeId="chat"/>

View File

@ -8,6 +8,7 @@
<thing-type id="audiogroup"> <thing-type id="audiogroup">
<label>Chromecast Audio Group</label> <label>Chromecast Audio Group</label>
<description>A Google Chromecast Audio Group device</description> <description>A Google Chromecast Audio Group device</description>
<semantic-equipment-tag>MediaPlayer</semantic-equipment-tag>
<channels> <channels>
<channel id="control" typeId="system.media-control"/> <channel id="control" typeId="system.media-control"/>
@ -58,6 +59,7 @@
<thing-type id="audio"> <thing-type id="audio">
<label>Chromecast Audio</label> <label>Chromecast Audio</label>
<description>A Google Chromecast Audio device</description> <description>A Google Chromecast Audio device</description>
<semantic-equipment-tag>MediaPlayer</semantic-equipment-tag>
<channels> <channels>
<channel id="control" typeId="system.media-control"/> <channel id="control" typeId="system.media-control"/>
@ -108,6 +110,7 @@
<thing-type id="chromecast"> <thing-type id="chromecast">
<label>Chromecast</label> <label>Chromecast</label>
<description>A Google Chromecast streaming device</description> <description>A Google Chromecast streaming device</description>
<semantic-equipment-tag>MediaPlayer</semantic-equipment-tag>
<channels> <channels>
<channel id="control" typeId="system.media-control"/> <channel id="control" typeId="system.media-control"/>

View File

@ -1,4 +1,3 @@
<?xml version="1.0" encoding="UTF-8"?>
<thing:thing-descriptions bindingId="cm11a" <thing:thing-descriptions bindingId="cm11a"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0" xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0"
@ -8,6 +7,7 @@
<bridge-type id="cm11a"> <bridge-type id="cm11a">
<label>CM11a Controller for X10 Devices</label> <label>CM11a Controller for X10 Devices</label>
<description>CM11 is a device that allows control of X10 devices for a computer. </description> <description>CM11 is a device that allows control of X10 devices for a computer. </description>
<semantic-equipment-tag>NetworkAppliance</semantic-equipment-tag>
<config-description> <config-description>
<parameter name="serialPort" type="text" required="true"> <parameter name="serialPort" type="text" required="true">
@ -32,6 +32,7 @@
<label>X10 Dimmer</label> <label>X10 Dimmer</label>
<description>Controls dimmable loads</description> <description>Controls dimmable loads</description>
<semantic-equipment-tag>LightSource</semantic-equipment-tag>
<channels> <channels>
<channel id="lightlevel" typeId="lightDimmer"/> <channel id="lightlevel" typeId="lightDimmer"/>
@ -53,6 +54,7 @@
<label>X10 Switch</label> <label>X10 Switch</label>
<description>On/off switch</description> <description>On/off switch</description>
<semantic-equipment-tag>WallSwitch</semantic-equipment-tag>
<channels> <channels>
<channel id="switchstatus" typeId="switchState"/> <channel id="switchstatus" typeId="switchState"/>

View File

@ -7,6 +7,7 @@
<thing-type id="comfoair"> <thing-type id="comfoair">
<label>Generic ComfoAir Ventilation System</label> <label>Generic ComfoAir Ventilation System</label>
<description>Provides a generic access to a ComfoAir compatible ventilation system</description> <description>Provides a generic access to a ComfoAir compatible ventilation system</description>
<semantic-equipment-tag>HVAC</semantic-equipment-tag>
<channel-groups> <channel-groups>
<channel-group id="bindingControl" typeId="bindingControl"/> <channel-group id="bindingControl" typeId="bindingControl"/>
@ -52,6 +53,7 @@
<thing-type id="WHR930"> <thing-type id="WHR930">
<label>Zehnder WHR930 Ventilation System</label> <label>Zehnder WHR930 Ventilation System</label>
<description>Provides a generic access to a Zehnder WHR930 ventilation device</description> <description>Provides a generic access to a Zehnder WHR930 ventilation device</description>
<semantic-equipment-tag>HVAC</semantic-equipment-tag>
<channel-groups> <channel-groups>
<channel-group id="bindingControl" typeId="bindingControl"/> <channel-group id="bindingControl" typeId="bindingControl"/>

View File

@ -7,6 +7,7 @@
<bridge-type id="controller"> <bridge-type id="controller">
<label>CoolMasterNet Controller</label> <label>CoolMasterNet Controller</label>
<description>A CoolMasterNet Controller (connected to one or more HVAC systems)</description> <description>A CoolMasterNet Controller (connected to one or more HVAC systems)</description>
<semantic-equipment-tag>NetworkAppliance</semantic-equipment-tag>
<config-description> <config-description>
<parameter name="host" type="text" required="true"> <parameter name="host" type="text" required="true">
@ -38,7 +39,7 @@
<label>HVAC System</label> <label>HVAC System</label>
<description>HVAC System connected to a controller (unique UID)</description> <description>HVAC System connected to a controller (unique UID)</description>
<semantic-equipment-tag>HVAC</semantic-equipment-tag>
<channels> <channels>
<channel id="on" typeId="power"/> <channel id="on" typeId="power"/>
<channel id="mode" typeId="hvac_mode"/> <channel id="mode" typeId="hvac_mode"/>

View File

@ -11,6 +11,7 @@
<label>Corona Statistics (Country)</label> <label>Corona Statistics (Country)</label>
<description>Corona statistics for a specific country</description> <description>Corona statistics for a specific country</description>
<semantic-equipment-tag>WebService</semantic-equipment-tag>
<channels> <channels>
<channel id="cases" typeId="cases"/> <channel id="cases" typeId="cases"/>

View File

@ -7,6 +7,7 @@
<bridge-type id="world"> <bridge-type id="world">
<label>Corona Statistics (World)</label> <label>Corona Statistics (World)</label>
<description>Bridge for accessing data from https://corona-stats.online/ website and representing world statistics.</description> <description>Bridge for accessing data from https://corona-stats.online/ website and representing world statistics.</description>
<semantic-equipment-tag>NetworkAppliance</semantic-equipment-tag>
<channels> <channels>
<channel id="cases" typeId="cases"/> <channel id="cases" typeId="cases"/>

View File

@ -18,6 +18,8 @@
</supported-bridge-type-refs> </supported-bridge-type-refs>
<label>DALI Device</label> <label>DALI Device</label>
<description>Controls a single device/ballast</description> <description>Controls a single device/ballast</description>
<semantic-equipment-tag>LightSource</semantic-equipment-tag>
<channels> <channels>
<channel id="dimAtFadeRate" typeId="system.brightness"/> <channel id="dimAtFadeRate" typeId="system.brightness"/>
<channel id="dimImmediately" typeId="system.brightness"/> <channel id="dimImmediately" typeId="system.brightness"/>
@ -38,6 +40,7 @@
</supported-bridge-type-refs> </supported-bridge-type-refs>
<label>DALI Group</label> <label>DALI Group</label>
<description>Controls a group of devices/ballasts</description> <description>Controls a group of devices/ballasts</description>
<semantic-equipment-tag>LightSource</semantic-equipment-tag>
<channels> <channels>
<channel id="dimAtFadeRate" typeId="system.brightness"/> <channel id="dimAtFadeRate" typeId="system.brightness"/>
<channel id="dimImmediately" typeId="system.brightness"/> <channel id="dimImmediately" typeId="system.brightness"/>
@ -64,6 +67,7 @@
</supported-bridge-type-refs> </supported-bridge-type-refs>
<label>DALI RGB Device</label> <label>DALI RGB Device</label>
<description>Controls three DALI devices representing R,G,B lighting channels</description> <description>Controls three DALI devices representing R,G,B lighting channels</description>
<semantic-equipment-tag>LightSource</semantic-equipment-tag>
<channels> <channels>
<channel id="color" typeId="system.color"/> <channel id="color" typeId="system.color"/>
</channels> </channels>
@ -113,6 +117,7 @@
</supported-bridge-type-refs> </supported-bridge-type-refs>
<label>DALI DT8 Group</label> <label>DALI DT8 Group</label>
<description>Controls a DT8 group of devices/ballasts</description> <description>Controls a DT8 group of devices/ballasts</description>
<semantic-equipment-tag>LightSource</semantic-equipment-tag>
<channels> <channels>
<channel id="dimAtFadeRate" typeId="system.brightness"/> <channel id="dimAtFadeRate" typeId="system.brightness"/>
<channel id="dimImmediately" typeId="system.brightness"/> <channel id="dimImmediately" typeId="system.brightness"/>

View File

@ -8,6 +8,7 @@
<thing-type id="avr"> <thing-type id="avr">
<label>Denon/Marantz AVR</label> <label>Denon/Marantz AVR</label>
<description>Control a Denon/Marantz AVR.</description> <description>Control a Denon/Marantz AVR.</description>
<semantic-equipment-tag>Receiver</semantic-equipment-tag>
<channel-groups> <channel-groups>
<channel-group id="general" typeId="general"/> <channel-group id="general" typeId="general"/>

View File

@ -9,6 +9,7 @@
<label>Deutsche Bahn Timetable</label> <label>Deutsche Bahn Timetable</label>
<description>Connection to the timetable API of Deutsche Bahn. Provides timetable data that can be displayed using the <description>Connection to the timetable API of Deutsche Bahn. Provides timetable data that can be displayed using the
train things.</description> train things.</description>
<semantic-equipment-tag>WebService</semantic-equipment-tag>
<config-description> <config-description>
<parameter name="clientId" type="text" required="true"> <parameter name="clientId" type="text" required="true">
@ -51,6 +52,7 @@
</supported-bridge-type-refs> </supported-bridge-type-refs>
<label>Train</label> <label>Train</label>
<description>Displays information about a train within the given timetable at one station.</description> <description>Displays information about a train within the given timetable at one station.</description>
<semantic-equipment-tag>WebService</semantic-equipment-tag>
<channel-groups> <channel-groups>
<channel-group typeId="tripAttributes" id="trip"> <channel-group typeId="tripAttributes" id="trip">
<label>Trip</label> <label>Trip</label>

View File

@ -10,6 +10,7 @@
</supported-bridge-type-refs> </supported-bridge-type-refs>
<label>Area</label> <label>Area</label>
<description>Area</description> <description>Area</description>
<semantic-equipment-tag>AlarmZone</semantic-equipment-tag>
<channels> <channels>
<channel typeId="area_status" id="status"/> <channel typeId="area_status" id="status"/>
<channel typeId="area_armed" id="armed"/> <channel typeId="area_armed" id="armed"/>

View File

@ -10,6 +10,7 @@
</supported-bridge-type-refs> </supported-bridge-type-refs>
<label>Zone</label> <label>Zone</label>
<description>Zone</description> <description>Zone</description>
<semantic-equipment-tag>AlarmZone</semantic-equipment-tag>
<channels> <channels>
<channel typeId="status" id="status"/> <channel typeId="status" id="status"/>
<channel typeId="extended_status" id="extended_status"/> <channel typeId="extended_status" id="extended_status"/>

View File

@ -8,6 +8,7 @@
<bridge-type id="dssBridge"> <bridge-type id="dssBridge">
<label>@text/dSS_label</label> <label>@text/dSS_label</label>
<description>@text/dSS_desc</description> <description>@text/dSS_desc</description>
<semantic-equipment-tag>NetworkAppliance</semantic-equipment-tag>
<channels> <channels>
<channel typeId="total_consumption_wh" id="total_consumption_wh"/> <channel typeId="total_consumption_wh" id="total_consumption_wh"/>
<channel typeId="total_energy_wh" id="total_energy_wh"/> <channel typeId="total_energy_wh" id="total_energy_wh"/>

View File

@ -8,6 +8,7 @@
<thing-type id="DCH-S150"> <thing-type id="DCH-S150">
<label>Motion Sensor</label> <label>Motion Sensor</label>
<description>D-Link DCH-S150 WiFi motion sensor</description> <description>D-Link DCH-S150 WiFi motion sensor</description>
<semantic-equipment-tag>MotionDetector</semantic-equipment-tag>
<channels> <channels>
<channel id="motion" typeId="system.trigger"> <channel id="motion" typeId="system.trigger">

View File

@ -6,6 +6,7 @@
<bridge-type id="artnet-bridge"> <bridge-type id="artnet-bridge">
<label>ArtNet Bridge</label> <label>ArtNet Bridge</label>
<description>The ArtNet bridge represents a single DMX universe connected via ArtNet, only unicast</description> <description>The ArtNet bridge represents a single DMX universe connected via ArtNet, only unicast</description>
<semantic-equipment-tag>NetworkAppliance</semantic-equipment-tag>
<channels> <channels>
<channel id="mute" typeId="mute"/> <channel id="mute" typeId="mute"/>
</channels> </channels>

View File

@ -11,6 +11,7 @@
</supported-bridge-type-refs> </supported-bridge-type-refs>
<label>DMX Chaser</label> <label>DMX Chaser</label>
<description>A single/multi-channel chaser</description> <description>A single/multi-channel chaser</description>
<semantic-equipment-tag>LightSource</semantic-equipment-tag>
<channels> <channels>
<channel id="switch" typeId="switch"/> <channel id="switch" typeId="switch"/>
<channel id="control" typeId="control"/> <channel id="control" typeId="control"/>

View File

@ -11,6 +11,7 @@
</supported-bridge-type-refs> </supported-bridge-type-refs>
<label>DMX Color (RGB) Dimmer</label> <label>DMX Color (RGB) Dimmer</label>
<description>A RGB capable dimmer</description> <description>A RGB capable dimmer</description>
<semantic-equipment-tag>LightSource</semantic-equipment-tag>
<channels> <channels>
<channel id="brightness_r" typeId="brightness"/> <channel id="brightness_r" typeId="brightness"/>
<channel id="brightness_g" typeId="brightness"/> <channel id="brightness_g" typeId="brightness"/>

View File

@ -11,6 +11,7 @@
</supported-bridge-type-refs> </supported-bridge-type-refs>
<label>DMX Dimmer</label> <label>DMX Dimmer</label>
<description>A single/multi-channel dimmer</description> <description>A single/multi-channel dimmer</description>
<semantic-equipment-tag>LightSource</semantic-equipment-tag>
<channels> <channels>
<channel id="brightness" typeId="brightness"/> <channel id="brightness" typeId="brightness"/>
<channel id="switch" typeId="switch"/> <channel id="switch" typeId="switch"/>

View File

@ -11,6 +11,7 @@
</supported-bridge-type-refs> </supported-bridge-type-refs>
<label>DMX Tunable White Dimmer</label> <label>DMX Tunable White Dimmer</label>
<description>A tunable white capable dimmer</description> <description>A tunable white capable dimmer</description>
<semantic-equipment-tag>LightSource</semantic-equipment-tag>
<channels> <channels>
<channel id="brightness" typeId="brightness"/> <channel id="brightness" typeId="brightness"/>
<channel id="brightness_cw" typeId="brightness"/> <channel id="brightness_cw" typeId="brightness"/>

View File

@ -7,6 +7,7 @@
<thing-type id="cp750"> <thing-type id="cp750">
<label>CP750 Device</label> <label>CP750 Device</label>
<description>Binding for Dolby Cinema Processor CP750</description> <description>Binding for Dolby Cinema Processor CP750</description>
<semantic-equipment-tag>AudioVisual</semantic-equipment-tag>
<channels> <channels>
<channel id="fader" typeId="fader"/> <channel id="fader" typeId="fader"/>

View File

@ -6,6 +6,7 @@
<bridge-type id="egate"> <bridge-type id="egate">
<label>Dominoswiss EGate Server</label> <label>Dominoswiss EGate Server</label>
<description>This is a Dominoswiss EGate Server instance.</description> <description>This is a Dominoswiss EGate Server instance.</description>
<semantic-equipment-tag>NetworkAppliance</semantic-equipment-tag>
<config-description> <config-description>
<parameter name="ipAddress" type="text" required="true"> <parameter name="ipAddress" type="text" required="true">
<label>IP or Host Name</label> <label>IP or Host Name</label>
@ -26,6 +27,7 @@
</supported-bridge-type-refs> </supported-bridge-type-refs>
<label>Blind</label> <label>Blind</label>
<description>Provides various control commands for Dominoswiss receivers</description> <description>Provides various control commands for Dominoswiss receivers</description>
<semantic-equipment-tag>Blinds</semantic-equipment-tag>
<channels> <channels>
<channel id="pulseUp" typeId="pulseUp"/> <channel id="pulseUp" typeId="pulseUp"/>
<channel id="pulseDown" typeId="pulseDown"/> <channel id="pulseDown" typeId="pulseDown"/>

View File

@ -7,6 +7,8 @@
<thing-type id="d101"> <thing-type id="d101">
<label>Doorbird Doorbell D101/D201/D205/D1101V</label> <label>Doorbird Doorbell D101/D201/D205/D1101V</label>
<description>Doorbird doorbell model D101/D201/D205/D1101V</description> <description>Doorbird doorbell model D101/D201/D205/D1101V</description>
<semantic-equipment-tag>Doorbell</semantic-equipment-tag>
<channels> <channels>
<channel id="doorbell" typeId="system.rawbutton"> <channel id="doorbell" typeId="system.rawbutton">
<label>Doorbell</label> <label>Doorbell</label>
@ -36,6 +38,8 @@
<thing-type id="d210x"> <thing-type id="d210x">
<label>Doorbird D210x Doorbell</label> <label>Doorbird D210x Doorbell</label>
<description>Doorbird doorbell model D210x</description> <description>Doorbird doorbell model D210x</description>
<semantic-equipment-tag>Doorbell</semantic-equipment-tag>
<channels> <channels>
<channel id="doorbell" typeId="system.rawbutton"> <channel id="doorbell" typeId="system.rawbutton">
<label>Doorbell</label> <label>Doorbell</label>

View File

@ -8,6 +8,7 @@
<bridge-type id="heathub"> <bridge-type id="heathub">
<label>HeatHub</label> <label>HeatHub</label>
<description>A Drayton Wiser HeatHub acting as a bridge to Thermostats and TRVs</description> <description>A Drayton Wiser HeatHub acting as a bridge to Thermostats and TRVs</description>
<semantic-equipment-tag>NetworkAppliance</semantic-equipment-tag>
<representation-property>networkAddress</representation-property> <representation-property>networkAddress</representation-property>
@ -42,6 +43,7 @@
<label>Boiler Controller</label> <label>Boiler Controller</label>
<description>The controller attached to the boiler</description> <description>The controller attached to the boiler</description>
<semantic-equipment-tag>Boiler</semantic-equipment-tag>
<channels> <channels>
<channel id="heatingOverride" typeId="heatingOverride-channel"/> <channel id="heatingOverride" typeId="heatingOverride-channel"/>
@ -79,6 +81,7 @@
<label>Hot Water</label> <label>Hot Water</label>
<description>The hot water heating system</description> <description>The hot water heating system</description>
<semantic-equipment-tag>WaterHeater</semantic-equipment-tag>
<channels> <channels>
<channel id="hotWaterOverride" typeId="hotWaterOverride-channel"/> <channel id="hotWaterOverride" typeId="hotWaterOverride-channel"/>
@ -108,6 +111,7 @@
<label>Room</label> <label>Room</label>
<description>A Room that contains a thermostat and/or TRV</description> <description>A Room that contains a thermostat and/or TRV</description>
<semantic-equipment-tag>Thermostat</semantic-equipment-tag>
<channels> <channels>
<channel id="currentTemperature" typeId="currentTemperature-channel"/> <channel id="currentTemperature" typeId="currentTemperature-channel"/>
@ -145,6 +149,7 @@
<label>Thermostat</label> <label>Thermostat</label>
<description>Wireless Thermostat device</description> <description>Wireless Thermostat device</description>
<semantic-equipment-tag>Thermostat</semantic-equipment-tag>
<channels> <channels>
<channel id="currentTemperature" typeId="currentTemperature-channel"/> <channel id="currentTemperature" typeId="currentTemperature-channel"/>
@ -182,6 +187,7 @@
<label>iTRV</label> <label>iTRV</label>
<description>Thermostatic Radiator Valve</description> <description>Thermostatic Radiator Valve</description>
<semantic-equipment-tag>RadiatorControl</semantic-equipment-tag>
<channels> <channels>
<channel id="currentTemperature" typeId="currentTemperature-channel"/> <channel id="currentTemperature" typeId="currentTemperature-channel"/>
@ -219,6 +225,7 @@
<label>Smart Plug</label> <label>Smart Plug</label>
<description>Remote controlled Plug Socket</description> <description>Remote controlled Plug Socket</description>
<semantic-equipment-tag>PowerOutlet</semantic-equipment-tag>
<channels> <channels>
<channel id="plugOutputState" typeId="plugOutputState-channel"/> <channel id="plugOutputState" typeId="plugOutputState-channel"/>

View File

@ -8,6 +8,7 @@
<label>EyezOn Envisalink</label> <label>EyezOn Envisalink</label>
<description>This bridge represents the EyezOn Envlisalink 3/2D <description>This bridge represents the EyezOn Envlisalink 3/2D
Ethernet interface.</description> Ethernet interface.</description>
<semantic-equipment-tag>NetworkAppliance</semantic-equipment-tag>
<channels> <channels>
<channel id="bridge_reset" typeId="reset"> <channel id="bridge_reset" typeId="reset">

View File

@ -7,6 +7,7 @@
<bridge-type id="it100"> <bridge-type id="it100">
<label>DSC IT-100</label> <label>DSC IT-100</label>
<description>This bridge represents the DSC IT-100 Serial interface.</description> <description>This bridge represents the DSC IT-100 Serial interface.</description>
<semantic-equipment-tag>NetworkAppliance</semantic-equipment-tag>
<channels> <channels>
<channel id="bridge_reset" typeId="reset"> <channel id="bridge_reset" typeId="reset">

View File

@ -13,6 +13,7 @@
<label>DSC Alarm Keypad</label> <label>DSC Alarm Keypad</label>
<description>Represents the central administrative unit of the DSC Alarm System.</description> <description>Represents the central administrative unit of the DSC Alarm System.</description>
<semantic-equipment-tag>Keypad</semantic-equipment-tag>
<channels> <channels>
<channel id="keypad_ready_led" typeId="led"> <channel id="keypad_ready_led" typeId="led">

View File

@ -13,6 +13,7 @@
<label>DSC Alarm Partition</label> <label>DSC Alarm Partition</label>
<description>Represents a controllable area within a DSC Alarm System.</description> <description>Represents a controllable area within a DSC Alarm System.</description>
<semantic-equipment-tag>AlarmZone</semantic-equipment-tag>
<channels> <channels>
<channel id="partition_status" typeId="message"> <channel id="partition_status" typeId="message">

View File

@ -9,6 +9,7 @@
<description>This bridge represents a TCP Server <description>This bridge represents a TCP Server
Ethernet interface. Ethernet interface.
</description> </description>
<semantic-equipment-tag>NetworkAppliance</semantic-equipment-tag>
<channels> <channels>
<channel id="bridge_reset" typeId="reset"> <channel id="bridge_reset" typeId="reset">

View File

@ -13,6 +13,7 @@
<label>DSC Alarm Zone</label> <label>DSC Alarm Zone</label>
<description>Represents a physical device such as a door, window, or motion sensor.</description> <description>Represents a physical device such as a door, window, or motion sensor.</description>
<semantic-equipment-tag>AlarmZone</semantic-equipment-tag>
<channels> <channels>
<channel id="zone_status" typeId="zone_status"> <channel id="zone_status" typeId="zone_status">

Some files were not shown because too many files have changed in this diff Show More