tenda-n301-python-api

Unofficial Tenda Model N301 Python API


Keywords
python, api, automation, tenda, n301
License
GPL-3.0
Install
pip install tenda-n301-python-api==0.0.5

Documentation

tenda

Unofficial Tenda Model N301 API

Install it using:

$ pip install tenda

These are the function currently available.

import tenda

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

# Get QOS
online_devices = manager.get_online_devices()
blocked_devices = manager.get_black_list()

# Set QOS
manager.block_device('<some_mac_address>')

# Reboot 
manager.reboot()