2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +00:00

structure: propagate status changes event if structexclude is set.

git-svn-id: https://svn.fhem.de/fhem/trunk@3757 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2013-08-20 12:55:51 +00:00
parent 82eeab1883
commit 95f4d6b645

View File

@ -216,14 +216,6 @@ sub structure_Notify($$)
foreach my $d (sort keys %{ $hash->{CONTENT} }) {
next if(!$defs{$d});
# wenn zum Device das "structexclude" gesetzt ist, wird dieses nicht
# beruecksichtigt
if($attr{$d} && $attr{$d}{structexclude}) {
my $se = $attr{$d}{structexclude};
next if($me =~ m/$se/);
}
# Status des Devices gemaess den Regeln des gesetztes StrukturAttr
# umformatieren
if($attr{$d} && $attr{$d}{$devmap}) {