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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user