mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
93_FHEM2FHEM.pm: More ignore attribute checks (Forum #39386)
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@9031 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
92a614a99a
commit
a41a16a772
@ -287,6 +287,8 @@ FHEM2FHEM_Disconnected($)
|
|||||||
$readyfnlist{"$name.$dev"} = $hash; # Start polling
|
$readyfnlist{"$name.$dev"} = $hash; # Start polling
|
||||||
$hash->{STATE} = "disconnected";
|
$hash->{STATE} = "disconnected";
|
||||||
|
|
||||||
|
return if(IsDisabled($name)); #Forum #39386
|
||||||
|
|
||||||
# Without the following sleep the open of the device causes a SIGSEGV,
|
# Without the following sleep the open of the device causes a SIGSEGV,
|
||||||
# and following opens block infinitely. Only a reboot helps.
|
# and following opens block infinitely. Only a reboot helps.
|
||||||
sleep(5);
|
sleep(5);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user