Skip to content

SensorDataModel: Cache minimum and maximum values

Arjen Hiemstra requested to merge work/ahiemstra/minmaxcache into master

The minimum and maxmimum properties only change when the sensor metadata changes, so we can cache them and avoid some extra work when they get queried repeatedly.

Merge request reports