From 3a4b6af6c00fec9f45ce6aae22660b5b8d88c129 Mon Sep 17 00:00:00 2001 From: borisneubert Date: Mon, 1 Jun 2009 15:18:25 +0000 Subject: [PATCH] - fix for forgotten $ git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@383 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- FHEM/81_M232Counter.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;