]> git.basschouten.com Git - openhab-addons.git/commit
[bluetooth.generic] Added support for generic bluetooth devices (#8775)
authorConnor Petty <mistercpp2000@gmail.com>
Mon, 23 Nov 2020 09:43:44 +0000 (01:43 -0800)
committerGitHub <noreply@github.com>
Mon, 23 Nov 2020 09:43:44 +0000 (10:43 +0100)
commitfb7fcd886d92da1217efb3d43d517ea224e5bc5b
tree47e4fff1cc75c50c79df40df5664f95cec43c853
parent0c30d90757986c9814d84c9c2729f0ef5488e4c9
[bluetooth.generic] Added support for generic bluetooth devices (#8775)

* Generic Bluetooth Binding Initial Contribution

Signed-off-by: Connor Petty <mistercpp2000+gitsignoff@gmail.com>
26 files changed:
CODEOWNERS
bom/openhab-addons/pom.xml
bundles/org.openhab.binding.bluetooth.generic/NOTICE [new file with mode: 0644]
bundles/org.openhab.binding.bluetooth.generic/README.md [new file with mode: 0644]
bundles/org.openhab.binding.bluetooth.generic/pom.xml [new file with mode: 0644]
bundles/org.openhab.binding.bluetooth.generic/src/main/feature/feature.xml [new file with mode: 0644]
bundles/org.openhab.binding.bluetooth.generic/src/main/java/org/openhab/binding/bluetooth/generic/internal/BluetoothChannelUtils.java [new file with mode: 0644]
bundles/org.openhab.binding.bluetooth.generic/src/main/java/org/openhab/binding/bluetooth/generic/internal/BluetoothUnit.java [new file with mode: 0644]
bundles/org.openhab.binding.bluetooth.generic/src/main/java/org/openhab/binding/bluetooth/generic/internal/CharacteristicChannelTypeProvider.java [new file with mode: 0644]
bundles/org.openhab.binding.bluetooth.generic/src/main/java/org/openhab/binding/bluetooth/generic/internal/GenericBindingConfiguration.java [new file with mode: 0644]
bundles/org.openhab.binding.bluetooth.generic/src/main/java/org/openhab/binding/bluetooth/generic/internal/GenericBindingConstants.java [new file with mode: 0644]
bundles/org.openhab.binding.bluetooth.generic/src/main/java/org/openhab/binding/bluetooth/generic/internal/GenericBluetoothHandler.java [new file with mode: 0644]
bundles/org.openhab.binding.bluetooth.generic/src/main/java/org/openhab/binding/bluetooth/generic/internal/GenericBluetoothHandlerFactory.java [new file with mode: 0644]
bundles/org.openhab.binding.bluetooth.generic/src/main/java/org/openhab/binding/bluetooth/generic/internal/GenericDiscoveryParticipant.java [new file with mode: 0644]
bundles/org.openhab.binding.bluetooth.generic/src/main/resources/OH-INF/thing/generic.xml [new file with mode: 0644]
bundles/org.openhab.binding.bluetooth.generic/src/test/java/org/openhab/binding/bluetooth/generic/internal/BluetoothChannelUtilsTest.java [new file with mode: 0644]
bundles/org.openhab.binding.bluetooth.generic/src/test/java/org/openhab/binding/bluetooth/generic/internal/BluetoothUnitTest.java [new file with mode: 0644]
bundles/org.openhab.binding.bluetooth/README.md
bundles/org.openhab.binding.bluetooth/src/main/java/org/openhab/binding/bluetooth/BluetoothBindingConstants.java
bundles/org.openhab.binding.bluetooth/src/main/java/org/openhab/binding/bluetooth/BluetoothCharacteristic.java
bundles/org.openhab.binding.bluetooth/src/main/java/org/openhab/binding/bluetooth/ConnectedBluetoothHandler.java
bundles/org.openhab.binding.bluetooth/src/main/java/org/openhab/binding/bluetooth/discovery/BluetoothDiscoveryParticipant.java
bundles/org.openhab.binding.bluetooth/src/main/java/org/openhab/binding/bluetooth/discovery/internal/BluetoothDiscoveryProcess.java
bundles/org.openhab.binding.bluetooth/src/main/java/org/openhab/binding/bluetooth/internal/BluetoothHandlerFactory.java
bundles/pom.xml
features/openhab-addons/src/main/resources/footer.xml