python-kasa/kasa/smart
Teemu R d9d2f1a430
Remove SmartPlug in favor of SmartDevice (#781)
With the move towards autodetecting available features, there is no reason to keep SmartPlug around.

kasa.smart.SmartPlug is removed in favor of kasa.smart.SmartDevice which offers the same functionality.
Information about auto_off can be accessed using Features of the AutoOffModule on supported devices.

Co-authored-by: Steven B. <51370195+sdb9696@users.noreply.github.com>
2024-02-22 14:34:55 +01:00
..
modules Add missing firmware module import (#774) 2024-02-20 01:00:26 +01:00
__init__.py Remove SmartPlug in favor of SmartDevice (#781) 2024-02-22 14:34:55 +01:00
smartbulb.py Rename and deprecate exception classes (#739) 2024-02-21 16:52:55 +01:00
smartchilddevice.py Initial implementation for modularized smartdevice (#757) 2024-02-19 18:01:31 +01:00
smartdevice.py Remove SmartPlug in favor of SmartDevice (#781) 2024-02-22 14:34:55 +01:00
smartmodule.py Rename and deprecate exception classes (#739) 2024-02-21 16:52:55 +01:00