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
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: