HMInfo:undefined IO detection improved
git-svn-id: https://svn.fhem.de/fhem/trunk@16918 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -656,6 +656,7 @@ sub HMinfo_paramCheck(@) { ####################################################
|
||||
my $ehash = $defs{$eName};
|
||||
my $pairId = ReadingsVal($eName,"R-pairCentral", ReadingsVal($eName,".R-pairCentral","undefined"));
|
||||
my $IoDev = $ehash->{IODev} if ($ehash->{IODev});
|
||||
if (!$IoDev->{NAME}){push @noIoDev,$eName;next;}
|
||||
my $ioHmId = AttrVal($IoDev->{NAME},"hmId","-");
|
||||
my ($ioCCU,$prefIO) = split":",AttrVal($eName,"IOgrp","");
|
||||
if ($ioCCU){
|
||||
|
||||
Reference in New Issue
Block a user