space added to the event

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@1169 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2012-01-05 13:17:39 +00:00
parent c37e447211
commit af02ee65ab

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;