From fa737410e9dcfc46447da039a511a28b165345a6 Mon Sep 17 00:00:00 2001
From: Julian Labus <julian@labus-online.de>
Date: Thu, 14 Mar 2019 11:51:13 +0100
Subject: [PATCH] correct naming of TP-Link CPE and WBS devices

---
 devices.js | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/devices.js b/devices.js
index 12bc3cf..c42ff78 100644
--- a/devices.js
+++ b/devices.js
@@ -128,10 +128,10 @@ var devices_recommended = {
     "Archer C58": {"tp-link-archer-c58": "v1"},
     "Archer C59": {"tp-link-archer-c59": "v1"},
     "Archer C60": {"tp-link-archer-c60": "v1"},
-    "CPE 210": {"tp-link-cpe210": "", "tp-link-cpe210-220": "", "tp-link-cpe220": "--ignore--"},
-    "CPE 510": {"tp-link-cpe510": "", "tp-link-cpe510-520": "", "tp-link-cpe520": "--ignore--"},
-    "WBS 210": "tp-link-wbs210",
-    "WBS 510": "tp-link-wbs510",
+    "CPE210": {"tp-link-cpe210": "", "tp-link-cpe210-220": "", "tp-link-cpe220": "--ignore--"},
+    "CPE510": {"tp-link-cpe510": "", "tp-link-cpe510-520": "", "tp-link-cpe520": "--ignore--"},
+    "WBS210": "tp-link-wbs210",
+    "WBS510": "tp-link-wbs510",
     "RE355": "tp-link-re355",
     "RE450": "tp-link-re450",
     "TL-WDR3500": "tp-link-tl-wdr3500",
-- 
GitLab