]> git.basschouten.com Git - openhab-addons.git/commitdiff
[one wire][fix absolute humidity channel type (#9833)
authorJ-N-K <J-N-K@users.noreply.github.com>
Fri, 15 Jan 2021 21:11:56 +0000 (22:11 +0100)
committerGitHub <noreply@github.com>
Fri, 15 Jan 2021 21:11:56 +0000 (22:11 +0100)
The channel is added dynamically with a channel-type `abshumidity`, but the channel-type definition was names `absolutehumidity`

Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
bundles/org.openhab.binding.onewire/src/main/resources/OH-INF/thing/common.xml

index 54c01c5abd67ac12ff5a36fa612c44f9718361ac..482c37f3eb520e8239fe9e26b5251bc18838ecb4 100644 (file)
@@ -92,7 +92,7 @@
                </config-description>
        </channel-type>
        <!-- Absolute Humidity Channel -->
-       <channel-type id="absolutehumidity">
+       <channel-type id="abshumidity">
                <item-type>Number:Density</item-type>
                <label>Abs. Humidity</label>
                <description>absolute humidity (calculated from temperature and relative humidity)</description>