This commit is contained in:
CaCO3
2022-10-24 22:45:36 +02:00
committed by GitHub
parent 3f687a7233
commit 550d9e1c87

View File

@@ -499,7 +499,7 @@ textarea {
</select>
</td>
<td style="font-size: 80%;">
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).
</td>
</tr>
<tr>
@@ -715,13 +715,13 @@ textarea {
</tr>
<tr>
<td class="indent1">
<class id="AutoTimer_Intervall_text" style="color:black;">Intervall</class>
<class id="AutoTimer_Intervall_text" style="color:black;">Interval</class>
</td>
<td>
<input type="number" id="AutoTimer_Intervall_value1" size="13" min="3" step="any">
</td>
<td style="font-size: 80%;">
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.
</td>
</tr>