Releases: ioBroker/aggregate
Releases · ioBroker/aggregate
Release list
Release v1.0.1
- (@joltcoke) Fixed
averageandtotalreturningnullfor every interval that contains anullvalue:
parseFloat(null)isNaNand poisoned the sum of the whole interval (thanks to @joltcoke,
ioBroker/ioBroker.sql#526). As the result wasNaNand notnull,ignoreNullcould not act on it either - (@joltcoke) Fixed
minreturning a wrong value if the interval contains anull,minmaxlosing the minimum
if the interval starts with anull, andpercentile/quantilecounting anullas0