diff --git a/README.md b/README.md index 553e4b7..84d550a 100644 --- a/README.md +++ b/README.md @@ -2,29 +2,38 @@ API For huawei LAN/WAN LTE Modems rewritten from [original Python library](https://github.com/Salamek/huawei-lte-api) into TypeScript you can use this to simply send SMS, get information about your internet usage, signal, and tons of other stuff -### Tested on: +## Tested on: #### 3G/LTE Routers: * Huawei B310s-22 * Huawei B315s-22 * Huawei B525s-23a * Huawei B525s-65a * Huawei B715s-23c -* Huawei E5186s-22a * Huawei B528s +* Huawei B535-232 +* Huawei B628-265 +* Huawei B818-263 +* Huawei E5186s-22a * Huawei E5576-320 * Huawei E5577Cs-321 +* #### 3G/LTE USB sticks: (Device must support NETWork mode aka. "HiLink" version, it wont work with serial mode) * Huawei E3131 +* Huawei E3372 * Huawei E3531 +#### 5G Routers: +* Huawei 5G CPE Pro 2 (H122-373) + (probably will work for other Huawei LTE devices too) ### Will NOT work on: #### LTE Routers: * Huawei B2368-22 (Incompatible firmware, testing device needed!) +* Huawei B593s-22 (Incompatible firmware, testing device needed!) ## Installation