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:
parent
438ae81326
commit
6c86e969e9
@ -324,7 +324,6 @@ sub LaCrosse_Parse($$) {
|
||||
|
||||
if(@bytes > 21 && $bytes[19] != 0xFF) {
|
||||
$debug = $bytes[19] * 65536 + $bytes[20] * 256 + $bytes[21];
|
||||
readingsBulkUpdate($hash, "debug", $debug);
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user