diff --git a/fhem/contrib/DS_Starter/93_DbRep.pm b/fhem/contrib/DS_Starter/93_DbRep.pm
index 199cb7fb5..8956c0fa0 100644
--- a/fhem/contrib/DS_Starter/93_DbRep.pm
+++ b/fhem/contrib/DS_Starter/93_DbRep.pm
@@ -13554,10 +13554,12 @@ return;
Method without option specification
- If no options are specified, the data will be stored within the time specified by the time.* attributes.
- Time limits reduced to one entry (the first) per hour per Device & Reading.
- At least one of the time.* attributes must be set (see table below).
- In this case, the missing time limit is calculated by the module.
+ If no options are specified, the data will be reduced to one entry (the first) per hour per
+ device & reading within the time limits specified by the time.* attributes.
+ At least one of the time.* attributes must be set (see table below).
+ The FullDay option (full days are always selected) is used implicitly.
+ The respective missing time delimitation is calculated by the module in this case.
+
With the attributes device and reading the data records to be considered can be included
@@ -16243,7 +16245,8 @@ return;
Sind keine Optionen angegeben, werden die Daten innerhalb der durch die time.*-Attribute bestimmten
Zeitgrenzen auf einen Eintrag (den ersten) pro Stunde je Device & Reading reduziert.
- Es muss mindestens eines der time.*-Attribute gesetzt sein (siehe Tabelle unten).
+ Es muss mindestens eines der time.*-Attribute gesetzt sein (siehe Tabelle unten).
+ Die FullDay-Option (es werden immer volle Tage selektiert) wird impliziert verwendet.
Die jeweils fehlende Zeitabgrenzung wird in diesem Fall durch das Modul errechnet.