mirror of
https://github.com/python-kasa/python-kasa.git
synced 2024-12-22 19:23:34 +00:00
8c39e81a40
# 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) |
||
---|---|---|
.. | ||
fixtures | ||
__init__.py | ||
conftest.py | ||
fakeprotocol_iot.py | ||
fakeprotocol_smart.py | ||
test_aestransport.py | ||
test_bulb.py | ||
test_childdevice.py | ||
test_cli.py | ||
test_device_factory.py | ||
test_device_type.py | ||
test_deviceconfig.py | ||
test_dimmer.py | ||
test_discovery.py | ||
test_emeter.py | ||
test_feature.py | ||
test_httpclient.py | ||
test_klapprotocol.py | ||
test_lightstrip.py | ||
test_plug.py | ||
test_protocol.py | ||
test_readme_examples.py | ||
test_smartdevice.py | ||
test_smartprotocol.py | ||
test_strip.py | ||
test_usage.py |