small HomeMatic change
git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@859 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -494,9 +494,7 @@ FW_updateHashes()
|
||||
%FW_types = ();
|
||||
foreach my $d (sort keys %defs ) {
|
||||
next if(IsIgnored($d));
|
||||
my $t = $defs{$d}{TYPE};
|
||||
my $st = AttrVal($d, "subType", undef);
|
||||
$t .= ":$st" if($st);
|
||||
my $t = AttrVal($d, "subType", $defs{$d}{TYPE});
|
||||
$FW_types{$t}{$d} = 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user