Skip to content

Commit 0720d90

Browse files
CopilotiMicknl
andauthored
Resolve merge conflicts with v2/main and apply review nits
Agent-Logs-Url: https://github.com/iMicknl/python-overkiz-api/sessions/eeb5e0c6-f7f9-49a5-b716-d2f4a40badb0 Co-authored-by: iMicknl <1424596+iMicknl@users.noreply.github.com>
1 parent 261049b commit 0720d90

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

pyoverkiz/models.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1427,7 +1427,12 @@ def __init__(
14271427

14281428
@define(kw_only=True)
14291429
class FirmwareStatus:
1430-
"""Firmware status of a device."""
1430+
"""
1431+
Firmware status of a device.
1432+
1433+
`up_to_date` indicates whether the current firmware is the latest available
1434+
version and `notes` contains provider messages about the firmware state.
1435+
"""
14311436

14321437
up_to_date: bool
14331438
notes: list[dict[str, str]]

tests/test_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@ async def test_get_current_execution_returns_none_for_empty_response(
725725
client: OverkizClient,
726726
fixture_name: str,
727727
):
728-
"""Cloud returns {} and local returns [] for non-existent exec_ids."""
728+
"""Cloud returns {} and local returns [] for non-existent exec_id."""
729729
with (CURRENT_DIR / "fixtures" / "endpoints" / fixture_name).open(
730730
encoding="utf-8",
731731
) as f:

0 commit comments

Comments
 (0)