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