Skip to content

Commit

Permalink
add status OUTOFORDER
Browse files Browse the repository at this point in the history
  • Loading branch information
functionpointer committed Oct 9, 2022
1 parent ebaa49d commit 66e53bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pychargecloud"
version = "0.0.3"
version = "0.0.4"
dependencies = [
"aiohttp",
"yarl",
Expand Down
2 changes: 1 addition & 1 deletion src/chargecloudapi/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


DateTimeISO8601 = str
Status = Literal["AVAILABLE", "CHARGING", "UNKNOWN"]
Status = Literal["AVAILABLE", "CHARGING", "OUTOFORDER", "UNKNOWN"]
EvseId = constr(regex=r"^([A-Z]+)\*([A-Z0-9]+)\*([A-Z0-9]*)(?:\*([A-Z0-9]+))?$")


Expand Down

0 comments on commit 66e53bb

Please sign in to comment.