2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +00:00

ignore events from (other) readingsGroups

git-svn-id: https://svn.fhem.de/fhem/trunk@4420 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme-1968 2013-12-20 09:58:36 +00:00
parent fe00634a7c
commit c3379fc477

View File

@ -457,7 +457,8 @@ readingsGroup_Notify($$)
return if( AttrVal($name,"disable", 0) > 0 );
return if($dev->{NAME} eq $name);
return if($dev->{TYPE} eq $hash->{TYPE});
#return if($dev->{NAME} eq $name);
my $devices = $hash->{DEVICES};