2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +00:00

98_fheminfo.pm: ignore strange model information

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

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_/) );