ilcato / homebridge-blynk

Homebridge plugin for the Blynk platform
MIT License
20 stars 30 forks source link

TemperatureSensor max/min values are overly restrictive #23

Open camphamp opened 5 years ago

camphamp commented 5 years ago

Currently, TemperatureSensor limits values beyond certain devices' capabilities. For example, if I want to track a kiln temperature then I'd need values beyond 100C and outside air temps can drop below 0C.

Should we either widen the range or allow the limits to be defined by developers?

characteristic.props.minValue and maxValue are your hooks for that...

Thanks!