mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-06 12:18:46 +00:00
CUL_HM:bugfix minor
git-svn-id: https://svn.fhem.de/fhem/trunk@11873 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
4949f7eed7
commit
d5e0c03dcc
@ -2965,7 +2965,7 @@ sub CUL_HM_parseCommon(@){#####################################################
|
||||
$success = "yes";
|
||||
$reply = "ACK";
|
||||
}
|
||||
if ($success eq "yes"){# search if a trigger was accepted
|
||||
if (defined $success && $success eq "yes"){# search if a trigger was accepted
|
||||
if($mhp->{dstH}{helper}{ack}{$mhp->{devN}}){
|
||||
my ($dChN,$mNo) = split(":",$mhp->{dstH}{helper}{ack}{$mhp->{devN}});
|
||||
my $rv = ReadingsVal($dChN,"triggerTo_$mhp->{devN}",undef);
|
||||
|
Loading…
x
Reference in New Issue
Block a user