python-kasa/kasa
Teemu R 7f625cd1c2
Add commands to control the wifi settings (#45)
* Add commands to control the wifi settings

Enables initial provisioning and changing the wifi network later on without the official app

* new api to smartdevice: wifi_scan() and wifi_join(ssid, password, keytype)
* cli: new subcommand 'wifi' with two commands: scan and join

* update readme to initial setup

* improvements based on code review, f-strings++
2020-04-20 18:57:33 +02:00
..
tests Move dimmer support to its own class (#34) 2020-04-18 23:35:39 +02:00
__init__.py Move dimmer support to its own class (#34) 2020-04-18 23:35:39 +02:00
cli.py Add commands to control the wifi settings (#45) 2020-04-20 18:57:33 +02:00
discover.py Remove sync interface, add asyncio discovery (#14) 2020-01-12 22:44:19 +01:00
protocol.py mass rename to (python-)kasa (#1) 2019-12-18 09:11:18 +01:00
smartbulb.py Remove unnecessary cache (#40) 2020-04-12 15:57:49 +02:00
smartdevice.py Add commands to control the wifi settings (#45) 2020-04-20 18:57:33 +02:00
smartdimmer.py Move dimmer support to its own class (#34) 2020-04-18 23:35:39 +02:00
smartplug.py Move dimmer support to its own class (#34) 2020-04-18 23:35:39 +02:00
smartstrip.py Move dimmer support to its own class (#34) 2020-04-18 23:35:39 +02:00
version.py mass rename to (python-)kasa (#1) 2019-12-18 09:11:18 +01:00