Counter added, timestamp renamed
git-svn-id: https://svn.fhem.de/fhem/trunk@505 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -786,7 +786,8 @@ CUL_Parse($$$$$)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
$hash->{RAWMSGTIME} = TimeNow();
|
$hash->{"${name}_MSGCNT"}++;
|
||||||
|
$hash->{"${name}_TIME"} = TimeNow();
|
||||||
$hash->{RAWMSG} = $rmsg;
|
$hash->{RAWMSG} = $rmsg;
|
||||||
my %addvals = (RAWMSG => $rmsg);
|
my %addvals = (RAWMSG => $rmsg);
|
||||||
if(defined($rssi)) {
|
if(defined($rssi)) {
|
||||||
|
|||||||
@@ -692,7 +692,8 @@ FHZ_Read($)
|
|||||||
next;
|
next;
|
||||||
}
|
}
|
||||||
|
|
||||||
$hash->{RAWMSGTIME} = TimeNow();
|
$hash->{"${name}_MSGCNT"}++;
|
||||||
|
$hash->{"${name}_TIME"} = 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);
|
||||||
|
|||||||
Reference in New Issue
Block a user