mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
- fix for forgotten $
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@383 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
5cfa9a2822
commit
3a4b6af6c0
@ -88,7 +88,7 @@ M232Counter_GetStatus($)
|
|||||||
# stops at 0. We therefore purposefully reset the counter to 0 before
|
# stops at 0. We therefore purposefully reset the counter to 0 before
|
||||||
# it reaches its final tick count.
|
# it reaches its final tick count.
|
||||||
if($count > 64000) {
|
if($count > 64000) {
|
||||||
$basis+= count;
|
$basis+= $count;
|
||||||
$count= 0;
|
$count= 0;
|
||||||
$r->{basis}{VAL} = $basis;
|
$r->{basis}{VAL} = $basis;
|
||||||
$r->{basis}{TIME}= $tn;
|
$r->{basis}{TIME}= $tn;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user