Skip to content

Commit

Permalink
Merge pull request #88 from dmamontov/dev
Browse files Browse the repository at this point in the history
Add CR8808. #87
  • Loading branch information
dmamontov authored Jul 6, 2022
2 parents 7328d77 + 25cd249 commit 6d6897a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ Many more Xiaomi and Redmi routers supported by MiWiFi
| ![](images/RB03.png) | **Redmi Router AX6S** | RB03 | <sub>🟒🟒🟒🟒</sub> | <sub>🟒🟒🟒🟒🟒🟒🟒🟒🟒🟒🟒</sub> | <sub>🟒🟒🟒🟒🟒</sub> |
| ![](images/RB01.png) | **Xiaomi Router AX3200** | RB01 | <sub>🟒🟒🟒🟒</sub> | <sub>🟒🟒🟒🟒🟒🟒🟒🟒🟒🟒🟒</sub> | <sub>🟒🟒🟒🟒🟒</sub> |
| ![](images/RA81.png) | **Redmi Router AX3000** | RA81 | <sub>🟒🟒🟒🟒</sub> | <sub>🟒🟒🟒🟒🟒🟒🟒🟒🟒🟒🟒</sub> | <sub>🟒🟒🟒🟒🟒</sub> |
| ![](images/CR8808.png) | **Xiaomi Router CR8808** | CR8808 | <sub>🟒🟒🟒🟒</sub> | <sub>🟒🟒🟒🟒🟒🟒🟒🟒🟒🟒🟒</sub> | <sub>🟒🟒🟒🟒🟒</sub> |
| ![](images/CR6606.png) | **Xiaomi China Unicom WiFi 6 Router** | CR6606 | <sub>🟒🟒🟒🟒</sub> | <sub>🟒🟒🟒🟒🟒🟒🟒🟒🟒🟒🟒</sub> | <sub>🟒🟒🟒🟒🟒</sub> |
| ![](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> |
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 @@ -239,3 +239,4 @@ def __str__(self) -> str:
RA70 = "ra70"
RB04 = "rb04"
CR6606 = "cr6606"
CR8808 = "cr8808"
2 changes: 1 addition & 1 deletion custom_components/miwifi/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"domain": "miwifi",
"name": "MiWiFi",
"version": "2.8.0",
"version": "2.8.1",
"documentation": "https://github.com/dmamontov/hass-miwifi/wiki",
"issue_tracker": "https://github.com/dmamontov/hass-miwifi/issues",
"config_flow": true,
Expand Down
Binary file added images/CR8808.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 6d6897a

Please sign in to comment.