space added to the event
git-svn-id: https://svn.fhem.de/fhem/trunk@1169 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -101,7 +101,7 @@ average_Notify($$)
|
|||||||
$r->{$cumName}{VAL} = $cum;
|
$r->{$cumName}{VAL} = $cum;
|
||||||
$r->{$avgName}{VAL} = sprintf("%0.1f", $cum/$secNow);
|
$r->{$avgName}{VAL} = sprintf("%0.1f", $cum/$secNow);
|
||||||
} else {
|
} else {
|
||||||
$dev->{CHANGED}[$myIdx++] = "$avgName:".$r->{$avgName}{VAL};
|
$dev->{CHANGED}[$myIdx++] = "$avgName: ".$r->{$avgName}{VAL};
|
||||||
$r->{$cumName}{VAL} = $secNow*$val;
|
$r->{$cumName}{VAL} = $secNow*$val;
|
||||||
$r->{$avgName}{VAL} = $val;
|
$r->{$avgName}{VAL} = $val;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user