vccu io selection
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@5958 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user