93_FHEM2FHEM.pm: More ignore attribute checks (Forum #39386)
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@9031 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -287,6 +287,8 @@ FHEM2FHEM_Disconnected($)
|
||||
$readyfnlist{"$name.$dev"} = $hash; # Start polling
|
||||
$hash->{STATE} = "disconnected";
|
||||
|
||||
return if(IsDisabled($name)); #Forum #39386
|
||||
|
||||
# Without the following sleep the open of the device causes a SIGSEGV,
|
||||
# and following opens block infinitely. Only a reboot helps.
|
||||
sleep(5);
|
||||
|
||||
Reference in New Issue
Block a user