ignore model type of dummy devices
git-svn-id: https://svn.fhem.de/fhem/trunk@2561 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -184,7 +184,7 @@ CommandFheminfo($$)
|
||||
my @models;
|
||||
foreach my $n (sort keys %{$info{modules}{$t}}) {
|
||||
my $model = $info{modules}{$t}{$n};
|
||||
if($model ne "unknown") {
|
||||
if($model ne "unknown" && $t ne "dummy") {
|
||||
push(@models,$model) if(!grep {$_ =~ /$model/} @models);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user