python-kasa/docs
Steven B be5202ccb7
Make device initialisation easier by reducing required imports (#936)
Adds username and password arguments to discovery to remove the need to import Credentials.
Creates TypeAliases in Device for connection configuration classes and DeviceType.
Using the API with these changes will only require importing either Discover or Device
depending on whether using Discover.discover() or Device.connect() to 
initialize and interact with the API.
2024-06-03 19:06:54 +01:00
..
source Make device initialisation easier by reducing required imports (#936) 2024-06-03 19:06:54 +01:00
make.bat Simplify API documentation by using doctests (#73) 2020-06-30 02:29:52 +02:00
Makefile Simplify API documentation by using doctests (#73) 2020-06-30 02:29:52 +02:00
tutorial.py Make device initialisation easier by reducing required imports (#936) 2024-06-03 19:06:54 +01:00