From d72c1b62c1138330fcf55d47cf132f2c8604d26d Mon Sep 17 00:00:00 2001 From: nasseeder1 Date: Sun, 5 Dec 2021 20:37:40 +0000 Subject: [PATCH] 93_DbRep: contrib v 8.45.0 git-svn-id: https://svn.fhem.de/fhem/trunk@25304 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/contrib/DS_Starter/93_DbRep.pm | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) 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.