]> git.basschouten.com Git - openhab-addons.git/commitdiff
[bluetooth.generic] Define supported bridge types for generic BT devices (#10155)
authorKai Kreuzer <kai@openhab.org>
Sun, 14 Feb 2021 22:33:07 +0000 (23:33 +0100)
committerGitHub <noreply@github.com>
Sun, 14 Feb 2021 22:33:07 +0000 (14:33 -0800)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
bundles/org.openhab.binding.bluetooth.generic/src/main/resources/OH-INF/thing/generic.xml

index 0f51494318fc4677203f886db6659053003e4617..eef31338d1f222f0ebe36a28b2913c73894f042c 100644 (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>