Skip to content

Commit

Permalink
Add vendorerrorcode property
Browse files Browse the repository at this point in the history
  • Loading branch information
suda committed Jun 28, 2023
1 parent a25cdeb commit 9e7d461
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions longship/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ class OperationalStatusChangedData:
locationid: Optional[str] = attr.ib(default=None)
evseid: Optional[str] = attr.ib(default=None)
vendorid: Optional[str] = attr.ib(default=None)
vendorerrorcode: Optional[str] = attr.ib(default=None)


@attr.s(auto_attribs=True)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "longship"
version = "2023.06.27"
version = "2023.06.28"
description = "A client library for accessing Longship API"

authors = ["Wojtek Siudzinski <admin@suda.pl>"]
Expand Down

0 comments on commit 9e7d461

Please sign in to comment.