python-kasa/kasa
2024-10-02 16:00:27 +01:00
..
cli Fix cli command for device off (#1121) 2024-09-27 17:36:45 +01:00
interfaces Allow erroring modules to recover (#1080) 2024-07-30 19:23:07 +01:00
iot Stabilise on_since value for smart devices (#1144) 2024-10-02 15:04:16 +01:00
smart Correctly define SmartModule.call as an async function (#1148) 2024-10-02 16:00:27 +01:00
tests Use pytest-socket to ensure no tests are performing io (#1133) 2024-09-27 17:20:25 +01:00
__init__.py Make device initialisation easier by reducing required imports (#936) 2024-06-03 19:06:54 +01:00
aestransport.py Do not regenerate aes key pair (#1114) 2024-09-10 17:24:38 +01:00
credentials.py Cleanup credentials handling (#605) 2024-01-03 19:26:52 +01:00
device_factory.py Send empty dictionary instead of null for iot queries (#1145) 2024-10-01 12:47:36 +01:00
device_type.py Add temperature control module for smart (#848) 2024-04-22 12:39:07 +01:00
device.py Stabilise on_since value for smart devices (#1144) 2024-10-02 15:04:16 +01:00
deviceconfig.py Do not regenerate aes key pair (#1114) 2024-09-10 17:24:38 +01:00
discover.py Send empty dictionary instead of null for iot queries (#1145) 2024-10-01 12:47:36 +01:00
emeterstatus.py Add flake8-logging (LOG) and flake8-logging-format (G) for ruff (#1104) 2024-08-30 16:13:14 +02:00
exceptions.py Defer module updates for less volatile modules (#1052) 2024-07-11 16:21:59 +01:00
feature.py Disable automatic updating of latest firmware (#1103) 2024-08-30 18:01:54 +01:00
httpclient.py Use monotonic time for query timing (#1070) 2024-07-16 14:25:32 +02:00
iotprotocol.py Redact sensitive info from debug logs (#1069) 2024-07-17 19:57:09 +02:00
json.py Generate AES KeyPair lazily (#687) 2024-01-23 15:29:27 +00:00
klaptransport.py Send empty dictionary instead of null for iot queries (#1145) 2024-10-01 12:47:36 +01:00
module.py Fix iot light effect brightness (#1092) 2024-07-31 15:58:48 +01:00
modulemapping.py Create common interfaces for remaining device types (#895) 2024-05-10 19:29:28 +01:00
modulemapping.pyi Create common interfaces for remaining device types (#895) 2024-05-10 19:29:28 +01:00
protocol.py Redact sensitive info from debug logs (#1069) 2024-07-17 19:57:09 +02:00
py.typed Add py.typed to flag that the package is typed (#251) 2021-11-15 18:21:24 +01:00
smartprotocol.py Add flake8-logging (LOG) and flake8-logging-format (G) for ruff (#1104) 2024-08-30 16:13:14 +02:00
xortransport.py Redact sensitive info from debug logs (#1069) 2024-07-17 19:57:09 +02:00