mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-11-30 21:28:27 +00:00
Fix test framework running against real devices (#1235)
This commit is contained in:
@@ -320,6 +320,11 @@ class Device(ABC):
|
||||
def model(self) -> str:
|
||||
"""Returns the device model."""
|
||||
|
||||
@property
|
||||
@abstractmethod
|
||||
def _model_region(self) -> str:
|
||||
"""Return device full model name and region."""
|
||||
|
||||
@property
|
||||
@abstractmethod
|
||||
def alias(self) -> str | None:
|
||||
|
||||
Reference in New Issue
Block a user