2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 03:06:37 +00:00

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 438ae81326
commit 6c86e969e9

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");