CUL: store the correct raw message in the device hash

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@5077 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2014-03-01 07:29:47 +00:00
parent f8572374f5
commit b42e51d878

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;