[bluetooth.generic] Define supported bridge types for generic BT devices (#10155)

Signed-off-by: Kai Kreuzer <kai@openhab.org>
pull/10161/head
Kai Kreuzer 2021-02-14 23:33:07 +01:00 committed by GitHub
parent 944682d1f1
commit 928859ab86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,12 @@
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0 https://openhab.org/schemas/thing-description-1.0.0.xsd">
<thing-type id="generic">
<supported-bridge-type-refs>
<bridge-type-ref id="roaming"/>
<bridge-type-ref id="bluegiga"/>
<bridge-type-ref id="bluez"/>
</supported-bridge-type-refs>
<label>Generic Bluetooth Device</label>
<description>A generic bluetooth device that supports GATT characteristics</description>