Skip to content

Commit d35ab4d

Browse files
authored
fix: typo in states (#213)
1 parent 72f6898 commit d35ab4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

openevsehttp/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
0: "unknown",
3636
1: "not connected",
3737
2: "connected",
38-
3: "Ccarging",
38+
3: "charging",
3939
4: "vent required",
4040
5: "diode check failed",
4141
6: "gfci fault",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
PROJECT_DIR = Path(__file__).parent.resolve()
77
README_FILE = PROJECT_DIR / "README.md"
8-
VERSION = "0.1.46"
8+
VERSION = "0.1.47"
99

1010
setup(
1111
name="python-openevse-http",

0 commit comments

Comments
 (0)