98_update.pm: update event patch (Forum #47976)
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@10617 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -219,11 +219,13 @@ doUpdateLoop($$)
|
||||
HttpUtils_Close(\%upd_connecthash);
|
||||
}
|
||||
|
||||
if($upd_nChanged) {
|
||||
if($updateInBackground) {
|
||||
BlockingInformParent("DoTrigger", ["global", "UPDATE", 0 ], 0)
|
||||
} else {
|
||||
DoTrigger("global","UPDATE", 0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
sub
|
||||
|
||||
Reference in New Issue
Block a user