openhab / openhab-addons

Add-ons for openHAB
https://www.openhab.org/
Eclipse Public License 2.0
1.86k stars 3.57k forks source link

[MiLight] Please add INCREASE/DECREASE for CHANNEL_COLOR #3069

Closed fab33 closed 5 years ago

fab33 commented 6 years ago

In Basic UI when you long press arrows on a colorpicker widget, it send INCREASE or DECREASE command eclipse/smarthome#3009 But in actual milight binding, for COLOR_CHANNEL (the one used for Colorpicker item), INCREASE or DECREASE aren't supported https://github.com/openhab/openhab2-addons/blob/d4bee788dd84f8728bb6c8df8fd63c2663fbda3a/addons/binding/org.openhab.binding.milight/src/main/java/org/openhab/binding/milight/handler/MilightLedHandler.java#L99 It will be find to handle this message and change bulb's brightness

davidgraeff commented 5 years ago

Will be added.Thanks for the report.