space added to the event

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@1169 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2012-01-05 13:17:39 +00:00
parent 7747626c3a
commit dad6b9e0a5

View File

@ -101,7 +101,7 @@ average_Notify($$)
$r->{$cumName}{VAL} = $cum;
$r->{$avgName}{VAL} = sprintf("%0.1f", $cum/$secNow);
} else {
$dev->{CHANGED}[$myIdx++] = "$avgName:".$r->{$avgName}{VAL};
$dev->{CHANGED}[$myIdx++] = "$avgName: ".$r->{$avgName}{VAL};
$r->{$cumName}{VAL} = $secNow*$val;
$r->{$avgName}{VAL} = $val;