Skip to content

Commit 2b4b028

Browse files
committed
Add comment
1 parent eb385c4 commit 2b4b028

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

teslemetry_stream/const.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,8 @@ def upper_options(self) -> list[str]:
349349
"""Get all options in upper case."""
350350
return [option.upper() for option in self.options]
351351

352+
# This isnt a real Enum, and doesnt match the proto.
353+
# Tesla has deprecated this field
352354
ChargeState = TeslemetryEnum("ChargeState",[
353355
'Idle',
354356
'ClearFaults',

0 commit comments

Comments
 (0)