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 5ac7a932a8
commit da62a89d54
2 changed files with 2 additions and 0 deletions

View File

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

View File

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