We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72f6898 commit d35ab4dCopy full SHA for d35ab4d
openevsehttp/__main__.py
@@ -35,7 +35,7 @@
35
0: "unknown",
36
1: "not connected",
37
2: "connected",
38
- 3: "Ccarging",
+ 3: "charging",
39
4: "vent required",
40
5: "diode check failed",
41
6: "gfci fault",
setup.py
@@ -5,7 +5,7 @@
5
6
PROJECT_DIR = Path(__file__).parent.resolve()
7
README_FILE = PROJECT_DIR / "README.md"
8
-VERSION = "0.1.46"
+VERSION = "0.1.47"
9
10
setup(
11
name="python-openevse-http",
0 commit comments