2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-15 22:26:04 +00:00

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 5e3c6fdd7e
commit f9aea25550

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;