HMInfo: correct RSSImin count
git-svn-id: https://svn.fhem.de/fhem/trunk@11872 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -279,7 +279,7 @@ sub HMinfo_status($){##########################################################
|
||||
foreach (keys %{$ehash->{helper}{rssi}}){
|
||||
next if($_ !~ m /at_.*$ehash->{IODev}->{NAME}/ );#ignore unused IODev
|
||||
$rssiMin{$eName} = $ehash->{helper}{rssi}{$_}{min}
|
||||
if ($rssiMin{$eName} < $ehash->{helper}{rssi}{$_}{min});
|
||||
if ($rssiMin{$eName} > $ehash->{helper}{rssi}{$_}{min});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user