mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-07 19:04:20 +00:00
Bugfix for multi-channel HM autocreate
git-svn-id: https://svn.fhem.de/fhem/trunk@1181 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
d5b289bd96
commit
4340ced147
@ -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};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user