Updated external content (Jenkins build 1022)
parent
6601799a24
commit
d290faa499
File diff suppressed because one or more lines are too long
|
@ -437,5 +437,18 @@
|
|||
<category>Blinds</category>
|
||||
</channel-type>
|
||||
|
||||
<!-- Tuya Button -->
|
||||
<channel-type id="tuya_button">
|
||||
<kind>trigger</kind>
|
||||
<label>Button Pressed Event</label>
|
||||
<description>Emits events when button is pressed</description>
|
||||
<event>
|
||||
<options>
|
||||
<option value="SHORT_PRESSED">Short pressed</option>
|
||||
<option value="DOUBLE_PRESSED">Double pressed</option>
|
||||
<option value="LONG_PRESSED">Long pressed</option>
|
||||
</options>
|
||||
</event>
|
||||
</channel-type>
|
||||
|
||||
</thing:thing-descriptions>
|
||||
|
|
|
@ -0,0 +1,55 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<thing:thing-descriptions bindingId="zigbee"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0"
|
||||
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0 https://openhab.org/schemas/thing-description-1.0.0.xsd">
|
||||
|
||||
<thing-type id="tuya_ts0041" listed="false">
|
||||
<label>TS0041</label>
|
||||
<description>Generic Tuya 1-Button Wall Switch</description>
|
||||
<category>WallSwitch</category>
|
||||
|
||||
<channels>
|
||||
|
||||
<channel id="batteryVoltage" typeId="battery_voltage">
|
||||
<properties>
|
||||
<property name="zigbee_endpoint">1</property>
|
||||
</properties>
|
||||
</channel>
|
||||
|
||||
<channel id="batteryLevel" typeId="system.battery-level">
|
||||
<properties>
|
||||
<property name="zigbee_endpoint">1</property>
|
||||
</properties>
|
||||
</channel>
|
||||
|
||||
<channel id="batteryAlarm" typeId="battery_alarm">
|
||||
<properties>
|
||||
<property name="zigbee_endpoint">1</property>
|
||||
</properties>
|
||||
</channel>
|
||||
|
||||
<channel id="centerButton" typeId="tuya_button">
|
||||
<label>Center Button</label>
|
||||
<properties>
|
||||
<property name="zigbee_endpoint">1</property>
|
||||
</properties>
|
||||
</channel>
|
||||
|
||||
</channels>
|
||||
|
||||
<properties>
|
||||
<property name="vendor">Tuya</property>
|
||||
<property name="modelId">TS0041</property>
|
||||
<property name="zigbee_logicaltype">END_DEVICE</property>
|
||||
</properties>
|
||||
|
||||
<representation-property>zigbee_macaddress</representation-property>
|
||||
|
||||
<config-description>
|
||||
<parameter name="zigbee_macaddress" type="text" readOnly="true" required="true">
|
||||
<label>MAC Address</label>
|
||||
</parameter>
|
||||
</config-description>
|
||||
</thing-type>
|
||||
</thing:thing-descriptions>
|
|
@ -0,0 +1,62 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<thing:thing-descriptions bindingId="zigbee"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0"
|
||||
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0 https://openhab.org/schemas/thing-description-1.0.0.xsd">
|
||||
|
||||
<thing-type id="tuya_ts0042" listed="false">
|
||||
<label>TS0042</label>
|
||||
<description>Generic Tuya 2-Button Wall Switch</description>
|
||||
<category>WallSwitch</category>
|
||||
|
||||
<channels>
|
||||
|
||||
<channel id="batteryVoltage" typeId="battery_voltage">
|
||||
<properties>
|
||||
<property name="zigbee_endpoint">1</property>
|
||||
</properties>
|
||||
</channel>
|
||||
|
||||
<channel id="batteryLevel" typeId="system.battery-level">
|
||||
<properties>
|
||||
<property name="zigbee_endpoint">1</property>
|
||||
</properties>
|
||||
</channel>
|
||||
|
||||
<channel id="batteryAlarm" typeId="battery_alarm">
|
||||
<properties>
|
||||
<property name="zigbee_endpoint">1</property>
|
||||
</properties>
|
||||
</channel>
|
||||
|
||||
<channel id="leftButton" typeId="tuya_button">
|
||||
<label>Left Button</label>
|
||||
<properties>
|
||||
<property name="zigbee_endpoint">1</property>
|
||||
</properties>
|
||||
</channel>
|
||||
|
||||
<channel id="rightButton" typeId="tuya_button">
|
||||
<label>Right Button</label>
|
||||
<properties>
|
||||
<property name="zigbee_endpoint">2</property>
|
||||
</properties>
|
||||
</channel>
|
||||
|
||||
</channels>
|
||||
|
||||
<properties>
|
||||
<property name="vendor">Tuya</property>
|
||||
<property name="modelId">TS0042</property>
|
||||
<property name="zigbee_logicaltype">END_DEVICE</property>
|
||||
</properties>
|
||||
|
||||
<representation-property>zigbee_macaddress</representation-property>
|
||||
|
||||
<config-description>
|
||||
<parameter name="zigbee_macaddress" type="text" readOnly="true" required="true">
|
||||
<label>MAC Address</label>
|
||||
</parameter>
|
||||
</config-description>
|
||||
</thing-type>
|
||||
</thing:thing-descriptions>
|
|
@ -0,0 +1,69 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<thing:thing-descriptions bindingId="zigbee"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0"
|
||||
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0 https://openhab.org/schemas/thing-description-1.0.0.xsd">
|
||||
|
||||
<thing-type id="tuya_ts0043" listed="false">
|
||||
<label>TS0043</label>
|
||||
<description>Generic Tuya 3-Button Wall Switch</description>
|
||||
<category>WallSwitch</category>
|
||||
|
||||
<channels>
|
||||
|
||||
<channel id="batteryVoltage" typeId="battery_voltage">
|
||||
<properties>
|
||||
<property name="zigbee_endpoint">1</property>
|
||||
</properties>
|
||||
</channel>
|
||||
|
||||
<channel id="batteryLevel" typeId="system.battery-level">
|
||||
<properties>
|
||||
<property name="zigbee_endpoint">1</property>
|
||||
</properties>
|
||||
</channel>
|
||||
|
||||
<channel id="batteryAlarm" typeId="battery_alarm">
|
||||
<properties>
|
||||
<property name="zigbee_endpoint">1</property>
|
||||
</properties>
|
||||
</channel>
|
||||
|
||||
<channel id="leftButton" typeId="tuya_button">
|
||||
<label>Left Button</label>
|
||||
<properties>
|
||||
<property name="zigbee_endpoint">1</property>
|
||||
</properties>
|
||||
</channel>
|
||||
|
||||
<channel id="centerButton" typeId="tuya_button">
|
||||
<label>Center Button</label>
|
||||
<properties>
|
||||
<property name="zigbee_endpoint">2</property>
|
||||
</properties>
|
||||
</channel>
|
||||
|
||||
<channel id="rightButton" typeId="tuya_button">
|
||||
<label>Right Button</label>
|
||||
<properties>
|
||||
<property name="zigbee_endpoint">3</property>
|
||||
</properties>
|
||||
</channel>
|
||||
|
||||
</channels>
|
||||
|
||||
<properties>
|
||||
<property name="vendor">Tuya</property>
|
||||
<property name="modelId">TS0043</property>
|
||||
<property name="zigbee_logicaltype">END_DEVICE</property>
|
||||
</properties>
|
||||
|
||||
<representation-property>zigbee_macaddress</representation-property>
|
||||
|
||||
<config-description>
|
||||
<parameter name="zigbee_macaddress" type="text" readOnly="true" required="true">
|
||||
<label>MAC Address</label>
|
||||
</parameter>
|
||||
</config-description>
|
||||
</thing-type>
|
||||
</thing:thing-descriptions>
|
|
@ -0,0 +1,76 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<thing:thing-descriptions bindingId="zigbee"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0"
|
||||
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0 https://openhab.org/schemas/thing-description-1.0.0.xsd">
|
||||
|
||||
<thing-type id="tuya_ts0044" listed="false">
|
||||
<label>TS0044</label>
|
||||
<description>Generic Tuya 4-Button Wall Switch</description>
|
||||
<category>WallSwitch</category>
|
||||
|
||||
<channels>
|
||||
|
||||
<channel id="batteryVoltage" typeId="battery_voltage">
|
||||
<properties>
|
||||
<property name="zigbee_endpoint">1</property>
|
||||
</properties>
|
||||
</channel>
|
||||
|
||||
<channel id="batteryLevel" typeId="system.battery-level">
|
||||
<properties>
|
||||
<property name="zigbee_endpoint">1</property>
|
||||
</properties>
|
||||
</channel>
|
||||
|
||||
<channel id="batteryAlarm" typeId="battery_alarm">
|
||||
<properties>
|
||||
<property name="zigbee_endpoint">1</property>
|
||||
</properties>
|
||||
</channel>
|
||||
|
||||
<channel id="button1" typeId="tuya_button">
|
||||
<label>Button 1</label>
|
||||
<properties>
|
||||
<property name="zigbee_endpoint">1</property>
|
||||
</properties>
|
||||
</channel>
|
||||
|
||||
<channel id="button2" typeId="tuya_button">
|
||||
<label>Button 2</label>
|
||||
<properties>
|
||||
<property name="zigbee_endpoint">2</property>
|
||||
</properties>
|
||||
</channel>
|
||||
|
||||
<channel id="button3" typeId="tuya_button">
|
||||
<label>Button 3</label>
|
||||
<properties>
|
||||
<property name="zigbee_endpoint">3</property>
|
||||
</properties>
|
||||
</channel>
|
||||
|
||||
<channel id="button4" typeId="tuya_button">
|
||||
<label>Button 4</label>
|
||||
<properties>
|
||||
<property name="zigbee_endpoint">4</property>
|
||||
</properties>
|
||||
</channel>
|
||||
|
||||
</channels>
|
||||
|
||||
<properties>
|
||||
<property name="vendor">Tuya</property>
|
||||
<property name="modelId">TS0044</property>
|
||||
<property name="zigbee_logicaltype">END_DEVICE</property>
|
||||
</properties>
|
||||
|
||||
<representation-property>zigbee_macaddress</representation-property>
|
||||
|
||||
<config-description>
|
||||
<parameter name="zigbee_macaddress" type="text" readOnly="true" required="true">
|
||||
<label>MAC Address</label>
|
||||
</parameter>
|
||||
</config-description>
|
||||
</thing-type>
|
||||
</thing:thing-descriptions>
|
Loading…
Reference in New Issue