mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +00:00
98_hmInfo: minor bug
git-svn-id: https://svn.fhem.de/fhem/trunk@8222 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
8949f3777e
commit
15a0e8a5fb
@ -172,7 +172,7 @@ sub HMinfo_status($){##########################################################
|
||||
if ($ehash->{helper}{role}{dev}){#---restrict to devices
|
||||
$nbrD++;
|
||||
push @IOdev,$ehash->{IODev}{NAME} if($ehash->{IODev} && $ehash->{IODev}{NAME});
|
||||
$IOccu{(split ":",AttrVal($eName,"IOgrp",""))[0]}=1;
|
||||
$IOccu{(split ":",AttrVal($eName,"IOgrp","no"))[0]}=1;
|
||||
push @Anames,$eName if ($attr{$eName}{actStatus} && $attr{$eName}{actStatus} ne "alive");
|
||||
|
||||
foreach (grep /ErrIoId_/, keys %{$ehash}){# detect addtional critical entries
|
||||
|
Loading…
x
Reference in New Issue
Block a user