Skip to content

Commit 6326d76

Browse files
committed
Fix and improve listeners
1 parent 596e991 commit 6326d76

File tree

3 files changed

+164
-31
lines changed

3 files changed

+164
-31
lines changed

setup.py

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

66
setuptools.setup(
77
name="teslemetry_stream",
8-
version="0.6.5",
8+
version="0.6.6",
99
author="Brett Adams",
1010
author_email="[email protected]",
1111
description="Teslemetry Streaming API library for Python",

teslemetry_stream/const.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ class Signal(StrEnum):
6565
DI_HEATSINK_TR = "DiHeatsinkTR"
6666
DI_HEATSINK_TREL = "DiHeatsinkTREL"
6767
DI_HEATSINK_TRER = "DiHeatsinkTRER"
68+
DI_INVERTER_TR = "DiInverterTR"
69+
DI_INVERTER_TF = "DiInverterTF"
70+
DI_INVERTER_TREL = "DiInverterTREL"
71+
DI_INVERTER_TRER = "DiInverterTRER"
6872
DI_MOTOR_CURRENT_F = "DiMotorCurrentF"
6973
DI_MOTOR_CURRENT_R = "DiMotorCurrentR"
7074
DI_MOTOR_CURRENT_REL = "DiMotorCurrentREL"

0 commit comments

Comments
 (0)