cees-elzinga / script.xbmc.hue.ambilight

XBMC add-on for Philips Hue lights with ambilight support
Do What The F*ck You Want To Public License
127 stars 122 forks source link

Add customizable dim transition times. #16

Closed ChrisRegado closed 11 years ago

ChrisRegado commented 11 years ago

The default 400ms transition time from bright to black during dimming/undimming was a bit jarring, so I made that customizable with a slider.

The Hue API allows for 100ms increments, but I gave the slider a 500ms stepping under the assumption that some people might want long (~10s) transitions. That can easily be changed in settings.xml if it turns out users want more fine-grained control within a smaller spectrum.

cees-elzinga commented 11 years ago

awesome! I'll merge it soon, thanks for the input!