]> git.basschouten.com Git - openhab-addons.git/commitdiff
[tplinksmarthome] KP405 channel in xml should be dimmer not switch (#11839)
authorHilbrand Bouwkamp <hilbrand@h72.nl>
Tue, 21 Dec 2021 21:39:16 +0000 (22:39 +0100)
committerGitHub <noreply@github.com>
Tue, 21 Dec 2021 21:39:16 +0000 (22:39 +0100)
Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
bundles/org.openhab.binding.tplinksmarthome/src/main/resources/OH-INF/thing/KP405.xml

index 29afe4db102972a77435813d733b689d2c14d47b..813686406bfa51ee098d1344efff042f6d5a77f2 100644 (file)
@@ -10,7 +10,7 @@
                <category>PowerOutlet</category>
 
                <channels>
-                       <channel id="switch" typeId="system.power"/>
+                       <channel id="brightness" typeId="system.brightness"/>
                        <channel id="led" typeId="led"/>
                        <channel id="rssi" typeId="rssi"/>
                </channels>