From 939849c11e2ff4f6b75f2105634346fdf65bd166 Mon Sep 17 00:00:00 2001 From: tomlut <10679300+tomlut@users.noreply.github.com> Date: Thu, 11 Jul 2024 07:13:37 +1000 Subject: [PATCH] Update integration.markdown (#33673) --- source/_integrations/integration.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_integrations/integration.markdown b/source/_integrations/integration.markdown index 74430c55cc6..1c40f629d0a 100644 --- a/source/_integrations/integration.markdown +++ b/source/_integrations/integration.markdown @@ -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.