ioID correction when pairing

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@6153 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinp876
2014-06-23 05:13:54 +00:00
parent c17184c3f8
commit 75ac6b6e6b

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