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:
parent
7b79f6cd35
commit
4ba8049b27
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user