Skip to content

Commit

Permalink
Add support RA50
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Mamontov committed Apr 12, 2022
1 parent 3d344bc commit ede2b64
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ Many more Xiaomi and Redmi routers supported by MiWiFi (OpenWRT - Luci API)
| ![](images/RA71.png) | **Redmi Router AX1800** | RA71 | <sub>🟒🟒🟒🟒</sub> | <sub>🟒🟒🟒🟒🟒🟒🟒🟒🟒</sub> | <sub>🟒🟒🟒🟒</sub> |
| ![](images/RA69.png) | **Redmi Router AX6** | RA69 | <sub>🟒🟒🟒🟒</sub> | <sub>🟒🟒🟒🟒🟒🟒🟒🟒🟒</sub> | <sub>🟒🟒🟒🟒</sub> |
| ![](images/RA67.png) | **Redmi Router AX5** | RA67 | <sub>🟒🟒🟒🟒</sub> | <sub>🟒🟒🟒🟒🟒🟒🟒🟒🟒</sub> | <sub>🟒🟒🟒🟒</sub> |
| ![](images/RA50.png) | **Redmi Router AX5** | RA50 | <sub>🟒🟒🟒🟒</sub> | <sub>🟒🟒🟒🟒🟒🟒🟒🟒🟒</sub> | <sub>🟒🟒🟒🟒</sub> |
| ![](images/AX1800.png) | **Mi Router AX1800** | RM1800 | <sub>🟒🟒🟒🟒</sub> | <sub>🟒🟒🟒🟒🟒🟒🟒🟒🟒</sub> | <sub>🟒🟒🟒🟒</sub> |
| ![](images/AX3600.png) | **Xiaomi AIoT Router AX3600** | R3600 | <sub>🟒🟒🟒🟒</sub> | <sub>🟒🟒🟒🟒🟒🟒🟒🟒🟒</sub> | <sub>🟒🟒🟒🟒</sub> |
| ![](images/RM2100.png) | **Redmi Router AC2100** | RM2100 | <sub>🟒🟒🟒🟒</sub> | <sub>🟒🟒🟒🟒🟒🟒🟒🟒🟒</sub> | <sub>🟒🟒🟒🟒</sub> |
Expand Down
1 change: 1 addition & 0 deletions custom_components/miwifi/enum.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ def __str__(self) -> str:
RM2100 = "rm2100"
R3600 = "r3600"
RM1800 = "rm1800"
RA50 = "ra50"
RA67 = "ra67"
RA69 = "ra69"
RA71 = "ra71"
Expand Down
Binary file added images/RA50.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/RA82.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ede2b64

Please sign in to comment.