]> git.basschouten.com Git - openhab-addons.git/commit
[bluetooth.enoceanble] Initial contribution EnOcean BLE Binding (#9223)
authorPatrick Fink <mail@pfink.de>
Sat, 5 Dec 2020 18:11:38 +0000 (19:11 +0100)
committerGitHub <noreply@github.com>
Sat, 5 Dec 2020 18:11:38 +0000 (19:11 +0100)
commit601415db170a158f2305af7809d04ede4e7c585e
treee3cb818d795a86b7cff585754fefb6c4e84b0a46
parent68dd5569f08ff36f4d696b1a0dbb323fc996a98f
[bluetooth.enoceanble] Initial contribution EnOcean BLE Binding (#9223)

* [bluetooth.enoceanble] Initial contribution EnOcean BLE Binding

Signed-off-by: Patrick Fink <mail@pfink.de>
* Put @Nullable annotation inline

Signed-off-by: Patrick Fink <mail@pfink.de>
Co-authored-by: Connor Petty <mistercpp2000@gmail.com>
* [bluetooth.enoceanble] Add binding to CODEOWNERS

Signed-off-by: Patrick Fink <mail@pfink.de>
* [bluetooth.enoceanble] Remove obsolete transport serial feature

Signed-off-by: Patrick Fink <mail@pfink.de>
* [bluetooth.enoceanble] Add binding to footer.xml

Signed-off-by: Patrick Fink <mail@pfink.de>
* [bluetooth.enoceanble] Replace ruuvitag leftovers

Signed-off-by: Patrick Fink <mail@pfink.de>
* [bluetooth.enoceanble] Remove tinyB reference

Signed-off-by: Patrick Fink <mail@pfink.de>
Co-authored-by: Connor Petty <mistercpp2000@gmail.com>
14 files changed:
CODEOWNERS
bundles/org.openhab.binding.bluetooth.enoceanble/NOTICE [new file with mode: 0644]
bundles/org.openhab.binding.bluetooth.enoceanble/README.md [new file with mode: 0644]
bundles/org.openhab.binding.bluetooth.enoceanble/pom.xml [new file with mode: 0644]
bundles/org.openhab.binding.bluetooth.enoceanble/src/main/feature/feature.xml [new file with mode: 0644]
bundles/org.openhab.binding.bluetooth.enoceanble/src/main/java/org/openhab/binding/bluetooth/enoceanble/internal/EnoceanBleBindingConstants.java [new file with mode: 0644]
bundles/org.openhab.binding.bluetooth.enoceanble/src/main/java/org/openhab/binding/bluetooth/enoceanble/internal/EnoceanBleDiscoveryParticipant.java [new file with mode: 0644]
bundles/org.openhab.binding.bluetooth.enoceanble/src/main/java/org/openhab/binding/bluetooth/enoceanble/internal/EnoceanBleHandlerFactory.java [new file with mode: 0644]
bundles/org.openhab.binding.bluetooth.enoceanble/src/main/java/org/openhab/binding/bluetooth/enoceanble/internal/EnoceanBlePtm215Event.java [new file with mode: 0644]
bundles/org.openhab.binding.bluetooth.enoceanble/src/main/java/org/openhab/binding/bluetooth/enoceanble/internal/EnoceanBleRockerHandler.java [new file with mode: 0644]
bundles/org.openhab.binding.bluetooth.enoceanble/src/main/resources/OH-INF/thing/enoceanble.xml [new file with mode: 0644]
bundles/org.openhab.binding.bluetooth.enoceanble/src/test/java/org/openhab/binding/bluetooth/enoceanble/internal/EnoceanBlePtm215EventTest.java [new file with mode: 0644]
bundles/pom.xml
features/openhab-addons/src/main/resources/footer.xml