mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +00:00
CUL_HM:button destination repair
git-svn-id: https://svn.fhem.de/fhem/trunk@9669 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
d618ddc172
commit
0b89117e7a
@ -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