caseyjhol / node-red-contrib-tplink

A collection of Node-RED nodes for TP-Link Smart Home devices
https://www.npmjs.com/package/node-red-contrib-tplink-iot
MIT License
16 stars 15 forks source link

KL130 temperature range (2500 - 9000K) exceeds node limits (2700 - 6500K) - can the range be extended please? #57

Open HonestJohn61 opened 2 years ago

HonestJohn61 commented 2 years ago

Feature request Many thanks for this node. I discovered last night that the temperature range capabilities of my KL130 bulbs significantly exceed the limits set by the node.

Describe the solution you'd like Permit control of the greater range that the bulb supports

caseyjhol commented 2 years ago

It would likely make sense to remove the manually hardcoded values and use getColorTemperatureRange/colorTemperatureRange instead.