Closed idpaterson closed 7 years ago
This is a simple fix for a community bug report. fadeColorTemperature was restricting the color temperature value to a range of 0 to 100.
fadeColorTemperature
This change extends that range to match adjustColorTemperature, from 1000 to 30000K.
adjustColorTemperature
Thank you, looks good in the latest commits.
This is a simple fix for a community bug report.
fadeColorTemperature
was restricting the color temperature value to a range of 0 to 100.This change extends that range to match
adjustColorTemperature
, from 1000 to 30000K.