diff --git a/fhem/FHEM/93_DbRep.pm b/fhem/FHEM/93_DbRep.pm index fe6394a26..af749558b 100644 --- a/fhem/FHEM/93_DbRep.pm +++ b/fhem/FHEM/93_DbRep.pm @@ -37,6 +37,7 @@ ########################################################################################################################### # Versions History: # +# 7.18.1 03.06.2018 commandref revised # 7.18.0 02.06.2018 possible use of y:(\d) for timeDiffToNow, timeOlderThan , minor fixes of timeOlderThan # delEntries considers executeBeforeDump,executeAfterDump # 7.17.3 30.04.2017 writeToDB - readingname can be replaced by the value of attribute "readingNameMap" @@ -341,7 +342,7 @@ no if $] >= 5.017011, warnings => 'experimental::smartmatch'; sub DbRep_Main($$;$); sub DbLog_cutCol($$$$$$$); # DbLog-Funktion nutzen um Daten auf maximale Länge beschneiden -my $DbRepVersion = "7.18.0"; +my $DbRepVersion = "7.18.1"; my %dbrep_col = ("DEVICE" => 64, "TYPE" => 64, @@ -9289,11 +9290,13 @@ return; Reading and the entered time period between "timestamp_begin", "timestamp_end" (if set) or "timeDiffToNow/timeOlderThan".