mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
CUL_HM:remove bug in trigLast reading
git-svn-id: https://svn.fhem.de/fhem/trunk@23796 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
9611e3e402
commit
1aaf2d55fe
@ -7791,9 +7791,8 @@ sub CUL_HM_statCntRfresh($) {# update statistic once a day
|
||||
|
||||
sub CUL_HM_trigLastEvent($$$$$){#set trigLast for central setting commands
|
||||
my ($dst,$mTp,$p01,$p02,$chn) = @_;
|
||||
my $name = CUL_HM_id2Name($dst.$chn);
|
||||
return if (!defined $defs{$name});
|
||||
CUL_HM_UpdtReadSingle($defs{$name},"trigLast","fhem:".$p01,1);
|
||||
my $hash = CUL_HM_id2Hash($dst.$chn);
|
||||
CUL_HM_UpdtReadSingle($hash,"trigLast","fhem:".$p01,1);
|
||||
}
|
||||
|
||||
sub CUL_HM_respPendRm($) {#del response related entries in messageing entity
|
||||
|
Loading…
Reference in New Issue
Block a user