2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-25 03:39:21 +00:00

99_Utils.pm: devInfo patch from Markus (Forum #81700)

git-svn-id: https://svn.fhem.de/fhem/trunk@15712 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2017-12-28 10:37:40 +00:00
parent 7b79f6cd35
commit 4ba8049b27

View File

@ -91,6 +91,7 @@ defInfo($;$)
my @etDev = devspec2array($search);
foreach my $d (@etDev) {
next unless $d;
next if($d eq $search && !$defs{$d})
push @ret, $defs{$d}{$internal};
}
return @ret;