added migrated 2.x add-ons

Signed-off-by: Kai Kreuzer <kai@openhab.org>
This commit is contained in:
Kai Kreuzer
2020-09-21 01:58:32 +02:00
parent bbf1a7fd29
commit 6df6783b60
11662 changed files with 1302875 additions and 11 deletions

View File

@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<thing:thing-descriptions bindingId="plugwise"
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="circle">
<supported-bridge-type-refs>
<bridge-type-ref id="stick"/>
</supported-bridge-type-refs>
<label>Plugwise Circle</label>
<description>A power outlet plug that provides energy measurement and switching control of appliances</description>
<channels>
<channel id="clock" typeId="clock"/>
<channel id="energy" typeId="energy"/>
<channel id="energystamp" typeId="energystamp"/>
<channel id="lastseen" typeId="lastseen"/>
<channel id="power" typeId="power"/>
<channel id="state" typeId="state"/>
</channels>
<representation-property>macAddress</representation-property>
<config-description-ref uri="thing-type:plugwise:relay"/>
</thing-type>
</thing:thing-descriptions>