FRM: fix rereadcfg for NetworkFirmata
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@5408 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -101,7 +101,7 @@ sub FRM_Undef($) {
|
||||
if (defined $hash->{DeviceName}) {
|
||||
DevIo_Disconnected($hash);
|
||||
};
|
||||
|
||||
TcpServer_Close($hash);
|
||||
foreach my $d ( sort keys %main::defs ) { # close and dispose open tcp-connection (if any) to free open filedescriptors
|
||||
if ( defined( my $dev = $main::defs{$d} )) {
|
||||
if ( defined( $main::defs{$d}{SNAME} )
|
||||
|
||||
Reference in New Issue
Block a user