python-kasa/kasa
Teemu R 9dc0cbaece
Add retries to protocol queries (#65)
* Add retries to query(), defaults to 3 + add tests

* Catch also json decoding errors for retries

* add missing exceptions file, fix old protocol tests
2020-05-27 20:02:09 +03:00
..
tests Add retries to protocol queries (#65) 2020-05-27 20:02:09 +03:00
__init__.py Add retries to protocol queries (#65) 2020-05-27 20:02:09 +03:00
cli.py General cleanups all around (janitoring) (#63) 2020-05-27 16:55:18 +02:00
discover.py General cleanups all around (janitoring) (#63) 2020-05-27 16:55:18 +02:00
exceptions.py Add retries to protocol queries (#65) 2020-05-27 20:02:09 +03:00
protocol.py Add retries to protocol queries (#65) 2020-05-27 20:02:09 +03:00
smartbulb.py General cleanups all around (janitoring) (#63) 2020-05-27 16:55:18 +02:00
smartdevice.py Add retries to protocol queries (#65) 2020-05-27 20:02:09 +03:00
smartdimmer.py General cleanups all around (janitoring) (#63) 2020-05-27 16:55:18 +02:00
smartplug.py General cleanups all around (janitoring) (#63) 2020-05-27 16:55:18 +02:00
smartstrip.py General cleanups all around (janitoring) (#63) 2020-05-27 16:55:18 +02:00