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 596e991 commit 6326d76Copy full SHA for 6326d76
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name="teslemetry_stream",
8
- version="0.6.5",
+ version="0.6.6",
9
author="Brett Adams",
10
author_email="[email protected]",
11
description="Teslemetry Streaming API library for Python",
teslemetry_stream/const.py
@@ -65,6 +65,10 @@ class Signal(StrEnum):
65
DI_HEATSINK_TR = "DiHeatsinkTR"
66
DI_HEATSINK_TREL = "DiHeatsinkTREL"
67
DI_HEATSINK_TRER = "DiHeatsinkTRER"
68
+ DI_INVERTER_TR = "DiInverterTR"
69
+ DI_INVERTER_TF = "DiInverterTF"
70
+ DI_INVERTER_TREL = "DiInverterTREL"
71
+ DI_INVERTER_TRER = "DiInverterTRER"
72
DI_MOTOR_CURRENT_F = "DiMotorCurrentF"
73
DI_MOTOR_CURRENT_R = "DiMotorCurrentR"
74
DI_MOTOR_CURRENT_REL = "DiMotorCurrentREL"
0 commit comments