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:
@@ -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}.
|
||||||
|
|||||||
Reference in New Issue
Block a user