From d4024a0752e2d3bc930910a0107e5ece44966d2d Mon Sep 17 00:00:00 2001 From: Alex Erohin Date: Wed, 22 Nov 2023 11:36:01 +0300 Subject: [PATCH] update README.md --- README.md | 42 ++++++++++++++++++++++++++++++++++++------ setup.py | 2 +- 2 files changed, 37 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index a067363..3e260c5 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,10 @@ # TP-Link Router API -Python package for API access and router management of the TP-Link Archer C6 and Archer AX10 +Python package for API access and management for TP-Link Router [![Pypi](https://img.shields.io/pypi/v/tplinkrouterc6u)](https://pypi.org/project/tplinkrouterc6u/) [![Downloads](https://static.pepy.tech/personalized-badge/tplinkrouterc6u?period=total&units=international_system&left_color=grey&right_color=orange&left_text=Downloads)](https://pypi.org/project/tplinkrouterc6u/) -## Supports -- Archer C6 -- Archer AX10 - -Please let me know if you have succeed in using this for other model +See [Supported routers](#supports) ## Installation `pip install tplinkrouterc6u` @@ -114,5 +110,39 @@ asyncio.run(tasks()) - Wifi.WIFI_GUEST_2G - guest wifi 2.4G - Wifi.WIFI_GUEST_5G - guest wifi 5G + +## Supported routers +### Fully tested +- Archer AX10 +- Archer C6 +- Archer C6U + +### Not fully tested +- AD7200 V2 +- Archer A6 (V2 and V3) +- Archer A7 V5 +- Archer A9 V6 +- Archer A10 (V1 and V2) +- Archer A20 (V1, V3) +- Archer AX50 V1 +- Archer AX3000 V1 (V2 - should work, but not have been tested) +- Archer AX6000 V1 +- Archer C6 V4 +- Archer C7 (V4 and V5) +- Archer C8 (V3 and V4) +- Archer C9 (V4 and V5) +- Archer C59 V2 +- Archer C90 V6 +- Archer C900 V1 +- Archer C1200 V3 (V2 - should work, but not have been tested) +- Archer C1900 V2 +- Archer C2300 (V1, V2) +- Archer C4000 (V2 and V3) +- Archer C5400 V2 +- Archer C5400X V1 +- TL-WR1043N V5 + +Please let me know if you have tested integration with one of this or other model. Open an issue with info about router's model, hardware and firmware versions. + ## Thanks To - [EncryptionWrapper for TP-Link Archer C6U](https://github.com/ericpignet/home-assistant-tplink_router/pull/42/files) by [@Singleton-95](https://github.com/Singleton-95) diff --git a/setup.py b/setup.py index cb9f696..4f88964 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="tplinkrouterc6u", - version="0.1.1", + version="0.1.2", author="Alex Erohin", author_email="alexanderErohin@yandex.ru", description="TP-Link Router API for Archer C6U and Archer AX10",