98_fheminfo.pm: ignore strange model information

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@19865 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen 2019-07-20 10:13:55 +00:00
parent c8a7ac76a9
commit febc12b005

View File

@ -135,7 +135,7 @@ sub _fi2_Count() {
($model =~ m/^<.*>$/) ||
($model eq '?') ||
($model eq '1') ||
(length($model) > 80) ||
# (length($model) > 80) ||
(defined($defs{$key}{'chanNo'})) ||
($name =~ m/^unknown_/) );