mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 18:59:33 +00:00
vccu io selection
git-svn-id: https://svn.fhem.de/fhem/trunk@5958 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
6d5c8e4e90
commit
8b8dbfcfdc
@ -6404,8 +6404,8 @@ sub CUL_HM_assignIO($){ #check and assign IO
|
||||
foreach my $iom (grep !/^$/,@ios){
|
||||
if ($ccuIOs =~ m /$iom/){
|
||||
if ( !$defs{$iom}
|
||||
||( $defs{$iom}{STATE} ne "Initialized" # we need to queue
|
||||
&& InternalVal($iom,"XmitOpen",0) == 0)){#overload, dont send
|
||||
|| $defs{$iom}{STATE} eq "disconnected" # CUL?
|
||||
|| InternalVal($iom,"XmitOpen",1) == 0){# HMLAN/HMUSB?
|
||||
next;
|
||||
}
|
||||
if ( $hash->{IODev}
|
||||
|
Loading…
Reference in New Issue
Block a user