2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-26 22:25:43 +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:
rudolfkoenig 2014-10-12 13:12:10 +00:00
parent 33601f60d8
commit 592f6bc98c

View File

@ -901,7 +901,8 @@ CUL_Parse($$$$@)
$hash->{"${name}_MSGCNT"}++;
$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;
my %addvals = (RAWMSG => $dmsg);
if(defined($rssi)) {