allow trigger to vccu

git-svn-id: https://svn.fhem.de/fhem/trunk@6521 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinp876
2014-09-08 18:27:49 +00:00
parent 88548866e6
commit 4294457d12

View File

@@ -2642,7 +2642,10 @@ sub CUL_HM_parseCommon(@){#####################################################
CUL_HM_stateUpdatDly($pName,10) if ($mTp eq "40");#conditional request may not deliver state-req
}
}
elsif($mFlgH & 2){# dst can be garbage - but not if answer request
elsif($mFlgH & 2 # dst can be garbage - but not if answer request
&& ( !$dstH
|| $dstH->{NAME} ne InternalVal($shash->{NAME},"IODev",""))
){
my $pName = CUL_HM_id2Name($dst);
push @evtEt,[$cHash,1,"trigDst_$pName:noConfig"];
}