CUL: store the correct raw message in the device hash

git-svn-id: https://svn.fhem.de/fhem/trunk@5077 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2014-03-01 07:29:47 +00:00
parent 901e6b3b4b
commit ef80c3cb6c

View File

@@ -980,7 +980,7 @@ CUL_Parse($$$$$)
$hash->{"${name}_TIME"} =
$hash->{READINGS}{state}{TIME} = TimeNow(); # showtime attribute
$hash->{RAWMSG} = $rmsg;
my %addvals = (RAWMSG => $rmsg);
my %addvals = (RAWMSG => $dmsg);
if(defined($rssi)) {
$hash->{RSSI} = $rssi;
$addvals{RSSI} = $rssi;