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]>
  • Loading branch information
Hilbrand authored and andan67 committed Nov 5, 2022
1 parent 2b409f7 commit 3850b4c
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 3850b4c

Please sign in to comment.