From 73c2523c20b1764fd2526a32cdde922b7c573297 Mon Sep 17 00:00:00 2001 From: ehendrix23 Date: Thu, 19 Dec 2024 07:45:35 -0700 Subject: [PATCH] Add DestinationName field Added DestinationName --- tesla_fleet_api/const.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tesla_fleet_api/const.py b/tesla_fleet_api/const.py index f19a58d..eb65829 100644 --- a/tesla_fleet_api/const.py +++ b/tesla_fleet_api/const.py @@ -187,6 +187,7 @@ class TelemetryField(StrEnum): DC_CHARGING_ENERGY_IN = "DCChargingEnergyIn" DC_CHARGING_POWER = "DCChargingPower" DC_DC_ENABLE = "DCDCEnable" + DESTINATION_NAME = "DestinationName" DESTINATION_LOCATION = "DestinationLocation" DI_AXLE_SPEED_F = "DiAxleSpeedF" DI_AXLE_SPEED_R = "DiAxleSpeedR"