RAWMSGTIME added
git-svn-id: https://svn.fhem.de/fhem/trunk@503 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -786,6 +786,7 @@ CUL_Parse($$$$$)
|
||||
return;
|
||||
}
|
||||
|
||||
$hash->{RAWMSGTIME} = TimeNow();
|
||||
$hash->{RAWMSG} = $rmsg;
|
||||
my %addvals = (RAWMSG => $rmsg);
|
||||
if(defined($rssi)) {
|
||||
|
||||
@@ -692,6 +692,7 @@ FHZ_Read($)
|
||||
next;
|
||||
}
|
||||
|
||||
$hash->{RAWMSGTIME} = TimeNow();
|
||||
$hash->{RAWMSG} = $dmsg;
|
||||
my %addvals = (RAWMSG => $dmsg);
|
||||
my $foundp = Dispatch($hash, $dmsg, \%addvals);
|
||||
|
||||
Reference in New Issue
Block a user