Combine smartcamera error codes into SmartErrorCode (#1190)

Having these in a seperate place complicates the code unnecessarily.
This commit is contained in:
Steven B.
2024-10-23 20:07:32 +01:00
committed by GitHub
parent a0f3f016a2
commit a88b677776
3 changed files with 54 additions and 79 deletions

View File

@@ -3,8 +3,8 @@
from __future__ import annotations
from ..device_type import DeviceType
from ..exceptions import SmartErrorCode
from ..smart import SmartDevice
from .sslaestransport import SmartErrorCode
class SmartCamera(SmartDevice):