Fix IndexOutOfBoundsException in aggregator function (#11113)

Signed-off-by: Anders Alfredsson <andersb86@gmail.com>
This commit is contained in:
Anders Alfredsson
2021-08-22 11:53:11 +02:00
committed by GitHub
parent 9fed16d8bb
commit c084ec3a5b
3 changed files with 5 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ The complete channel identifier is the channel group id (`hour_<offset>` or `day
or the number of hours/days from now) + the channel id, concatenated with a `#`.
Examples:
* Temperature for the current hour: `hour_0#t`
* Total precipitation 3 days from now: `day_3#ptotal`