repair autoRegRead for channels
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@4028 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -188,7 +188,7 @@ sub CUL_HM_autoReadConfig($){
|
||||
last;
|
||||
}
|
||||
}
|
||||
my $tName = ${$modules{CUL_HM}{helper}{autoRdCfgLst}}[0]; # test before remove
|
||||
my $tName = CUL_HM_getDeviceName(${$modules{CUL_HM}{helper}{autoRdCfgLst}}[0]);
|
||||
my $ioName = $defs{$tName}{IODev}{NAME};
|
||||
if (ReadingsVal($ioName,"cond","") !~ m /^(ok|Overload-released|init)$/
|
||||
|| ( $defs{$ioName}{helper}{q}
|
||||
|
||||
Reference in New Issue
Block a user