mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-07 23:09:26 +00:00
77_SMAEM: contrib 4.0.0
git-svn-id: https://svn.fhem.de/fhem/trunk@20756 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
fbb185968a
commit
06741417f9
@ -469,7 +469,7 @@ sub SMAEM_DoParse ($) {
|
||||
my $length;
|
||||
my ($b,$c,$d,$e); # OBIS Klassen
|
||||
|
||||
while (substr($hex,$i,8) ne "00000000" && $i<=($dl*4)) {
|
||||
while (substr($hex,$i,8) ne "00000000" && $i<=($dl*2)) {
|
||||
$b = hex(substr($hex,$i,2));
|
||||
$c = hex(substr($hex,$i+2,2));
|
||||
$d = hex(substr($hex,$i+4,2));
|
||||
|
Loading…
x
Reference in New Issue
Block a user