From 7d8c239422911ec5a0bbcaa6afcd6c9c6b95862c Mon Sep 17 00:00:00 2001 From: martinp876 <> Date: Sun, 25 Oct 2015 17:02:12 +0000 Subject: [PATCH] CUL_HM:button destination repair git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@9669 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- FHEM/10_CUL_HM.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FHEM/10_CUL_HM.pm b/FHEM/10_CUL_HM.pm index 53a60c29f..59d3cb81b 100755 --- a/FHEM/10_CUL_HM.pm +++ b/FHEM/10_CUL_HM.pm @@ -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"];