]> git.basschouten.com Git - openhab-addons.git/commit
[LCN] Fixes problems with fingerprint codes which were received in decimal (#15488)
authorandrexp <ajendry1@gmail.com>
Mon, 4 Sep 2023 06:53:33 +0000 (08:53 +0200)
committerGitHub <noreply@github.com>
Mon, 4 Sep 2023 06:53:33 +0000 (08:53 +0200)
commit5e8e097ad4d0e348d3442dc6a8ccde2ac7f449b8
tree125beaf7ee25a59411c51173f1d6104d6147f4b0
parent5ab172ed1ca29f9d6910703d9bf7d9f871ff6c71
[LCN] Fixes problems with fingerprint codes which were received in decimal (#15488)

* fixed problems with fingerprint codes which were received in decimal instead of hex

Signed-off-by: Andre Jendrysseck <ajendry@gwdg.de>
* correct format issues

Signed-off-by: Andre Jendrysseck <ajendry@gwdg.de>
* add test file for fingerprint codes

Signed-off-by: Andre Jendrysseck <ajendry@gwdg.de>
* Delete openhab-addons.code-workspace

Signed-off-by: Andre Jendrysseck <ajendry@gwdg.de>
---------

Signed-off-by: Andre Jendrysseck <ajendry@gwdg.de>
Co-authored-by: Andre Jendrysseck <ajendry@gwdg.de>
bundles/org.openhab.binding.lcn/src/main/java/org/openhab/binding/lcn/internal/subhandler/LcnModuleCodeSubHandler.java
bundles/org.openhab.binding.lcn/src/test/java/org/openhab/binding/lcn/internal/subhandler/LcnModuleCodeSubHandlerTest.java [new file with mode: 0644]