migrate parameters (#19)

Co-authored-by: CaCO3 <caco@ruinelli.ch>
This commit is contained in:
CaCO3
2023-02-20 23:02:05 +01:00
committed by GitHub
parent 1ffe9caf27
commit 47907aaa2b
29 changed files with 31 additions and 51 deletions

View File

@@ -0,0 +1,5 @@
# Parameter `Interval`
Default Value: `5`
Interval in minutes in which the Flow (Digitization Round) is run.
If a round takes longer than this interval, the next round gets postponed until the current round completes.

View File

@@ -1,9 +0,0 @@
# Parameter `Intervall`
Default Value: `5`
Interval in minutes in which the Flow (Digitization Round) is run.
If a rund takes longer than this interval, the next round gets postponed until the current round completes.
!!! Note
Due to a typo, it is called `Intervall` instead of `Interval`.
For backwards compatibility, this did not get changed.