2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-07 12:58:13 +00:00

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:
rudolfkoenig 2012-01-05 13:17:39 +00:00
parent 44c08b6148
commit 3b7fda6886

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;