]> git.basschouten.com Git - openhab-addons.git/commit
[dsmr] Fix incorrect deriving of sub channel names when updating channels (#13076)
authorHilbrand Bouwkamp <hilbrand@h72.nl>
Mon, 4 Jul 2022 19:50:03 +0000 (21:50 +0200)
committerGitHub <noreply@github.com>
Mon, 4 Jul 2022 19:50:03 +0000 (21:50 +0200)
commita58ae579420cdf299d085b114c09b49642d77256
treefce1bd718680be40d1fac0f89e1670c732985c66
parent3e8df2bff8fc69024bedcfe4794399c58142ee8a
[dsmr] Fix incorrect deriving of sub channel names when updating channels (#13076)

Subchannels were created by appending the key. However this was done inside a loop and if multiple updates were needed they would be appended to the channel name, instead of taking the channel name each time.
Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
bundles/org.openhab.binding.dsmr/src/main/java/org/openhab/binding/dsmr/internal/handler/DSMRMeterHandler.java