Celsius Problem fixed
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@1132 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -65,6 +65,7 @@ average_Notify($$)
|
||||
$val = $reArg if(defined($reArg) && $reArg =~ m/^(-?\d+\.?\d*)/);
|
||||
}
|
||||
next if(!defined($val) || $val !~ m/^(-?\d+\.?\d*)/);
|
||||
$val = $1;
|
||||
|
||||
################
|
||||
# Avg computing
|
||||
|
||||
Reference in New Issue
Block a user