mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-28 05:01:57 +00:00
00_CUL.pm: Patch from Boris (Forum #27837)
git-svn-id: https://svn.fhem.de/fhem/trunk@6755 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
33601f60d8
commit
592f6bc98c
@ -901,7 +901,8 @@ CUL_Parse($$$$@)
|
|||||||
|
|
||||||
$hash->{"${name}_MSGCNT"}++;
|
$hash->{"${name}_MSGCNT"}++;
|
||||||
$hash->{"${name}_TIME"} =
|
$hash->{"${name}_TIME"} =
|
||||||
readingsSingleUpdate($hash, "state", $hash->{READINGS}{state}{VAL}, 0); # showtime attribute
|
# showtime attribute
|
||||||
|
readingsSingleUpdate($hash, "state", $hash->{READINGS}{state}{VAL}, 0);
|
||||||
$hash->{RAWMSG} = $rmsg;
|
$hash->{RAWMSG} = $rmsg;
|
||||||
my %addvals = (RAWMSG => $dmsg);
|
my %addvals = (RAWMSG => $dmsg);
|
||||||
if(defined($rssi)) {
|
if(defined($rssi)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user