Skip to content

Commit

Permalink
firmware/hardware versions may be null
Browse files Browse the repository at this point in the history
  • Loading branch information
jschlyter committed Nov 25, 2024
1 parent d5336f3 commit 9297a2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/chargeamps/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ class ChargePoint:
password: str
type: str
is_loadbalanced: bool
firmware_version: str
hardware_version: str
firmware_version: str | None
hardware_version: str | None
connectors: list[ChargePointConnector]


Expand Down

0 comments on commit 9297a2f

Please sign in to comment.