2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 16:56:54 +00:00

RAWMSGTIME added

git-svn-id: https://svn.fhem.de/fhem/trunk@503 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2009-12-09 13:29:30 +00:00
parent 90345b7a72
commit be37e36d44
2 changed files with 2 additions and 0 deletions

View File

@ -786,6 +786,7 @@ CUL_Parse($$$$$)
return; return;
} }
$hash->{RAWMSGTIME} = TimeNow();
$hash->{RAWMSG} = $rmsg; $hash->{RAWMSG} = $rmsg;
my %addvals = (RAWMSG => $rmsg); my %addvals = (RAWMSG => $rmsg);
if(defined($rssi)) { if(defined($rssi)) {

View File

@ -692,6 +692,7 @@ FHZ_Read($)
next; next;
} }
$hash->{RAWMSGTIME} = TimeNow();
$hash->{RAWMSG} = $dmsg; $hash->{RAWMSG} = $dmsg;
my %addvals = (RAWMSG => $dmsg); my %addvals = (RAWMSG => $dmsg);
my $foundp = Dispatch($hash, $dmsg, \%addvals); my $foundp = Dispatch($hash, $dmsg, \%addvals);