From 475355c79f3d2d637af3577d5c6ac18ee0f44778 Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Thu, 31 Dec 2009 17:58:07 +0000 Subject: [PATCH] Fix from Thomass git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@529 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- contrib/em1010.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/em1010.pl b/contrib/em1010.pl index d8b8c64af..d9e8b253f 100755 --- a/contrib/em1010.pl +++ b/contrib/em1010.pl @@ -351,7 +351,7 @@ getDevData() #hexdump($d); my $max = (($p == $end) ? ($nrreadings%64)*4+4 : 260); - my $step = b($d, 6); + my $step = b($d, 7); # Switched from 6 to 7 (Thomas, 2009-12-31) for(my $off = 8; $off <= $max; $off += 4) { $backlog++;