2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-21 01:46:08 +00:00

CUL_HM:bug at regRead with peers in reglist 1

git-svn-id: https://svn.fhem.de/fhem/trunk@10520 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinp876 2016-01-16 13:41:45 +00:00
parent cf11fdcf1c
commit 38b01f4a76

View File

@ -5818,7 +5818,6 @@ sub CUL_HM_responseSetup($$) {#store all we need to handle the response
,"reSent:=$rss"); ,"reSent:=$rss");
#--- remove channel entries that will be replaced #--- remove channel entries that will be replaced
$peer ="" if($list !~ m/^0[347]$/);
#empty val since reading will be cumulative #empty val since reading will be cumulative
my $rlName = ($chnhash->{helper}{expert}{raw}?"":".")."RegL_".$list.".".$peer; my $rlName = ($chnhash->{helper}{expert}{raw}?"":".")."RegL_".$list.".".$peer;
$chnhash->{READINGS}{$rlName}{VAL}=""; $chnhash->{READINGS}{$rlName}{VAL}="";