mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-27 07:41:39 +01:00
[bluetooth.generic] Define supported bridge types for generic BT devices (#10155)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
This commit is contained in:
parent
944682d1f1
commit
928859ab86
@ -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">
|
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">
|
<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>
|
<label>Generic Bluetooth Device</label>
|
||||||
<description>A generic bluetooth device that supports GATT characteristics</description>
|
<description>A generic bluetooth device that supports GATT characteristics</description>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user