Skip to content

Commit

Permalink
[deconz] fix openhab#7884 (openhab#7888)
Browse files Browse the repository at this point in the history
Signed-off-by: Jan N. Klug <[email protected]>
  • Loading branch information
J-N-K authored and andrewfg committed Aug 31, 2020
1 parent c22ecbc commit 57a62bd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ public void handleCommand(ChannelUID channelUID, Command command) {
break;
case CHANNEL_COLOR_TEMPERATURE:
if (command instanceof DecimalType) {
newLightState.colormode = "ct";
newLightState.ct = unscaleColorTemperature(((DecimalType) command).doubleValue());

if (currentOn != null && !currentOn) {
Expand Down

0 comments on commit 57a62bd

Please sign in to comment.