mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 18:59:33 +00:00
correct pairedTo reading
git-svn-id: https://svn.fhem.de/fhem/trunk@3293 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
9c11d402cf
commit
74438a3a89
@ -1452,7 +1452,7 @@ sub CUL_HM_parseCommon(@){#####################################################
|
||||
if($list eq "00"){
|
||||
my $name = CUL_HM_id2Name($src);
|
||||
readingsSingleUpdate($shash,"PairedTo",
|
||||
CUL_HM_getRegFromStore($name,"pairCentral",0,"00000000"),0);
|
||||
CUL_HM_getRegFromStore($name,"pairCentral",0,""),0);
|
||||
}
|
||||
CUL_HM_respPendRm($shash);
|
||||
delete $chnHash->{helper}{shadowReg}{$regLN};#remove shadowhash
|
||||
|
Loading…
Reference in New Issue
Block a user