mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
fheminfo2: add debug code
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@14366 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
694b967023
commit
ae2fd2beff
@ -87,6 +87,7 @@ sub _fi2_Count() {
|
|||||||
$model = ReadingsVal($name,'model',$model);
|
$model = ReadingsVal($name,'model',$model);
|
||||||
my $debug = "Name: $name Model: $model chanNo: ";
|
my $debug = "Name: $name Model: $model chanNo: ";
|
||||||
$debug .= $defs{$key}{'chanNo'} if(defined($defs{$key}{'chanNo'}));
|
$debug .= $defs{$key}{'chanNo'} if(defined($defs{$key}{'chanNo'}));
|
||||||
|
Debug $debug;
|
||||||
$fhemInfo{$type}{$model}++ unless defined($defs{$key}{'chanNo'}); # exclude Homematic channels
|
$fhemInfo{$type}{$model}++ unless defined($defs{$key}{'chanNo'}); # exclude Homematic channels
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user