Bugfix for multi-channel HM autocreate
git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@1181 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -54,6 +54,7 @@ notify_Exec($$)
|
|||||||
|
|
||||||
my $n = $dev->{NAME};
|
my $n = $dev->{NAME};
|
||||||
my $re = $ntfy->{REGEXP};
|
my $re = $ntfy->{REGEXP};
|
||||||
|
return if(!$dev->{CHANGED}); # Some previous notify deleted the array.
|
||||||
my $max = int(@{$dev->{CHANGED}});
|
my $max = int(@{$dev->{CHANGED}});
|
||||||
my $t = $dev->{TYPE};
|
my $t = $dev->{TYPE};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user