1
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-05-04 22:19:38 +00:00

ioID correction when pairing

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

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