Browse Source

Add some more outdoor 5GHz devices to blacklist

Michael Schwarz 4 years ago
parent
commit
7813451052
1 changed files with 6 additions and 1 deletions
  1. 6 1
      scripts/buildModels.py

+ 6 - 1
scripts/buildModels.py

@@ -39,6 +39,7 @@ BLACKLIST_MODELS = [
     'cpe510-v1.0',
     'cpe510-v1.1',
     'cpe520-v1.1',
+    'wbs510-v1.20',
     'bullet-m5',
     'nanostation-m5',
     'nanostation-m5-xw',
@@ -46,7 +47,11 @@ BLACKLIST_MODELS = [
     'nanostation-loco-m5-xw',
     'rocket-m5',
     'rocket-m5-ti',
-    'rocket-m5-xw'
+    'rocket-m5-xw',
+    'unifi-ac-mesh',
+    'unifi-ac-mesh-pro',
+    'unifiap-outdoor',
+    'unifiap-outdoor+'
 ]
 
 def longestPrefixKeyMatch(string, dictionary):