python-kasa/kasa/iot/modules
Steven B 8c39e81a40
Rename and deprecate exception classes (#739)
# Public #
SmartDeviceException -> KasaException
UnsupportedDeviceException(SmartDeviceException) -> UnsupportedDeviceError(KasaException)
TimeoutException(SmartDeviceException, asyncio.TimeoutError) -> TimeoutError(KasaException, asyncio.TimeoutError)

Add new exception for error codes -> DeviceError(KasaException)
AuthenticationException(SmartDeviceException) -> AuthenticationError(DeviceError)

# Internal #
RetryableException(SmartDeviceException) -> _RetryableError(DeviceError)
ConnectionException(SmartDeviceException) -> _ConnectionError(KasaException)
2024-02-21 16:52:55 +01:00
..
__init__.py Initial implementation for modularized smartdevice (#757) 2024-02-19 18:01:31 +01:00
ambientlight.py Initial implementation for modularized smartdevice (#757) 2024-02-19 18:01:31 +01:00
antitheft.py Refactor devices into subpackages and deprecate old names (#716) 2024-02-04 16:20:08 +01:00
cloud.py Initial implementation for modularized smartdevice (#757) 2024-02-19 18:01:31 +01:00
countdown.py Refactor devices into subpackages and deprecate old names (#716) 2024-02-04 16:20:08 +01:00
emeter.py Refactor devices into subpackages and deprecate old names (#716) 2024-02-04 16:20:08 +01:00
motion.py Rename and deprecate exception classes (#739) 2024-02-21 16:52:55 +01:00
rulemodule.py Initial implementation for modularized smartdevice (#757) 2024-02-19 18:01:31 +01:00
schedule.py Refactor devices into subpackages and deprecate old names (#716) 2024-02-04 16:20:08 +01:00
time.py Rename and deprecate exception classes (#739) 2024-02-21 16:52:55 +01:00
usage.py Initial implementation for modularized smartdevice (#757) 2024-02-19 18:01:31 +01:00