pyrech / tenda-api-python

Unofficial Tenda Python API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tenda

Unofficial Tenda 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_with_stats()
blocked_devices = manager.get_black_list()

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

# Reboot 
manager.reboot()

About

Unofficial Tenda Python API

License:GNU General Public License v3.0


Languages

Language:Python 100.0%