]> git.basschouten.com Git - openhab-addons.git/commitdiff
[mqtt.generic] Rename channel label from Percentage Value to Dimmer (#12162)
authorjimtng <2554958+jimtng@users.noreply.github.com>
Sun, 30 Jan 2022 08:26:46 +0000 (18:26 +1000)
committerGitHub <noreply@github.com>
Sun, 30 Jan 2022 08:26:46 +0000 (09:26 +0100)
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
bundles/org.openhab.binding.mqtt.generic/src/main/resources/OH-INF/thing/channels.xml

index ff439e2e5e05690ccd5dda24b99c505c4ccde35c..3df9a8394112d9d0a199efb0facdf0526f55a2b9 100644 (file)
@@ -40,7 +40,7 @@
 
        <channel-type id="dimmer">
                <item-type>Dimmer</item-type>
-               <label>Percentage Value</label>
+               <label>Dimmer</label>
                <config-description-ref uri="thing-type:mqtt:dimmer_channel"></config-description-ref>
        </channel-type>