mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-20 19:36:02 +00:00
Do not trigger notifyFn by own setFn
git-svn-id: https://svn.fhem.de/fhem/trunk@3101 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
01e0fb2374
commit
66ce0f6e72
@ -134,6 +134,8 @@ sub structure_Notify($$)
|
|||||||
return "" if (!@structPrio && $behavior eq "relative");
|
return "" if (!@structPrio && $behavior eq "relative");
|
||||||
|
|
||||||
|
|
||||||
|
return "" if($hash->{INSET}); # Do not trigger for our own set
|
||||||
|
|
||||||
if($hash->{INNTFY}) {
|
if($hash->{INNTFY}) {
|
||||||
Log 1, "ERROR: endless loop detected in structure_Notify $me";
|
Log 1, "ERROR: endless loop detected in structure_Notify $me";
|
||||||
return "";
|
return "";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user