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
Description:
The current ranges for tempOffset and humidityOffset configurations are too limited. The tempOffset is restricted to -10 to 10, and the humidityOffset is also restricted to -10 to 10. To provide greater flexibility for calibration, these ranges need to be expanded:
tempOffset: -20 to 20
humidityOffset: -20 to 20
Steps to Reproduce:
Access the tempOffset or humidityOffset in device preferences of a temperature/humidity sensor.
Attempt to set values outside the respective ranges (-10 to 10 for both).
Observe that the system rejects these values.
Expected Behavior:
Both tempOffset and humidityOffset should support expanded ranges:
tempOffset: Accept values between -20 and 20.
humidityOffset: Accept values between -20 and 20.
Actual Behavior:
tempOffset is restricted to values between -10 and 10.
humidityOffset is restricted to values between -10 and 10.
Suggested Fix:
Update the tempOffset and humidityOffset range definitions in the firmware (I guess):
Description:
The current ranges for
tempOffset
andhumidityOffset
configurations are too limited. ThetempOffset
is restricted to-10
to10
, and thehumidityOffset
is also restricted to-10
to10
. To provide greater flexibility for calibration, these ranges need to be expanded:tempOffset
:-20
to20
humidityOffset
:-20
to20
Steps to Reproduce:
tempOffset
orhumidityOffset
in device preferences of a temperature/humidity sensor.-10
to10
for both).Expected Behavior:
Both
tempOffset
andhumidityOffset
should support expanded ranges:tempOffset
: Accept values between-20
and20
.humidityOffset
: Accept values between-20
and20
.Actual Behavior:
tempOffset
is restricted to values between-10
and10
.humidityOffset
is restricted to values between-10
and10
.Suggested Fix:
Update the
tempOffset
andhumidityOffset
range definitions in the firmware (I guess):Additional Context:
Expanding these ranges ensures compatibility with a wider variety of cases that require larger calibration adjustments.
The text was updated successfully, but these errors were encountered: