diff --git a/FHEM/81_M232Counter.pm b/FHEM/81_M232Counter.pm index af00fe9b1..d030478da 100644 --- a/FHEM/81_M232Counter.pm +++ b/FHEM/81_M232Counter.pm @@ -88,7 +88,7 @@ M232Counter_GetStatus($) # stops at 0. We therefore purposefully reset the counter to 0 before # it reaches its final tick count. if($count > 64000) { - $basis+= count; + $basis+= $count; $count= 0; $r->{basis}{VAL} = $basis; $r->{basis}{TIME}= $tn;