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:
rudolfkoenig
2012-01-07 12:17:29 +00:00
parent 3f4c2893a2
commit 5f0d12bbef

View File

@@ -54,6 +54,7 @@ notify_Exec($$)
my $n = $dev->{NAME};
my $re = $ntfy->{REGEXP};
return if(!$dev->{CHANGED}); # Some previous notify deleted the array.
my $max = int(@{$dev->{CHANGED}});
my $t = $dev->{TYPE};