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
..
2024-02-14 19:43:10 +00:00
2019-12-18 09:11:18 +01:00
2024-02-05 17:53:09 +00:00
2024-01-29 20:26:39 +01:00
2024-02-21 16:52:55 +01:00
2024-02-21 16:52:55 +01:00
2024-02-21 16:52:55 +01:00
2024-02-19 18:01:31 +01:00
2024-02-21 16:52:55 +01:00
2024-02-21 16:52:55 +01:00
2024-02-04 16:20:08 +01:00
2024-02-21 16:52:55 +01:00
2024-02-04 16:20:08 +01:00
2024-02-21 16:52:55 +01:00
2024-02-21 16:52:55 +01:00
2024-02-15 16:25:08 +01:00
2024-02-21 16:52:55 +01:00
2024-02-21 16:52:55 +01:00
2024-02-21 16:52:55 +01:00
2024-01-29 20:26:39 +01:00
2024-02-21 16:52:55 +01:00
2024-02-04 16:20:08 +01:00
2024-02-21 16:52:55 +01:00
2024-02-21 16:52:55 +01:00
2024-02-21 16:52:55 +01:00
2024-02-04 16:20:08 +01:00