From 382b97678bf7f6bd2022d35efc14c853ab0601f9 Mon Sep 17 00:00:00 2001
From: Tom Herbers <mail@tomherbers.de>
Date: Tue, 2 Jul 2024 16:08:06 +0200
Subject: [PATCH] =?UTF-8?q?devices.js:=20add=20Xiaomi=E2=81=A3=20Mi=20Rout?=
 =?UTF-8?q?er=204A=20(Gigabit=20Edition)=20v2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 devices.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devices.js b/devices.js
index 3e8b9eb..75e2b18 100644
--- a/devices.js
+++ b/devices.js
@@ -426,7 +426,7 @@ var devices_recommended = {
     "Mi Router 3G": "xiaomi-mi-router-3g",
     "Mi Router 4A (100M Edition)": "xiaomi-mi-router-4a-100m-edition",
     "Mi Router 4A (100M International Edition)": "xiaomi-mi-router-4a-100m-international-edition",
-    "Mi Router 4A (Gigabit Edition)": "xiaomi-mi-router-4a-gigabit-edition",
+    "Mi Router 4A (Gigabit Edition)": { "xiaomi-mi-router-4a-gigabit-edition": "v1", "xiaomi-mi-router-4a-gigabit-edition-v2": "v2" },
     "Mi Router 4C": "xiaomi-mi-router-4c",
     "MiWiFi Mini": "xiaomi-miwifi-mini"
   },
-- 
GitLab