2
0
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:
martinp876 2016-07-31 17:39:07 +00:00
parent 4949f7eed7
commit d5e0c03dcc

View File

@ -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);