Skip to content

Commit

Permalink
[tplinksmarthome] Fixed invalid channels in KL125/KL135. (openhab#11680)
Browse files Browse the repository at this point in the history
These are color bulbs and should have the color channel instead of the brightness channel.
Closes openhab#11660

Signed-off-by: Hilbrand Bouwkamp <[email protected]>
Signed-off-by: Andras Uhrin <[email protected]>
  • Loading branch information
Hilbrand authored and andrasU committed Nov 12, 2022
1 parent a0fbe87 commit 8e2d30f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<category>Lightbulb</category>

<channels>
<channel id="brightness" typeId="system.brightness"/>
<channel id="color" typeId="system.color"/>
<channel id="colorTemperature" typeId="system.color-temperature"/>
<channel id="colorTemperatureAbs" typeId="colorTemperatureAbs3"/>
<channel id="power" typeId="power"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<category>Lightbulb</category>

<channels>
<channel id="brightness" typeId="system.brightness"/>
<channel id="color" typeId="system.color"/>
<channel id="colorTemperature" typeId="system.color-temperature"/>
<channel id="colorTemperatureAbs" typeId="colorTemperatureAbs3"/>
<channel id="power" typeId="power"/>
Expand Down

0 comments on commit 8e2d30f

Please sign in to comment.