From 3f687a72339aff9e69a5a30f33bb605785725f29 Mon Sep 17 00:00:00 2001 From: CaCO3 Date: Mon, 24 Oct 2022 22:42:44 +0200 Subject: [PATCH 1/2] Update edit_config_param.html --- sd-card/html/edit_config_param.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sd-card/html/edit_config_param.html b/sd-card/html/edit_config_param.html index 8dbd750f..d2f3caee 100644 --- a/sd-card/html/edit_config_param.html +++ b/sd-card/html/edit_config_param.html @@ -721,7 +721,7 @@ textarea { - Intervall in which the counter is read (in minutes). Number must be greater than 3 minutes. + Intervall in which the number(s) are read (in minutes). If a run takes longer than this interval, the next run gets postponed until the current run completes. From 550d9e1c87ceb2e97498770809749b009c744264 Mon Sep 17 00:00:00 2001 From: CaCO3 Date: Mon, 24 Oct 2022 22:45:36 +0200 Subject: [PATCH 2/2] typos --- sd-card/html/edit_config_param.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sd-card/html/edit_config_param.html b/sd-card/html/edit_config_param.html index d2f3caee..ac6b5a46 100644 --- a/sd-card/html/edit_config_param.html +++ b/sd-card/html/edit_config_param.html @@ -499,7 +499,7 @@ textarea { - Defines if the change rate compared to the previous value is calculated as absolute change (AbsoluteChange) or as rate normalized to the intervall (RateChange = change/minute). + Defines if the change rate compared to the previous value is calculated as absolute change (AbsoluteChange) or as rate normalized to the interval (RateChange = change/minute). @@ -715,13 +715,13 @@ textarea { - Intervall + Interval - Intervall in which the number(s) are read (in minutes). If a run takes longer than this interval, the next run gets postponed until the current run completes. + Interval in which the number(s) are read (in minutes). If a run takes longer than this interval, the next run gets postponed until the current run completes.