2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-07 16:59:18 +00:00

git-svn-id: https://svn.fhem.de/fhem/trunk@4640 2b470e98-0d58-463d-a4d8-8e2adae1ed80

This commit is contained in:
pahenning 2014-01-13 16:07:52 +00:00
parent d2b90a2efa
commit 9daacae9b0

View File

@ -465,7 +465,6 @@ sub OWCOUNT_FormatValues($) {
#-- rate
if( ($delt > 0.0) && $present ){
$vrate = ($vval-$oldval)/$delt;
Log 1, "Caluclating rate from oldval=$oldval, vval=$vval, delt=$delt as $vrate";
} else {
$vrate = 0.0;
}