92_FileLog.pm: add $data{lastrawX} containing the last raw value for delta-d/delta-h lines

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@7062 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2014-11-25 09:15:57 +00:00
parent d3c7418cda
commit 22929f7ac6

View File

@@ -806,6 +806,7 @@ RESCAN:
$data{"currdate$j"} = $lastd[$i]; $data{"currdate$j"} = $lastd[$i];
$data{"mindate$j"} = $mind[$i]; $data{"mindate$j"} = $mind[$i];
$data{"maxdate$j"} = $maxd[$i]; $data{"maxdate$j"} = $maxd[$i];
$data{"lastraw$j"} = $h->{last2} if($h->{last2});
Log3 $name, 4, Log3 $name, 4,
"$name get: line $j, regexp:".$d[$i]->{re}.", col:".$d[$i]->{col}. "$name get: line $j, regexp:".$d[$i]->{re}.", col:".$d[$i]->{col}.