10_CUL_HM: bug in unreachable handling for channeldevices

git-svn-id: https://svn.fhem.de/fhem/trunk@8849 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinp876
2015-06-28 11:18:24 +00:00
parent cf07cce95e
commit 70b902c196

View File

@@ -2923,8 +2923,7 @@ sub CUL_HM_parseCommon(@){#####################################################
if ($rssi && $rssi ne '00' && $rssi ne'80');
@{$modules{CUL_HM}{helper}{qReqStat}} = grep { $_ ne $shash->{NAME} }
@{$modules{CUL_HM}{helper}{qReqStat}};
CUL_HM_unQEntity($shash->{NAME},"qReqStat");
CUL_HM_unQEntity($chnHash->{NAME},"qReqStat");
if ($pendType eq "StatusReq"){#it is the answer to our request
my $chnSrc = $src.$shash->{helper}{prt}{rspWait}{forChn};
my $chnhash = $modules{CUL_HM}{defptr}{$chnSrc};