node-lifx icon indicating copy to clipboard operation
node-lifx copied to clipboard

Constants wrong for LIFX Mini Day & Night

Open Sawtaytoes opened this issue 5 years ago • 1 comments

I noticed the minimum Kelvin value is set to 2500:

{
  HSBK_MINIMUM_KELVIN: 2500,
  HSBK_DEFAULT_KELVIN: 3500,
  HSBK_MAXIMUM_KELVIN: 9000,
}

But the LIFX Mini Day & Night bulbs go down to 1500K and only up to 4000K. In this case, I think there might need to be another set of constants depending on the bulb type.

Sawtaytoes avatar Jun 06 '19 11:06 Sawtaytoes

Looks like this has already been pull-requested and fixed, but that version hasn't been pushed up to npm.

Sawtaytoes avatar Jun 06 '19 12:06 Sawtaytoes