python-kasa/docs/source
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
..
_static Simplify API documentation by using doctests (#73) 2020-06-30 02:29:52 +02:00
cli.rst Document authenticated provisioning (#634) 2024-01-24 22:09:27 +00:00
conf.py Update docs for newer devices and DeviceConfig (#614) 2024-01-10 20:13:14 +01:00
design.rst Rename and deprecate exception classes (#739) 2024-02-21 16:52:55 +01:00
discover.rst Update docs for newer devices and DeviceConfig (#614) 2024-01-10 20:13:14 +01:00
index.rst Update docs for newer devices and DeviceConfig (#614) 2024-01-10 20:13:14 +01:00
smartbulb.rst Update docs for newer devices and DeviceConfig (#614) 2024-01-10 20:13:14 +01:00
smartdevice.rst Rename and deprecate exception classes (#739) 2024-02-21 16:52:55 +01:00
smartdimmer.rst Add ToCs for doc pages (#380) 2022-10-18 19:08:10 +02:00
smartlightstrip.rst Add ToCs for doc pages (#380) 2022-10-18 19:08:10 +02:00
smartplug.rst Add ToCs for doc pages (#380) 2022-10-18 19:08:10 +02:00
smartstrip.rst Update smartstrip.rst (#382) 2022-10-19 01:16:11 +02:00