mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-07 16:59:18 +00:00
hminfo:configCheck bugs
git-svn-id: https://svn.fhem.de/fhem/trunk@9676 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
3c5ca8062b
commit
d8dca7d80c
@ -526,7 +526,7 @@ sub HMinfo_paramCheck(@) { ####################################################
|
||||
foreach my $eName (@entities){
|
||||
if ($defs{$eName}{helper}{role}{dev}){
|
||||
my $ehash = $defs{$eName};
|
||||
my $pairId = ReadingsVal($eName,"R-pairCentral","undefined");
|
||||
my $pairId = ReadingsVal($eName,"R-pairCentral", ReadingsVal($eName,".R-pairCentral","undefined"));
|
||||
my $IoDev = $ehash->{IODev} if ($ehash->{IODev});
|
||||
my $ioHmId = AttrVal($IoDev->{NAME},"hmId","-");
|
||||
my ($ioCCU,$prefIO) = split":",AttrVal($eName,"IOgrp","");
|
||||
|
Loading…
x
Reference in New Issue
Block a user