Update integration.markdown (#33673)

This commit is contained in:
tomlut 2024-07-11 07:13:37 +10:00 committed by GitHub
parent eefd51bf27
commit 939849c11e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -96,6 +96,7 @@ max_sub_interval:
description: "Applies time-based integration if the source did not change for this duration. This implies that at least every `max sub-interval`, the integral is updated. If you don't want time-based updates, enter 0."
required: false
type: time
default: 0
{% endconfiguration %}
The unit of `source` together with `unit_prefix` and `unit_time` is used to generate a unit for the integral product (e.g. a source in `W` with prefix `k` and time `h` would result in `kWh`). Note that `unit_prefix` and `unit_time` are _also_ relevant to the Riemann sum calculation.