mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 04:36:36 +00:00
RAWMSGTIME added
git-svn-id: https://svn.fhem.de/fhem/trunk@503 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
90345b7a72
commit
be37e36d44
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user