diff --git a/CHANGED b/CHANGED index 60ca4b86f..8b9b697dd 100644 --- a/CHANGED +++ b/CHANGED @@ -1,5 +1,6 @@ # Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # Do not insert empty lines here, update check depends on it. + - change: 93_DbRep: commandref revised - feature: 93_DbRep: add option FullDay for timeDiffToNow and timeOlderThan, Forum: topic,53584.msg991139.html#msg991139 - change: 49_SSCamSTRM: minor internal code change diff --git a/FHEM/93_DbRep.pm b/FHEM/93_DbRep.pm index e3ecd2a71..85a1e5218 100644 --- a/FHEM/93_DbRep.pm +++ b/FHEM/93_DbRep.pm @@ -13395,8 +13395,10 @@ sub bdump {
  • timeDiffToNow - the begin time of data selection will be set to the timestamp "<current time> - - <timeDiffToNow>" dynamically (e.g. if set to 86400, the last 24 hours are considered by data - selection). The time period will be calculated dynamically at execution time. + <timeDiffToNow>" dynamically. The time period will be calculated dynamically at + execution time. Optional can with the additional entry "FullDay" the selection start time + and the selection end time be expanded to the begin / end of the involved days + (take only effect if adjusted time difference is >= 1 day).


    @@ -13424,9 +13428,10 @@ sub bdump {
  • timeOlderThan - the end time of data selection will be set to the timestamp "<aktuelle Zeit> - <timeOlderThan>" dynamically. Always the datasets up to timestamp - "<current time> - <timeOlderThan>" will be considered (e.g. if set to - 86400, all datasets older than one day are considered). The time period will be calculated dynamically at - execution time. + "<current time> - <timeOlderThan>" will be considered. The time period will be calculated dynamically at + execution time. Optional can with the additional entry "FullDay" the selection start time + and the selection end time be expanded to the begin / end of the involved days + (take only effect if adjusted time difference is >= 1 day).


    @@ -15868,9 +15876,9 @@ sub bdump {
  • timeDiffToNow - der Selektionsbeginn wird auf den Zeitpunkt "<aktuelle Zeit> - <timeDiffToNow>" - gesetzt. Die Timestampermittlung erfolgt dynamisch zum Ausführungszeitpunkt. Optional kann mit der Zusatzangabe - "FullDay" der Selektionsbeginn und das Selektionsende auf Beginn / Ende des jeweiligen Tages erweitert werden - (wirkt nur wenn Zeitdifferenz >= 1 Tag). + gesetzt. Die Timestampermittlung erfolgt dynamisch zum Ausführungszeitpunkt. Optional kann mit + der Zusatzangabe "FullDay" der Selektionsbeginn und das Selektionsende auf Beginn / Ende der + jeweiligen Selektionstage erweitert werden (wirkt nur wenn eingestellte Zeitdifferenz ist >= 1 Tag).


    @@ -15902,8 +15910,8 @@ sub bdump { gesetzt. Dadurch werden alle Datensätze bis zu dem Zeitpunkt "<aktuelle Zeit> - <timeOlderThan>" berücksichtigt. Die Timestampermittlung erfolgt dynamisch zum Ausführungszeitpunkt. Optional kann mit der Zusatzangabe - "FullDay" der Selektionsbeginn und das Selektionsende auf Beginn / Ende des jeweiligen Tages erweitert werden - (wirkt nur wenn Zeitdifferenz >= 1 Tag). + "FullDay" der Selektionsbeginn und das Selektionsende auf Beginn / Ende der jeweiligen + Selektionstage erweitert werden (wirkt nur wenn eingestellte Zeitdifferenz ist >= 1 Tag).