mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
CUL_HM:button destination repair
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@9669 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
62cc137f02
commit
7d8c239422
@ -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"];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user