mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-17 11:26:03 +00:00
handle uninit sources
git-svn-id: https://svn.fhem.de/fhem/trunk@6054 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
36e1034dc9
commit
8dcfa10f83
@ -868,7 +868,7 @@ sub CUL_HM_Parse($$) {#########################################################
|
||||
# return "" if($src eq $id);# mirrored messages - covered by !$shash
|
||||
if(!$shash){ # Unknown source
|
||||
CUL_HM_pushEvnts();
|
||||
$defs{$_}{".noDispatchVars"} = 1 foreach (grep !/^$devH->{NAME}$/,@entities);
|
||||
$defs{$_}{".noDispatchVars"} = 1 foreach (@entities);
|
||||
return (CUL_HM_pushEvnts(),@entities);
|
||||
}
|
||||
$respRemoved = 0; #set to 'no response in this message' at start
|
||||
|
Loading…
x
Reference in New Issue
Block a user