2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-16 04:36:02 +00:00

- fix for forgotten $

git-svn-id: https://svn.fhem.de/fhem/trunk@383 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
borisneubert 2009-06-01 15:18:25 +00:00
parent 34fa5925ae
commit d407cdf4a2

View File

@ -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;