mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-22 02:10:32 +00:00
fhem.pl: AssignIoPort: store proposed in IODev attribute
git-svn-id: https://svn.fhem.de/fhem/trunk@4261 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
648a5f2144
commit
f03673ada2
@ -1477,6 +1477,7 @@ AssignIoPort($;$)
|
||||
|
||||
if($proposed && $defs{$proposed}) {
|
||||
$hash->{IODev} = $defs{$proposed};
|
||||
$attr{$hash->{NAME}}{IODev} = $proposed;
|
||||
delete($defs{$proposed}{".clientArray"});
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user