fhem.pl: readingsEndUpdate called from a notify for the same device may crash FHEM.
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@3712 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -3333,7 +3333,7 @@ readingsEndUpdate($$)
|
||||
if($dotrigger && $init_done) {
|
||||
DoTrigger($name, undef, 0) if(!$readingsUpdateDelayTrigger);
|
||||
} else {
|
||||
delete($hash->{CHANGED});
|
||||
delete($hash->{CHANGED}) if(!defined($hash->{INTRIGGER}));
|
||||
}
|
||||
|
||||
return undef;
|
||||
|
||||
Reference in New Issue
Block a user