python-kasa/kasa
Teemu R acb221b1e0
Cleanup discovery & add tests (#212)
* Cleanup discovery & add tests

* discovered_devices_raw is not anymore available, as that can be accessed directly from the device objects
* test most of the discovery code paths
* some minor cleanups to test handling
* update discovery docs

* Move category check to be after the definitions

* skip a couple of tests requiring asyncmock not available on py37

* Remove return_raw usage from cli.discover
2021-09-24 17:18:11 +02:00
..
tests Cleanup discovery & add tests (#212) 2021-09-24 17:18:11 +02:00
__init__.py Improve emeterstatus API, move into own module (#205) 2021-09-23 17:58:19 +02:00
cli.py Cleanup discovery & add tests (#212) 2021-09-24 17:18:11 +02:00
discover.py Cleanup discovery & add tests (#212) 2021-09-24 17:18:11 +02:00
emeterstatus.py Improve emeterstatus API, move into own module (#205) 2021-09-23 17:58:19 +02:00
exceptions.py Add retries to protocol queries (#65) 2020-05-27 20:02:09 +03:00
protocol.py Avoid temp array during encrypt and decrypt (#204) 2021-09-23 18:11:16 +02:00
smartbulb.py Improve emeterstatus API, move into own module (#205) 2021-09-23 17:58:19 +02:00
smartdevice.py Add emeter support for strip sockets (#203) 2021-09-24 00:24:44 +02:00
smartdimmer.py Add --transition to bulb-specific cli commands, fix turn_{on,off} signatures (#81) 2020-07-06 16:10:28 +02:00
smartlightstrip.py Add support for lightstrips (KL430) (#74) 2020-07-19 22:32:17 +02:00
smartplug.py Add --transition to bulb-specific cli commands, fix turn_{on,off} signatures (#81) 2020-07-06 16:10:28 +02:00
smartstrip.py Add emeter support for strip sockets (#203) 2021-09-24 00:24:44 +02:00