mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-10-12 18:38:03 +00:00
Add smartcamera devices to supported docs (#1257)
The library now officially supports H200, C200 and TC65
This commit is contained in:
@@ -152,6 +152,22 @@ class WifiNetwork:
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
||||
@dataclass
|
||||
class _DeviceInfo:
|
||||
"""Device Model Information."""
|
||||
|
||||
short_name: str
|
||||
long_name: str
|
||||
brand: str
|
||||
device_family: str
|
||||
device_type: DeviceType
|
||||
hardware_version: str
|
||||
firmare_version: str
|
||||
firmware_build: str
|
||||
requires_auth: bool
|
||||
region: str | None
|
||||
|
||||
|
||||
class Device(ABC):
|
||||
"""Common device interface.
|
||||
|
||||
|
Reference in New Issue
Block a user