You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you pass 6500K the result of the computation will be 153.846153846 which will truncate to 153 due to use of int(). According to here the range is 500-154. So 6500K mapping to 153 would be out of range
.
The text was updated successfully, but these errors were encountered:
LiSongMWO
changed the title
Error in computation of colour temperature.
Bug in computation of colour temperature.
Nov 15, 2018
LiSongMWO
changed the title
Bug in computation of colour temperature.
Bug in computation of colour temperature?
Nov 15, 2018
On the line here:
kelvin/huelight.go
Line 295 in 712f498
If you pass 6500K the result of the computation will be 153.846153846 which will truncate to 153 due to use of int(). According to here the range is 500-154. So 6500K mapping to 153 would be out of range
.
The text was updated successfully, but these errors were encountered: