2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +00:00

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 cb87fd10f8
commit 39426753c7

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"];
}