]> git.basschouten.com Git - openhab-addons.git/commit
[grundfosalpha] Initial contribution (#15907)
authorMarkus Heberling <markus@tisoft.de>
Mon, 4 Dec 2023 10:10:10 +0000 (11:10 +0100)
committerGitHub <noreply@github.com>
Mon, 4 Dec 2023 10:10:10 +0000 (11:10 +0100)
commitf5065ad6e46293bdfaa889035348b20754195ee2
treebd2eb254e2893add7bdd66ec0f8b7e63fa389c8b
parentc22de9bcd31960672aa6f4824c0abf0650f41a49
[grundfosalpha] Initial contribution (#15907)

* [Bluez] Disable automatic filtering of duplicate data
* Added Grundfos Alpha binding

Signed-off-by: Markus Heberling <markus@heberling.net>
15 files changed:
CODEOWNERS
bom/openhab-addons/pom.xml
bundles/org.openhab.binding.bluetooth.bluez/src/main/java/org/openhab/binding/bluetooth/bluez/internal/BlueZBridgeHandler.java
bundles/org.openhab.binding.bluetooth.grundfosalpha/NOTICE [new file with mode: 0644]
bundles/org.openhab.binding.bluetooth.grundfosalpha/README.md [new file with mode: 0644]
bundles/org.openhab.binding.bluetooth.grundfosalpha/pom.xml [new file with mode: 0644]
bundles/org.openhab.binding.bluetooth.grundfosalpha/src/main/feature/feature.xml [new file with mode: 0644]
bundles/org.openhab.binding.bluetooth.grundfosalpha/src/main/java/org/openhab/binding/bluetooth/grundfosalpha/internal/GrundfosAlphaBindingConstants.java [new file with mode: 0644]
bundles/org.openhab.binding.bluetooth.grundfosalpha/src/main/java/org/openhab/binding/bluetooth/grundfosalpha/internal/GrundfosAlphaDiscoveryParticipant.java [new file with mode: 0644]
bundles/org.openhab.binding.bluetooth.grundfosalpha/src/main/java/org/openhab/binding/bluetooth/grundfosalpha/internal/GrundfosAlphaHandler.java [new file with mode: 0644]
bundles/org.openhab.binding.bluetooth.grundfosalpha/src/main/java/org/openhab/binding/bluetooth/grundfosalpha/internal/GrundfosAlphaHandlerFactory.java [new file with mode: 0644]
bundles/org.openhab.binding.bluetooth.grundfosalpha/src/main/resources/OH-INF/i18n/bluetooth.properties [new file with mode: 0644]
bundles/org.openhab.binding.bluetooth.grundfosalpha/src/main/resources/OH-INF/thing/thing-types.xml [new file with mode: 0644]
bundles/org.openhab.binding.bluetooth.grundfosalpha/src/test/java/org/openhab/binding/bluetooth/grundfosalpha/internal/GrundfosAlphaHandlerTest.java [new file with mode: 0644]
bundles/pom.xml