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:
parent
2c1122cc7f
commit
ba655d37ab
@ -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_/) );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user