Skip to content

Commit

Permalink
Add status INOPERATIVE
Browse files Browse the repository at this point in the history
  • Loading branch information
functionpointer committed Oct 10, 2022
1 parent 66e53bb commit e309694
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.4"
version = "0.0.5"
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", "OUTOFORDER", "UNKNOWN"]
Status = Literal["AVAILABLE", "CHARGING", "OUTOFORDER", "INOPERATIVE", "UNKNOWN"]
EvseId = constr(regex=r"^([A-Z]+)\*([A-Z0-9]+)\*([A-Z0-9]*)(?:\*([A-Z0-9]+))?$")


Expand Down

0 comments on commit e309694

Please sign in to comment.