]> git.basschouten.com Git - openhab-addons.git/commit
Support for RadonEye with v2.x.x firmware (#14549)
authorjoerg1985 <16140691+joerg1985@users.noreply.github.com>
Sun, 12 Mar 2023 09:48:45 +0000 (10:48 +0100)
committerGitHub <noreply@github.com>
Sun, 12 Mar 2023 09:48:45 +0000 (10:48 +0100)
commit709dc49fbe116267c83e4586fffc8de86d14fb87
treeecc232b6ff25a8765f61615fce852e1325f49b2c
parent59b3ed33dfaa5bc8d7c585c896a29b12815cdd99
Support for RadonEye with v2.x.x firmware (#14549)

Signed-off-by: Jörg Sautter <joerg.sautter@gmx.net>
bundles/org.openhab.binding.bluetooth.radoneye/README.md
bundles/org.openhab.binding.bluetooth.radoneye/src/main/java/org/openhab/binding/bluetooth/radoneye/internal/AbstractRadoneyeHandler.java
bundles/org.openhab.binding.bluetooth.radoneye/src/main/java/org/openhab/binding/bluetooth/radoneye/internal/RadoneyeConfiguration.java
bundles/org.openhab.binding.bluetooth.radoneye/src/main/java/org/openhab/binding/bluetooth/radoneye/internal/RadoneyeDataParser.java
bundles/org.openhab.binding.bluetooth.radoneye/src/main/java/org/openhab/binding/bluetooth/radoneye/internal/RadoneyeHandler.java
bundles/org.openhab.binding.bluetooth.radoneye/src/main/resources/OH-INF/i18n/bluetooth.properties [new file with mode: 0644]
bundles/org.openhab.binding.bluetooth.radoneye/src/main/resources/OH-INF/thing/radoneye.xml
bundles/org.openhab.binding.bluetooth.radoneye/src/test/java/org/openhab/binding/bluetooth/radoneye/RadoneyeParserTest.java