36_LaCrosse.pm: fixed wrong readingsBulkUpdate

git-svn-id: https://svn.fhem.de/fhem/trunk@15505 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
HCS
2017-11-26 10:29:53 +00:00
parent 6fc8a7245c
commit 9eb4bcf782

View File

@@ -324,9 +324,8 @@ sub LaCrosse_Parse($$) {
if(@bytes > 21 && $bytes[19] != 0xFF) {
$debug = $bytes[19] * 65536 + $bytes[20] * 256 + $bytes[21];
readingsBulkUpdate($hash, "debug", $debug);
}
}
else {
DoTrigger($name, "UNKNOWNCODE $msg");