ioID correction when pairing
git-svn-id: https://svn.fhem.de/fhem/trunk@6153 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -2225,7 +2225,7 @@ sub CUL_HM_parseCommon(@){#####################################################
|
||||
delete $shash->{READINGS}{".RegL_00:"};
|
||||
|
||||
if (!$modules{CUL_HM}{helper}{hmManualOper}){
|
||||
$attr{$shash->{NAME}}{IODev} = $ioHash;
|
||||
$attr{$shash->{NAME}}{IODev} = $ioN;
|
||||
$attr{$shash->{NAME}}{IOgrp} = "$ioOwn:$ioHash->{NAME}" if($ioOwn);
|
||||
CUL_HM_assignIO($shash) ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user