File tree Expand file tree Collapse file tree 3 files changed +164
-31
lines changed
Expand file tree Collapse file tree 3 files changed +164
-31
lines changed Original file line number Diff line number Diff line change 55
66setuptools .setup (
77 name = "teslemetry_stream" ,
8- version = "0.6.5 " ,
8+ version = "0.6.6 " ,
99 author = "Brett Adams" ,
1010 author_email = "hello@teslemetry.com" ,
1111 description = "Teslemetry Streaming API library for Python" ,
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments