CUL_HM:button destination repair

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@9669 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinp876
2015-10-25 17:02:12 +00:00
parent b53cb3efb5
commit c7ad5685ce

View File

@@ -3059,7 +3059,7 @@ sub CUL_HM_parseCommon(@){#####################################################
if($long eq "long");
push @evtEt,[$mhp->{cHash},1,"trigger:".(ucfirst($long))."_$cnt"];
push @evtEt,[$mhp->{cHash},1,"state:".$state." (to $mhp->{devN})"] if ($mhp->{devH} ne $mhp->{cHash});
push @evtEt,[$mhp->{cHash},1,"state:".$state." (to $mhp->{dstN})"] if ($mhp->{devH} ne $mhp->{cHash});
}
push @evtEt,[$mhp->{cHash},1,"trigger_cnt:$cnt"];