mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-07 19:04:20 +00:00
Celsius Problem fixed
git-svn-id: https://svn.fhem.de/fhem/trunk@1132 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
94c1256cfb
commit
37932b244e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user