2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 16:56:54 +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:
rudolfkoenig 2013-04-22 18:26:29 +00:00
parent 01e0fb2374
commit 66ce0f6e72

View File

@ -134,6 +134,8 @@ sub structure_Notify($$)
return "" if (!@structPrio && $behavior eq "relative");
return "" if($hash->{INSET}); # Do not trigger for our own set
if($hash->{INNTFY}) {
Log 1, "ERROR: endless loop detected in structure_Notify $me";
return "";