Skip to content

Commit

Permalink
[xqmodel] Add new device models
Browse files Browse the repository at this point in the history
  • Loading branch information
remittor committed Sep 11, 2024
1 parent dc6ec8b commit 06576f6
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions xqmodel.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def mi(model_id, model, similar = "", altname = ""):
mi(57, "CR5509")
mi(58, "RB08") # HomeWiFi

mi(0, "RB05") # Certification: 2022-3478
mi(0, "RB05") # Redmi Router AX5700 # Certification: 2022-3478
mi(61, "RB06", "", "redmi-router-ax6000") # Redmi AX6000
mi(62, "RB07") # mediatek_mt7981

Expand All @@ -93,14 +93,20 @@ def mi(model_id, model, similar = "", altname = ""):
mi(81, "RD08") # Xiaomi Router BE6500 Pro
mi(0, "RD10", "RD10M") # Xiaomi Mi Wi-Fi Range Extender N300 (DVB4398GL)
mi(0, "RD11", "") # Xiaomi AC1200M
mi(85, "RD15") # BE3600 # Certification: 2024-0811
mi(86, "BE36T")
mi(85, "RD15") # Xiaomi BE3600 2.5G # Certification: 2024-0811
mi(86, "BE36T") # BE3600T 2.5G
mi(87, "RD12", "RD04") # Xiaomi Router AX1500 (INT)
mi(88, "RD23", "RD03", "mi-router-ax3000t") # Xiaomi Router AX3000T (INT)
mi(89, "RD16")
mi(89, "RD16") # Xiaomi BE3600 1G
mi(90, "RD18") # Xiaomi BE5000
mi(0, "RD28") # Xiaomi Mesh System AX3000 NE

# https://wikidevi.wi-cat.ru/List_of_Xiaomi_Wireless_Devices
# routers with unknown device number

mi(0, "RD13") # Xiaomi Mesh System AC1200
mi(0, "BE36M")
mi(0, "BE306")


def get_modelid_by_name(name):
Expand Down

0 comments on commit 06576f6

Please sign in to comment.