python-kasa/kasa
Teemu R 700f3859c2
Guard emeter accesses to avoid keyerrors (#304)
Raise an exception to inform the caller that update() is needed
2022-02-02 19:31:11 +01:00
..
tests Added a fixture file for KS220M (#273) 2022-01-29 18:28:14 +01:00
__init__.py Improve emeterstatus API, move into own module (#205) 2021-09-23 17:58:19 +02:00
cli.py cli: cleanup discover, fetch update prior device access (#303) 2022-02-02 19:30:48 +01:00
discover.py Do not crash on discovery on WSL (#283) 2022-01-08 17:48:01 +01: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 Fix unsafe __del__ in TPLinkSmartHomeProtocol (#300) 2022-01-30 23:00:00 +01:00
py.typed Add py.typed to flag that the package is typed (#251) 2021-11-15 18:21:24 +01:00
smartbulb.py Add KL135 color temperature range (#256) 2021-11-19 18:08:20 +01:00
smartdevice.py Guard emeter accesses to avoid keyerrors (#304) 2022-02-02 19:31:11 +01: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 python 3.10 to CI (#279) 2021-12-17 17:48:03 +01:00