mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
Fix: removing device with baudrate specified
git-svn-id: https://svn.fhem.de/fhem/trunk@692 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
8945bc20fd
commit
9534ab0045
@ -906,6 +906,7 @@ CUL_CloseDev($)
|
||||
delete($hash->{USBDev});
|
||||
|
||||
}
|
||||
($dev, undef) = split("@", $dev); # Remove the baudrate
|
||||
delete($selectlist{"$name.$dev"});
|
||||
delete($readyfnlist{"$name.$dev"});
|
||||
delete($hash->{FD});
|
||||
|
Loading…
Reference in New Issue
Block a user