ioID correction when pairing

git-svn-id: https://svn.fhem.de/fhem/trunk@6153 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinp876
2014-06-23 05:13:54 +00:00
parent 04e6444550
commit 5b0b2df734

View File

@@ -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) ;
}