diff --git a/shellypy/gen2.py b/shellypy/gen2.py index 735fd88..4ff6d55 100644 --- a/shellypy/gen2.py +++ b/shellypy/gen2.py @@ -107,7 +107,7 @@ def relay(self, index: int, timer: float = 0.0, turn: Optional[bool] = None) -> def roller(self, index: int, go: Optional[str] = None, roller_pos: Optional[int] = None, duration: Optional[int] = None) -> dict[str, Any]: - method: str = "" + method: str = "Cover.GetStatus" values: dict[str, Any] = { "id": index }