mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 10:46:53 +00:00
98_update.pm: update event patch (Forum #47976)
git-svn-id: https://svn.fhem.de/fhem/trunk@10617 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
f06e932314
commit
5f3493e7fd
@ -218,11 +218,13 @@ doUpdateLoop($$)
|
||||
doUpdate(++$curr, $max, $srcLine, $arg);
|
||||
HttpUtils_Close(\%upd_connecthash);
|
||||
}
|
||||
|
||||
if($updateInBackground) {
|
||||
BlockingInformParent("DoTrigger", ["global", "UPDATE", 0 ], 0)
|
||||
} else {
|
||||
DoTrigger("global","UPDATE", 0);
|
||||
|
||||
if($upd_nChanged) {
|
||||
if($updateInBackground) {
|
||||
BlockingInformParent("DoTrigger", ["global", "UPDATE", 0 ], 0)
|
||||
} else {
|
||||
DoTrigger("global","UPDATE", 0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user