﻿##Summary of the received values
To improve the performance during loading of the graphs, the received values can be summarised (aggregation).
For this, all values received within one minute are summarised as follows:

* "None": No summary is made. Each telegram creates a data record.
* "Minimum": The smallest value received is recorded.
* "Maximum": The highest value received is recorded.
* "Average": Each value received contributes equally to the average.