mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-24 09:09:19 +00:00
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:
parent
47a811511e
commit
4ae282e398
@ -2923,8 +2923,7 @@ sub CUL_HM_parseCommon(@){#####################################################
|
|||||||
if ($rssi && $rssi ne '00' && $rssi ne'80');
|
if ($rssi && $rssi ne '00' && $rssi ne'80');
|
||||||
@{$modules{CUL_HM}{helper}{qReqStat}} = grep { $_ ne $shash->{NAME} }
|
@{$modules{CUL_HM}{helper}{qReqStat}} = grep { $_ ne $shash->{NAME} }
|
||||||
@{$modules{CUL_HM}{helper}{qReqStat}};
|
@{$modules{CUL_HM}{helper}{qReqStat}};
|
||||||
|
CUL_HM_unQEntity($chnHash->{NAME},"qReqStat");
|
||||||
CUL_HM_unQEntity($shash->{NAME},"qReqStat");
|
|
||||||
if ($pendType eq "StatusReq"){#it is the answer to our request
|
if ($pendType eq "StatusReq"){#it is the answer to our request
|
||||||
my $chnSrc = $src.$shash->{helper}{prt}{rspWait}{forChn};
|
my $chnSrc = $src.$shash->{helper}{prt}{rspWait}{forChn};
|
||||||
my $chnhash = $modules{CUL_HM}{defptr}{$chnSrc};
|
my $chnhash = $modules{CUL_HM}{defptr}{$chnSrc};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user