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 eb385c4 commit 2b4b028Copy full SHA for 2b4b028
teslemetry_stream/const.py
@@ -349,6 +349,8 @@ def upper_options(self) -> list[str]:
349
"""Get all options in upper case."""
350
return [option.upper() for option in self.options]
351
352
+# This isnt a real Enum, and doesnt match the proto.
353
+# Tesla has deprecated this field
354
ChargeState = TeslemetryEnum("ChargeState",[
355
'Idle',
356
'ClearFaults',
0 commit comments