mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-07 19:04:20 +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:
parent
44c08b6148
commit
3b7fda6886
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user