API nesting humidity% from% to the nearest 5%?

using Nest API v1.1, it seems that% humidity is rounded to the nearest 5%. for example, a humidity level of 49% is 50%, 53% → 55%, etc.

I wonder why that would be. who has the same results?

+4
source share
1 answer

Humidifiers, as a rule, only with an accuracy of 3-7% relative humidity, so it makes sense to round the result so that the developers do not build logic around small changes.

The jack does not publish the accuracy rating of its humidity sensor.

+1
source

All Articles