Skip to content

Commit 36bc744

Browse files
authored
Merge pull request #8 from ehendrix23/patch-1
Add DestinationName field
2 parents 85d387b + 5a5fd81 commit 36bc744

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tesla_fleet_api/const.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ class TelemetryField(StrEnum):
195195
DC_DC_ENABLE = "DCDCEnable"
196196
DEFROST_FOR_PRECONDITIONING = "DefrostForPreconditioning"
197197
DEFROST_MODE = "DefrostMode"
198+
DESTINATION_NAME = "DestinationName"
198199
DESTINATION_LOCATION = "DestinationLocation"
199200
DETAILED_CHARGE_STATE = "DetailedChargeState"
200201
DI_AXLE_SPEED_F = "DiAxleSpeedF"

0 commit comments

Comments
 (0)