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:
parent
34fa5925ae
commit
d407cdf4a2
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user