python-kasa/kasa
sdb9696 6055c29d74
Add support for alternative discovery protocol (20002/udp) (#488)
This will broadcast the new discovery message on the new port and log any responses received as unsupported devices.
2023-08-29 15:04:28 +02:00
..
modules Add support for pydantic v2 using v1 shims (#504) 2023-08-28 17:48:49 +02:00
tests Add support for alternative discovery protocol (20002/udp) (#488) 2023-08-29 15:04:28 +02:00
__init__.py Remove importlib-metadata dependency (#457) 2023-05-17 20:33:02 +02:00
cli.py Add support for alternative discovery protocol (20002/udp) (#488) 2023-08-29 15:04:28 +02:00
discover.py Add support for alternative discovery protocol (20002/udp) (#488) 2023-08-29 15:04:28 +02:00
effects.py Add effect support for light strips (#293) 2022-03-21 22:10:12 +01:00
emeterstatus.py Improve emeterstatus API, move into own module (#205) 2021-09-23 17:58:19 +02:00
exceptions.py Add support for alternative discovery protocol (20002/udp) (#488) 2023-08-29 15:04:28 +02:00
json.py Use orjson when already installed or with speedups extra (#466) 2023-06-18 01:03:04 +02:00
protocol.py Replace asyncio.wait_for with async-timeout (#480) 2023-07-21 11:50:54 +02: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 support for pydantic v2 using v1 shims (#504) 2023-08-28 17:48:49 +02:00
smartdevice.py Make device port configurable (#471) 2023-07-10 01:55:27 +02:00
smartdimmer.py Make device port configurable (#471) 2023-07-10 01:55:27 +02:00
smartlightstrip.py Make device port configurable (#471) 2023-07-10 01:55:27 +02:00
smartplug.py Make device port configurable (#471) 2023-07-10 01:55:27 +02:00
smartstrip.py Make device port configurable (#471) 2023-07-10 01:55:27 +02:00