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 19d7fbc76d
commit 1b4012ac92

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)) {