Skip to content

Commit

Permalink
0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
talhabalaj committed Oct 20, 2020
1 parent 6bb5e96 commit c8314b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# tenda-n301-api
# tenda
Unofficial Tenda Model N301 API

Install it using:
```s
$ pip install tenda-n301-python-api
$ pip install tenda
```

These are the function currently available.

```python
import tendan301api
import tenda

manager = tendan301api.TendaManager('<ip_address>', '<your_password>')
manager = tenda.TendaManager('<ip_address>', '<your_password>')

# Get QOS
online_devices = manager.get_online_devices()
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="tenda",
version="0.0.7",
version="0.0.8",
author="Talha Balaj",
author_email="talhabalaj@gmail.com",
description="Unofficial Tenda Model N301 API",
Expand Down

0 comments on commit c8314b2

Please sign in to comment.