diff --git a/fhem/FHEM/92_FileLog.pm b/fhem/FHEM/92_FileLog.pm index a42d8d8e1..ff169769a 100644 --- a/fhem/FHEM/92_FileLog.pm +++ b/fhem/FHEM/92_FileLog.pm @@ -840,6 +840,8 @@ FileLog_Get($@) $ifh = new IO::File $inf if($inf); FileLog_seekTo($inf, $ifh, $hash, $from, $reformatFn) if($ifh); + $to .= "z"; # return the 23:59:59 line too (Forum #118858) + # Return the the plain file data, $outf is ignored if(!@a) { return "" if(!$ifh);