2
0
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:
martinp876 2014-05-24 14:27:47 +00:00
parent 6d5c8e4e90
commit 8b8dbfcfdc

View File

@ -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}