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,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<thing:thing-descriptions bindingId="bluetooth"
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">
<bridge-type id="roaming">
<label>Roaming Bluetooth Controller</label>
<description>A virtual Bluetooth adapter that handles roaming between other adapters</description>
<config-description>
<parameter name="groupUIDs" type="text" multiple="true">
<label>Adapter UIDs</label>
<description>
<![CDATA[ Specifies which Bluetooth adapters that roaming devices can interact through.
<br>
Should be formatted as a comma separated list of thing UIDs.
<br>
If not specified, roaming devices can interact through any other Bluetooth adapter thing.
]]>
</description>
<context>thing</context>
<advanced>true</advanced>
<default></default>
</parameter>
<parameter name="backgroundDiscovery" type="boolean">
<label>Device Discovery</label>
<description>Whether this adapter participates in Bluetooth device discovery</description>
<advanced>true</advanced>
<default>true</default>
</parameter>
</config-description>
</bridge-type>
</thing:thing-descriptions>