Skip to content

Commit 7937cf1

Browse files
iMicknlCopilot
andauthored
Update pyoverkiz/models.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 3232e88 commit 7937cf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyoverkiz/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ class Action:
550550
device_url: str
551551
commands: list[Command]
552552

553-
def __init__(self, device_url: str, commands: list[Command]):
553+
def __init__(self, device_url: str, commands: list[dict[str, Any]]):
554554
self.device_url = device_url
555555
self.commands = [Command(**c) for c in commands] if commands else []
556556

0 commit comments

Comments
 (0)