Python library to control Vodafone Station
Install this via pip (or your favourite package manager):
pip install aiovodafone
Test the library with:
python library_test.py
The script accept command line arguments or a library_test.json config file:
{
"router": "192.168.1.1",
"username": "<your_username>",
"password": "<your_password>"
}Thanks goes to these wonderful people (emoji key):
|
Simone Chemelli |
Philip Gillißen |
Sven Rueß |
J. Nick Koston |
Philipp Schmitt |
Cmd12345 |
|
Joost Lekkerkerker |
myhomeiot |
This project follows the all-contributors specification. Contributions of any kind welcome!
This package was created with Copier and the browniebroke/pypackage-template project template.