mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 10:46:53 +00:00
fhem.pl: Call AssignIoPort after init_done (Forum #100806)
git-svn-id: https://svn.fhem.de/fhem/trunk@19458 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
02246fe00f
commit
01c58ef2d0
@ -629,7 +629,7 @@ foreach my $d (keys %defs) {
|
||||
$defs{$d}{IODev} = $defs{$defs{$d}{IODevName}};
|
||||
delete $defs{$d}{IODevName};
|
||||
} else {
|
||||
Log 3, "No I/O device found for $defs{$d}{NAME}";
|
||||
AssignIoPort($defs{$d}); # For fhem.cfg editors? Needs init_done for Log.
|
||||
}
|
||||
delete $defs{$d}{IODevMissing};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user