@teslemetry/tesla-protocol 0.6.0 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -3
- package/dist/command/car_server.cjs +212 -11
- package/dist/command/car_server.d.cts +121 -96
- package/dist/command/car_server.d.mts +121 -96
- package/dist/command/car_server.mjs +206 -12
- package/dist/command/common.cjs +43 -0
- package/dist/command/common.d.cts +6 -2
- package/dist/command/common.d.mts +6 -2
- package/dist/command/common.mjs +43 -1
- package/dist/command/managed_charging.d.cts +1 -1
- package/dist/command/managed_charging.d.mts +1 -1
- package/dist/command/session.d.cts +0 -4
- package/dist/command/session.d.mts +0 -4
- package/dist/command/universal_message.cjs +4 -4
- package/dist/command/universal_message.d.cts +4 -4
- package/dist/command/universal_message.d.mts +4 -4
- package/dist/command/universal_message.mjs +4 -4
- package/dist/command/vcsec.cjs +37 -37
- package/dist/command/vcsec.d.cts +41 -41
- package/dist/command/vcsec.d.mts +41 -41
- package/dist/command/vcsec.mjs +37 -37
- package/dist/command/vehicle.cjs +129 -18
- package/dist/command/vehicle.d.cts +66 -57
- package/dist/command/vehicle.d.mts +66 -57
- package/dist/command/vehicle.mjs +129 -20
- package/dist/energy_command/identifier_type.cjs +0 -5
- package/dist/energy_command/identifier_type.d.cts +0 -5
- package/dist/energy_command/identifier_type.d.mts +0 -5
- package/dist/energy_command/identifier_type.mjs +0 -5
- package/dist/energy_device/authorization_api.d.cts +0 -5
- package/dist/energy_device/authorization_api.d.mts +0 -5
- package/dist/energy_device/authorization_types.cjs +0 -5
- package/dist/energy_device/authorization_types.d.cts +0 -5
- package/dist/energy_device/authorization_types.d.mts +0 -5
- package/dist/energy_device/authorization_types.mjs +0 -5
- package/dist/energy_device/common_api.d.cts +0 -5
- package/dist/energy_device/common_api.d.mts +0 -5
- package/dist/energy_device/device.cjs +0 -5
- package/dist/energy_device/device.d.cts +0 -5
- package/dist/energy_device/device.d.mts +0 -5
- package/dist/energy_device/device.mjs +0 -5
- package/dist/energy_device/energy.cjs +0 -5
- package/dist/energy_device/energy.d.cts +0 -5
- package/dist/energy_device/energy.d.mts +0 -5
- package/dist/energy_device/energy.mjs +0 -5
- package/dist/energy_device/energy_site_net.cjs +0 -5
- package/dist/energy_device/energy_site_net.d.cts +0 -5
- package/dist/energy_device/energy_site_net.d.mts +0 -5
- package/dist/energy_device/energy_site_net.mjs +0 -5
- package/dist/energy_device/error.d.cts +0 -5
- package/dist/energy_device/error.d.mts +0 -5
- package/dist/energy_device/filestore_api.cjs +0 -5
- package/dist/energy_device/filestore_api.d.cts +0 -5
- package/dist/energy_device/filestore_api.d.mts +0 -5
- package/dist/energy_device/filestore_api.mjs +0 -5
- package/dist/energy_device/graphql_api.cjs +0 -5
- package/dist/energy_device/graphql_api.d.cts +0 -5
- package/dist/energy_device/graphql_api.d.mts +0 -5
- package/dist/energy_device/graphql_api.mjs +0 -5
- package/dist/energy_device/intra_site_api.cjs +0 -5
- package/dist/energy_device/intra_site_api.d.cts +0 -5
- package/dist/energy_device/intra_site_api.d.mts +0 -5
- package/dist/energy_device/intra_site_api.mjs +0 -5
- package/dist/energy_device/local_auth_api.cjs +0 -5
- package/dist/energy_device/local_auth_api.d.cts +0 -5
- package/dist/energy_device/local_auth_api.d.mts +0 -5
- package/dist/energy_device/local_auth_api.mjs +0 -5
- package/dist/energy_device/networking.cjs +0 -5
- package/dist/energy_device/networking.d.cts +0 -5
- package/dist/energy_device/networking.d.mts +0 -5
- package/dist/energy_device/networking.mjs +0 -5
- package/dist/energy_device/neurio_meter_api.cjs +0 -5
- package/dist/energy_device/neurio_meter_api.d.cts +0 -5
- package/dist/energy_device/neurio_meter_api.d.mts +0 -5
- package/dist/energy_device/neurio_meter_api.mjs +0 -5
- package/dist/energy_device/pvi_api.cjs +0 -5
- package/dist/energy_device/pvi_api.d.cts +0 -5
- package/dist/energy_device/pvi_api.d.mts +0 -5
- package/dist/energy_device/pvi_api.mjs +0 -5
- package/dist/energy_device/teg_api.cjs +0 -5
- package/dist/energy_device/teg_api.d.cts +0 -5
- package/dist/energy_device/teg_api.d.mts +0 -5
- package/dist/energy_device/teg_api.mjs +0 -5
- package/dist/energy_device/transport.cjs +0 -5
- package/dist/energy_device/transport.d.cts +0 -5
- package/dist/energy_device/transport.d.mts +0 -5
- package/dist/energy_device/transport.mjs +0 -5
- package/dist/energy_device/update.cjs +0 -5
- package/dist/energy_device/update.d.cts +0 -5
- package/dist/energy_device/update.d.mts +0 -5
- package/dist/energy_device/update.mjs +0 -5
- package/dist/energy_device/wall_connector.cjs +0 -5
- package/dist/energy_device/wall_connector.d.cts +0 -5
- package/dist/energy_device/wall_connector.d.mts +0 -5
- package/dist/energy_device/wall_connector.mjs +0 -5
- package/dist/telemetry/vehicle_data.cjs +1 -1
- package/dist/telemetry/vehicle_data.d.cts +1 -1
- package/dist/telemetry/vehicle_data.d.mts +1 -1
- package/dist/telemetry/vehicle_data.mjs +1 -1
- package/package.json +1 -1
|
@@ -24,11 +24,11 @@ interface Action {
|
|
|
24
24
|
}
|
|
25
25
|
interface VehicleAction {
|
|
26
26
|
getVehicleData?: GetVehicleData | undefined;
|
|
27
|
-
/** TESLEMETRY-EXT
|
|
27
|
+
/** TESLEMETRY-EXT */
|
|
28
28
|
remoteStartDrive?: RemoteStartDrive | undefined;
|
|
29
|
-
/** TESLEMETRY-EXT
|
|
29
|
+
/** TESLEMETRY-EXT */
|
|
30
30
|
createStreamSession?: CreateStreamSession | undefined;
|
|
31
|
-
/** TESLEMETRY-EXT
|
|
31
|
+
/** TESLEMETRY-EXT */
|
|
32
32
|
streamMessage?: StreamMessage | undefined;
|
|
33
33
|
chargingSetLimitAction?: ChargingSetLimitAction | undefined;
|
|
34
34
|
chargingStartStopAction?: ChargingStartStopAction | undefined;
|
|
@@ -46,12 +46,12 @@ interface VehicleAction {
|
|
|
46
46
|
mediaPreviousFavorite?: MediaPreviousFavorite | undefined;
|
|
47
47
|
mediaNextTrack?: MediaNextTrack | undefined;
|
|
48
48
|
mediaPreviousTrack?: MediaPreviousTrack | undefined;
|
|
49
|
-
/** TESLEMETRY-EXT
|
|
49
|
+
/** TESLEMETRY-EXT */
|
|
50
50
|
navigationRequest?: NavigationRequest | undefined;
|
|
51
|
-
/** TESLEMETRY-EXT
|
|
51
|
+
/** TESLEMETRY-EXT */
|
|
52
52
|
navigationSuperchargerRequest?: NavigationSuperchargerRequest | undefined;
|
|
53
53
|
getNearbyChargingSites?: GetNearbyChargingSites | undefined;
|
|
54
|
-
/** TESLEMETRY-EXT
|
|
54
|
+
/** TESLEMETRY-EXT */
|
|
55
55
|
uiSetUpcomingCalendarEntries?: UiSetUpcomingCalendarEntries | undefined;
|
|
56
56
|
vehicleControlCancelSoftwareUpdateAction?: VehicleControlCancelSoftwareUpdateAction | undefined;
|
|
57
57
|
vehicleControlFlashLightsAction?: VehicleControlFlashLightsAction | undefined;
|
|
@@ -65,117 +65,117 @@ interface VehicleAction {
|
|
|
65
65
|
vehicleControlWindowAction?: VehicleControlWindowAction | undefined;
|
|
66
66
|
hvacBioweaponModeAction?: HvacBioweaponModeAction | undefined;
|
|
67
67
|
hvacSeatHeaterActions?: HvacSeatHeaterActions | undefined;
|
|
68
|
-
/** TESLEMETRY-EXT
|
|
68
|
+
/** TESLEMETRY-EXT */
|
|
69
69
|
vehicleDataSubscription?: VehicleDataSubscription | undefined;
|
|
70
|
-
/** TESLEMETRY-EXT
|
|
70
|
+
/** TESLEMETRY-EXT */
|
|
71
71
|
vehicleDataAck?: VehicleDataAck | undefined;
|
|
72
|
-
/** TESLEMETRY-EXT
|
|
72
|
+
/** TESLEMETRY-EXT */
|
|
73
73
|
vitalsSubscription?: VitalsSubscription | undefined;
|
|
74
|
-
/** TESLEMETRY-EXT
|
|
74
|
+
/** TESLEMETRY-EXT */
|
|
75
75
|
vitalsAck?: VitalsAck | undefined;
|
|
76
76
|
scheduledChargingAction?: ScheduledChargingAction | undefined;
|
|
77
77
|
scheduledDepartureAction?: ScheduledDepartureAction | undefined;
|
|
78
78
|
setChargingAmpsAction?: SetChargingAmpsAction | undefined;
|
|
79
79
|
hvacClimateKeeperAction?: HvacClimateKeeperAction | undefined;
|
|
80
|
-
/** TESLEMETRY-EXT
|
|
80
|
+
/** TESLEMETRY-EXT */
|
|
81
81
|
hvacRecirculationAction?: HvacRecirculationAction | undefined;
|
|
82
82
|
ping?: Ping | undefined;
|
|
83
|
-
/** TESLEMETRY-EXT
|
|
83
|
+
/** TESLEMETRY-EXT */
|
|
84
84
|
dashcamSaveClipAction?: DashcamSaveClipAction | undefined;
|
|
85
85
|
autoSeatClimateAction?: AutoSeatClimateAction | undefined;
|
|
86
86
|
hvacSeatCoolerActions?: HvacSeatCoolerActions | undefined;
|
|
87
87
|
setCabinOverheatProtectionAction?: SetCabinOverheatProtectionAction | undefined;
|
|
88
|
-
/** TESLEMETRY-EXT
|
|
88
|
+
/** TESLEMETRY-EXT */
|
|
89
89
|
piiKeyRequest?: PiiKeyRequest | undefined;
|
|
90
|
-
/** TESLEMETRY-EXT
|
|
90
|
+
/** TESLEMETRY-EXT */
|
|
91
91
|
pseudonymSyncRequest?: PseudonymSyncRequest | undefined;
|
|
92
|
-
/** TESLEMETRY-EXT
|
|
92
|
+
/** TESLEMETRY-EXT */
|
|
93
93
|
navigationGpsRequest?: NavigationGpsRequest | undefined;
|
|
94
94
|
setVehicleNameAction?: SetVehicleNameAction | undefined;
|
|
95
|
-
/** TESLEMETRY-EXT
|
|
95
|
+
/** TESLEMETRY-EXT */
|
|
96
96
|
setRateTariffRequest?: SetRateTariffRequest | undefined;
|
|
97
|
-
/** TESLEMETRY-EXT
|
|
97
|
+
/** TESLEMETRY-EXT */
|
|
98
98
|
getRateTariffRequest?: GetRateTariffRequest | undefined;
|
|
99
|
-
/** TESLEMETRY-EXT
|
|
99
|
+
/** TESLEMETRY-EXT */
|
|
100
100
|
videoRequestAction?: VideoRequestAction | undefined;
|
|
101
|
-
/** TESLEMETRY-EXT
|
|
101
|
+
/** TESLEMETRY-EXT */
|
|
102
102
|
takeDrivenoteAction?: TakeDrivenoteAction | undefined;
|
|
103
103
|
chargePortDoorClose?: ChargePortDoorClose | undefined;
|
|
104
104
|
chargePortDoorOpen?: ChargePortDoorOpen | undefined;
|
|
105
|
-
/** TESLEMETRY-EXT
|
|
105
|
+
/** TESLEMETRY-EXT */
|
|
106
106
|
bluetoothClassicPairingRequest?: BluetoothClassicPairingRequest | undefined;
|
|
107
|
-
/** TESLEMETRY-EXT
|
|
107
|
+
/** TESLEMETRY-EXT */
|
|
108
108
|
boomboxAction?: BoomboxAction | undefined;
|
|
109
109
|
guestModeAction?: VehicleState_GuestMode | undefined;
|
|
110
110
|
setCopTempAction?: SetCopTempAction | undefined;
|
|
111
|
-
/** TESLEMETRY-EXT
|
|
111
|
+
/** TESLEMETRY-EXT */
|
|
112
112
|
addManagedChargingSiteRequest?: AddManagedChargingSiteRequest | undefined;
|
|
113
|
-
/** TESLEMETRY-EXT
|
|
113
|
+
/** TESLEMETRY-EXT */
|
|
114
114
|
removeManagedChargingSiteRequest?: RemoveManagedChargingSiteRequest | undefined;
|
|
115
|
-
/** TESLEMETRY-EXT
|
|
115
|
+
/** TESLEMETRY-EXT */
|
|
116
116
|
navigationRouteAction?: NavigationRouteAction | undefined;
|
|
117
|
-
/** TESLEMETRY-EXT
|
|
117
|
+
/** TESLEMETRY-EXT */
|
|
118
118
|
autoStwHeatAction?: AutoStwHeatAction | undefined;
|
|
119
|
-
/** TESLEMETRY-EXT
|
|
119
|
+
/** TESLEMETRY-EXT */
|
|
120
120
|
stwHeatLevelAction?: StwHeatLevelAction | undefined;
|
|
121
121
|
eraseUserDataAction?: EraseUserDataAction | undefined;
|
|
122
|
-
/** TESLEMETRY-EXT
|
|
122
|
+
/** TESLEMETRY-EXT */
|
|
123
123
|
getManagedChargingSitesRequest?: GetManagedChargingSitesRequest | undefined;
|
|
124
|
-
/** TESLEMETRY-EXT
|
|
124
|
+
/** TESLEMETRY-EXT */
|
|
125
125
|
updateChargeOnSolarFeatureRequest?: UpdateChargeOnSolarFeatureRequest | undefined;
|
|
126
|
-
/** TESLEMETRY-EXT
|
|
126
|
+
/** TESLEMETRY-EXT */
|
|
127
127
|
getChargeOnSolarFeatureRequest?: GetChargeOnSolarFeatureRequest | undefined;
|
|
128
128
|
vehicleControlSetPinToDriveAction?: VehicleControlSetPinToDriveAction | undefined;
|
|
129
129
|
vehicleControlResetPinToDriveAction?: VehicleControlResetPinToDriveAction | undefined;
|
|
130
130
|
drivingClearSpeedLimitPinAdminAction?: DrivingClearSpeedLimitPinAdminAction | undefined;
|
|
131
|
-
/** TESLEMETRY-EXT
|
|
131
|
+
/** TESLEMETRY-EXT */
|
|
132
132
|
setOutletsOnOffAction?: SetOutletsOnOffAction | undefined;
|
|
133
|
-
/** TESLEMETRY-EXT
|
|
133
|
+
/** TESLEMETRY-EXT */
|
|
134
134
|
setOutletTimerAction?: SetOutletTimerAction | undefined;
|
|
135
|
-
/** TESLEMETRY-EXT
|
|
135
|
+
/** TESLEMETRY-EXT */
|
|
136
136
|
setOutletSocLimitAction?: SetOutletSocLimitAction | undefined;
|
|
137
|
-
/** TESLEMETRY-EXT
|
|
137
|
+
/** TESLEMETRY-EXT */
|
|
138
138
|
setPowerFeedOnOffAction?: SetPowerFeedOnOffAction | undefined;
|
|
139
|
-
/** TESLEMETRY-EXT
|
|
139
|
+
/** TESLEMETRY-EXT */
|
|
140
140
|
setPowerFeedTimerAction?: SetPowerFeedTimerAction | undefined;
|
|
141
|
-
/** TESLEMETRY-EXT
|
|
141
|
+
/** TESLEMETRY-EXT */
|
|
142
142
|
setPowerFeedSocLimitAction?: SetPowerFeedSocLimitAction | undefined;
|
|
143
|
-
/** TESLEMETRY-EXT
|
|
143
|
+
/** TESLEMETRY-EXT */
|
|
144
144
|
setTrailerLightTestStartStopAction?: SetTrailerLightTestStartStopAction | undefined;
|
|
145
|
-
/** TESLEMETRY-EXT
|
|
145
|
+
/** TESLEMETRY-EXT */
|
|
146
146
|
setTruckBedLightAutoStateAction?: SetTruckBedLightAutoStateAction | undefined;
|
|
147
|
-
/** TESLEMETRY-EXT
|
|
147
|
+
/** TESLEMETRY-EXT */
|
|
148
148
|
setTruckBedLightBrightnessAction?: SetTruckBedLightBrightnessAction | undefined;
|
|
149
149
|
vehicleControlResetPinToDriveAdminAction?: VehicleControlResetPinToDriveAdminAction | undefined;
|
|
150
|
-
/** TESLEMETRY-EXT
|
|
150
|
+
/** TESLEMETRY-EXT */
|
|
151
151
|
navigationWaypointsRequest?: NavigationWaypointsRequest | undefined;
|
|
152
|
-
/** TESLEMETRY-EXT
|
|
152
|
+
/** TESLEMETRY-EXT */
|
|
153
153
|
setPowershareFeatureAction?: SetPowershareFeatureAction | undefined;
|
|
154
|
-
/** TESLEMETRY-EXT
|
|
154
|
+
/** TESLEMETRY-EXT */
|
|
155
155
|
setPowershareDischargeLimitAction?: SetPowershareDischargeLimitAction | undefined;
|
|
156
|
-
/** TESLEMETRY-EXT
|
|
156
|
+
/** TESLEMETRY-EXT */
|
|
157
157
|
setPowershareRequestAction?: SetPowershareRequestAction | undefined;
|
|
158
|
-
/** TESLEMETRY-EXT
|
|
158
|
+
/** TESLEMETRY-EXT */
|
|
159
159
|
setTentModeRequestAction?: SetTentModeRequestAction | undefined;
|
|
160
|
-
/** TESLEMETRY-EXT
|
|
160
|
+
/** TESLEMETRY-EXT */
|
|
161
161
|
setFrontZoneLightRequestAction?: SetZoneLightRequestAction | undefined;
|
|
162
|
-
/** TESLEMETRY-EXT
|
|
162
|
+
/** TESLEMETRY-EXT */
|
|
163
163
|
setRearZoneLightRequestAction?: SetZoneLightRequestAction | undefined;
|
|
164
164
|
addChargeScheduleAction?: ChargeSchedule | undefined;
|
|
165
165
|
removeChargeScheduleAction?: RemoveChargeScheduleAction | undefined;
|
|
166
166
|
addPreconditionScheduleAction?: PreconditionSchedule | undefined;
|
|
167
167
|
removePreconditionScheduleAction?: RemovePreconditionScheduleAction | undefined;
|
|
168
|
-
/** TESLEMETRY-EXT
|
|
168
|
+
/** TESLEMETRY-EXT */
|
|
169
169
|
setLightbarBrightnessAction?: SetLightbarBrightnessAction | undefined;
|
|
170
|
-
/** TESLEMETRY-EXT
|
|
170
|
+
/** TESLEMETRY-EXT */
|
|
171
171
|
setLightbarMiddleAction?: SetLightbarMiddleAction | undefined;
|
|
172
|
-
/** TESLEMETRY-EXT
|
|
172
|
+
/** TESLEMETRY-EXT */
|
|
173
173
|
setLightbarDitchAction?: SetLightbarDitchAction | undefined;
|
|
174
|
-
/** TESLEMETRY-EXT
|
|
174
|
+
/** TESLEMETRY-EXT */
|
|
175
175
|
getMessagesAction?: GetMessagesAction | undefined;
|
|
176
|
-
/** TESLEMETRY-EXT
|
|
176
|
+
/** TESLEMETRY-EXT */
|
|
177
177
|
teslaAuthResponseAction?: TeslaAuthResponseAction | undefined;
|
|
178
|
-
/** TESLEMETRY-EXT
|
|
178
|
+
/** TESLEMETRY-EXT */
|
|
179
179
|
navigationGpsDestinationRequest?: NavigationGpsDestinationRequest | undefined;
|
|
180
180
|
batchRemovePreconditionSchedulesAction?: BatchRemovePreconditionSchedulesAction | undefined;
|
|
181
181
|
batchRemoveChargeSchedulesAction?: BatchRemoveChargeSchedulesAction | undefined;
|
|
@@ -184,77 +184,89 @@ interface VehicleAction {
|
|
|
184
184
|
parentalControlsAction?: ParentalControlsAction | undefined;
|
|
185
185
|
parentalControlsEnableSettingsAction?: ParentalControlsEnableSettingsAction | undefined;
|
|
186
186
|
parentalControlsSetSpeedLimitAction?: ParentalControlsSetSpeedLimitAction | undefined;
|
|
187
|
-
/** TESLEMETRY-EXT
|
|
187
|
+
/** TESLEMETRY-EXT */
|
|
188
188
|
cancelSohTestAction?: CancelSohTestAction | undefined;
|
|
189
189
|
/** Missing = 115; */
|
|
190
190
|
stopLightShowAction?: StopLightShowAction | undefined;
|
|
191
|
-
/** TESLEMETRY-EXT
|
|
191
|
+
/** TESLEMETRY-EXT */
|
|
192
192
|
startLightShowAction?: StartLightShowAction | undefined;
|
|
193
|
-
/** TESLEMETRY-EXT
|
|
193
|
+
/** TESLEMETRY-EXT */
|
|
194
194
|
setSuspensionLevelAction?: SetSuspensionLevelAction | undefined;
|
|
195
|
-
/** TESLEMETRY-EXT
|
|
195
|
+
/** TESLEMETRY-EXT */
|
|
196
196
|
setDischargeLimitAction?: SetDischargeLimitAction | undefined;
|
|
197
197
|
setLowPowerModeAction?: SetLowPowerModeAction | undefined;
|
|
198
|
-
/** TESLEMETRY-EXT
|
|
198
|
+
/** TESLEMETRY-EXT */
|
|
199
199
|
setTemperatureUnitAction?: SetTemperatureUnitAction | undefined;
|
|
200
|
-
/** TESLEMETRY-EXT
|
|
200
|
+
/** TESLEMETRY-EXT */
|
|
201
201
|
setDistanceUnitAction?: SetDistanceUnitAction | undefined;
|
|
202
|
-
/** TESLEMETRY-EXT
|
|
202
|
+
/** TESLEMETRY-EXT */
|
|
203
203
|
setTimeDisplayFormatAction?: SetTimeDisplayFormatAction | undefined;
|
|
204
|
-
/** TESLEMETRY-EXT
|
|
204
|
+
/** TESLEMETRY-EXT */
|
|
205
205
|
setTirePressureUnitAction?: SetTirePressureUnitAction | undefined;
|
|
206
|
-
/** TESLEMETRY-EXT
|
|
206
|
+
/** TESLEMETRY-EXT */
|
|
207
207
|
setEnergyDisplayFormatAction?: SetEnergyDisplayFormatAction | undefined;
|
|
208
208
|
setKeepAccessoryPowerModeAction?: SetKeepAccessoryPowerModeAction | undefined;
|
|
209
|
-
/** TESLEMETRY-EXT
|
|
209
|
+
/** TESLEMETRY-EXT */
|
|
210
210
|
setupCloudProfileWithLocalProfileUuidAction?: SetupCloudProfileWithLocalProfileUuidAction | undefined;
|
|
211
|
-
/** TESLEMETRY-EXT
|
|
211
|
+
/** TESLEMETRY-EXT */
|
|
212
212
|
getLocalProfilesForVaultUuidAction?: GetLocalProfilesForVaultUuidAction | undefined;
|
|
213
|
-
/** TESLEMETRY-EXT
|
|
213
|
+
/** TESLEMETRY-EXT */
|
|
214
214
|
fetchKeysInfoAction?: FetchKeysInfoAction | undefined;
|
|
215
|
-
/** TESLEMETRY-EXT
|
|
215
|
+
/** TESLEMETRY-EXT */
|
|
216
216
|
deleteDashcamClipsAction?: DeleteDashcamClipsAction | undefined;
|
|
217
|
-
/** TESLEMETRY-EXT
|
|
217
|
+
/** TESLEMETRY-EXT */
|
|
218
218
|
formatUsbAction?: FormatUSBAction | undefined;
|
|
219
|
-
/** TESLEMETRY-EXT
|
|
219
|
+
/** TESLEMETRY-EXT */
|
|
220
220
|
bandwidthTest?: BandwidthTest | undefined;
|
|
221
|
-
/** TESLEMETRY-EXT
|
|
221
|
+
/** TESLEMETRY-EXT */
|
|
222
222
|
setPhoneSettingPreferencesAction?: SetPhoneSettingPreferencesAction | undefined;
|
|
223
|
-
/** TESLEMETRY-EXT
|
|
223
|
+
/** TESLEMETRY-EXT */
|
|
224
224
|
cancelVehicleDataSubscription?: CancelVehicleDataSubscription | undefined;
|
|
225
225
|
}
|
|
226
226
|
interface GetVehicleData {
|
|
227
|
-
/** TESLEMETRY-EXT
|
|
227
|
+
/** TESLEMETRY-EXT */
|
|
228
228
|
getGuiSettings: GetGuiSettings | undefined;
|
|
229
229
|
getChargeState: GetChargeState | undefined;
|
|
230
230
|
getClimateState: GetClimateState | undefined;
|
|
231
231
|
getDriveState: GetDriveState | undefined;
|
|
232
|
+
/** TESLEMETRY-EXT */
|
|
233
|
+
getLegacyVehicleState: GetLegacyVehicleState | undefined;
|
|
234
|
+
/** TESLEMETRY-EXT */
|
|
235
|
+
getVehicleConfig: GetVehicleConfig | undefined;
|
|
232
236
|
getLocationState: GetLocationState | undefined;
|
|
233
237
|
getClosuresState: GetClosuresState | undefined;
|
|
234
|
-
/** TESLEMETRY-EXT
|
|
238
|
+
/** TESLEMETRY-EXT */
|
|
235
239
|
getParkedAccessoryState: GetParkedAccessoryState | undefined;
|
|
236
240
|
getChargeScheduleState: GetChargeScheduleState | undefined;
|
|
237
241
|
getPreconditioningScheduleState: GetPreconditioningScheduleState | undefined;
|
|
242
|
+
/** TESLEMETRY-EXT */
|
|
243
|
+
getSohState: GetSohState | undefined;
|
|
244
|
+
/** TESLEMETRY-EXT */
|
|
245
|
+
getVehicleDetailState: GetVehicleDetailState | undefined;
|
|
238
246
|
getTirePressureState: GetTirePressureState | undefined;
|
|
239
247
|
getMediaState: GetMediaState | undefined;
|
|
240
248
|
getMediaDetailState: GetMediaDetailState | undefined;
|
|
241
249
|
getSoftwareUpdateState: GetSoftwareUpdateState | undefined;
|
|
242
|
-
/** TESLEMETRY-EXT
|
|
250
|
+
/** TESLEMETRY-EXT */
|
|
243
251
|
getVehicleState: GetVehicleState | undefined;
|
|
244
252
|
getParentalControlsState: GetParentalControlsState | undefined;
|
|
245
|
-
/** TESLEMETRY-EXT
|
|
253
|
+
/** TESLEMETRY-EXT */
|
|
246
254
|
getAlertState: GetAlertState | undefined;
|
|
247
|
-
/** TESLEMETRY-EXT
|
|
255
|
+
/** TESLEMETRY-EXT */
|
|
248
256
|
getLightShowState: GetLightShowState | undefined;
|
|
249
|
-
/** TESLEMETRY-EXT
|
|
257
|
+
/** TESLEMETRY-EXT */
|
|
250
258
|
getVehicleImageState: GetVehicleImageState | undefined;
|
|
251
|
-
/** TESLEMETRY-EXT
|
|
259
|
+
/** TESLEMETRY-EXT */
|
|
252
260
|
getSuspensionState: GetSuspensionState | undefined;
|
|
253
|
-
/** TESLEMETRY-EXT
|
|
261
|
+
/** TESLEMETRY-EXT */
|
|
254
262
|
getChildPresenceDetectionState: GetChildPresenceDetectionState | undefined;
|
|
255
263
|
}
|
|
256
|
-
/** ===== TESLEMETRY-EXT BEGIN
|
|
264
|
+
/** ===== TESLEMETRY-EXT BEGIN ===== */
|
|
257
265
|
interface GetGuiSettings {}
|
|
266
|
+
interface GetLegacyVehicleState {}
|
|
267
|
+
interface GetVehicleConfig {}
|
|
268
|
+
interface GetSohState {}
|
|
269
|
+
interface GetVehicleDetailState {}
|
|
258
270
|
interface GetParkedAccessoryState {}
|
|
259
271
|
interface GetVehicleState {}
|
|
260
272
|
interface GetAlertState {}
|
|
@@ -294,7 +306,7 @@ interface GetPreconditioningScheduleState {}
|
|
|
294
306
|
interface GetParentalControlsState {}
|
|
295
307
|
interface EraseUserDataAction {
|
|
296
308
|
reason: string;
|
|
297
|
-
/** TESLEMETRY-EXT
|
|
309
|
+
/** TESLEMETRY-EXT */
|
|
298
310
|
triggerOnPark: boolean;
|
|
299
311
|
}
|
|
300
312
|
interface Response {
|
|
@@ -432,7 +444,7 @@ interface EncryptedData {
|
|
|
432
444
|
}
|
|
433
445
|
interface ChargingSetLimitAction {
|
|
434
446
|
percent: number;
|
|
435
|
-
/** TESLEMETRY-EXT
|
|
447
|
+
/** TESLEMETRY-EXT */
|
|
436
448
|
oneTime: boolean;
|
|
437
449
|
}
|
|
438
450
|
interface ChargingStartStopAction {
|
|
@@ -493,9 +505,9 @@ declare enum HvacSeatCoolerActions_HvacSeatCoolerPositionE {
|
|
|
493
505
|
HvacSeatCoolerPosition_Unknown = 0,
|
|
494
506
|
HvacSeatCoolerPosition_FrontLeft = 1,
|
|
495
507
|
HvacSeatCoolerPosition_FrontRight = 2,
|
|
496
|
-
/** HvacSeatCoolerPosition_SecondRowLeft - TESLEMETRY-EXT
|
|
508
|
+
/** HvacSeatCoolerPosition_SecondRowLeft - TESLEMETRY-EXT */
|
|
497
509
|
HvacSeatCoolerPosition_SecondRowLeft = 3,
|
|
498
|
-
/** HvacSeatCoolerPosition_SecondRowRight - TESLEMETRY-EXT
|
|
510
|
+
/** HvacSeatCoolerPosition_SecondRowRight - TESLEMETRY-EXT */
|
|
499
511
|
HvacSeatCoolerPosition_SecondRowRight = 4,
|
|
500
512
|
UNRECOGNIZED = -1
|
|
501
513
|
}
|
|
@@ -548,12 +560,12 @@ interface GetNearbyChargingSites {
|
|
|
548
560
|
}
|
|
549
561
|
interface NearbyChargingSites {
|
|
550
562
|
timestamp: Date | undefined;
|
|
551
|
-
/** TESLEMETRY-EXT
|
|
563
|
+
/** TESLEMETRY-EXT */
|
|
552
564
|
destinationCharging: DestinationCharging[];
|
|
553
565
|
superchargers: Superchargers[];
|
|
554
566
|
congestionSyncTimeUtcSecs: number;
|
|
555
567
|
}
|
|
556
|
-
/** ===== TESLEMETRY-EXT BEGIN
|
|
568
|
+
/** ===== TESLEMETRY-EXT BEGIN ===== */
|
|
557
569
|
interface DestinationCharging {
|
|
558
570
|
distanceMiles: number;
|
|
559
571
|
postalCode: string;
|
|
@@ -659,7 +671,7 @@ interface ScheduledDepartureAction {
|
|
|
659
671
|
interface HvacClimateKeeperAction {
|
|
660
672
|
ClimateKeeperAction: HvacClimateKeeperAction_ClimateKeeperActionE;
|
|
661
673
|
manualOverride: boolean;
|
|
662
|
-
/** TESLEMETRY-EXT
|
|
674
|
+
/** TESLEMETRY-EXT */
|
|
663
675
|
manualOverrideMode: HvacClimateKeeperAction_ManualOverrideModeE[];
|
|
664
676
|
}
|
|
665
677
|
declare enum HvacClimateKeeperAction_ClimateKeeperActionE {
|
|
@@ -671,7 +683,7 @@ declare enum HvacClimateKeeperAction_ClimateKeeperActionE {
|
|
|
671
683
|
}
|
|
672
684
|
declare function hvacClimateKeeperAction_ClimateKeeperActionEFromJSON(object: any): HvacClimateKeeperAction_ClimateKeeperActionE;
|
|
673
685
|
declare function hvacClimateKeeperAction_ClimateKeeperActionEToJSON(object: HvacClimateKeeperAction_ClimateKeeperActionE): string;
|
|
674
|
-
/** TESLEMETRY-EXT
|
|
686
|
+
/** TESLEMETRY-EXT */
|
|
675
687
|
declare enum HvacClimateKeeperAction_ManualOverrideModeE {
|
|
676
688
|
Soc = 0,
|
|
677
689
|
Cpd = 1,
|
|
@@ -679,7 +691,7 @@ declare enum HvacClimateKeeperAction_ManualOverrideModeE {
|
|
|
679
691
|
}
|
|
680
692
|
declare function hvacClimateKeeperAction_ManualOverrideModeEFromJSON(object: any): HvacClimateKeeperAction_ManualOverrideModeE;
|
|
681
693
|
declare function hvacClimateKeeperAction_ManualOverrideModeEToJSON(object: HvacClimateKeeperAction_ManualOverrideModeE): string;
|
|
682
|
-
/** ===== TESLEMETRY-EXT BEGIN
|
|
694
|
+
/** ===== TESLEMETRY-EXT BEGIN ===== */
|
|
683
695
|
interface HvacRecirculationAction {
|
|
684
696
|
on: boolean;
|
|
685
697
|
}
|
|
@@ -715,7 +727,7 @@ interface SetVehicleNameAction {
|
|
|
715
727
|
}
|
|
716
728
|
interface ChargePortDoorClose {}
|
|
717
729
|
interface ChargePortDoorOpen {}
|
|
718
|
-
/** ===== TESLEMETRY-EXT BEGIN
|
|
730
|
+
/** ===== TESLEMETRY-EXT BEGIN ===== */
|
|
719
731
|
interface BoomboxAction {
|
|
720
732
|
sound: number;
|
|
721
733
|
}
|
|
@@ -727,7 +739,7 @@ interface VehicleControlSetPinToDriveAction {
|
|
|
727
739
|
password: string;
|
|
728
740
|
}
|
|
729
741
|
interface VehicleControlResetPinToDriveAction {}
|
|
730
|
-
/** ===== TESLEMETRY-EXT BEGIN
|
|
742
|
+
/** ===== TESLEMETRY-EXT BEGIN ===== */
|
|
731
743
|
interface RemoteStartDrive {}
|
|
732
744
|
interface CreateStreamSession {
|
|
733
745
|
sessionId: string;
|
|
@@ -741,8 +753,17 @@ interface NavigationRequest {
|
|
|
741
753
|
order: number;
|
|
742
754
|
}
|
|
743
755
|
interface NavigationSuperchargerRequest {
|
|
744
|
-
|
|
756
|
+
remoteNavTripOrder: NavigationSuperchargerRequest_RemoteNavTripOrder;
|
|
757
|
+
}
|
|
758
|
+
declare enum NavigationSuperchargerRequest_RemoteNavTripOrder {
|
|
759
|
+
REMOTE_NAV_TRIP_ORDER_UNKNOWN = 0,
|
|
760
|
+
REMOTE_NAV_TRIP_ORDER_REPLACE = 1,
|
|
761
|
+
REMOTE_NAV_TRIP_ORDER_PREPEND = 2,
|
|
762
|
+
REMOTE_NAV_TRIP_ORDER_APPEND = 3,
|
|
763
|
+
UNRECOGNIZED = -1
|
|
745
764
|
}
|
|
765
|
+
declare function navigationSuperchargerRequest_RemoteNavTripOrderFromJSON(object: any): NavigationSuperchargerRequest_RemoteNavTripOrder;
|
|
766
|
+
declare function navigationSuperchargerRequest_RemoteNavTripOrderToJSON(object: NavigationSuperchargerRequest_RemoteNavTripOrder): string;
|
|
746
767
|
interface UiSetUpcomingCalendarEntries {
|
|
747
768
|
calendarData: string;
|
|
748
769
|
}
|
|
@@ -820,7 +841,7 @@ declare function navigationGpsRequest_RemoteNavTripOrderToJSON(object: Navigatio
|
|
|
820
841
|
/**
|
|
821
842
|
* The wire payload at VehicleAction tag 55 is a rate-tariff document; only the
|
|
822
843
|
* parts of that document we have observed and documented are declared here.
|
|
823
|
-
* ===== TESLEMETRY-EXT BEGIN
|
|
844
|
+
* ===== TESLEMETRY-EXT BEGIN =====
|
|
824
845
|
*/
|
|
825
846
|
interface SetRateTariffRequest {
|
|
826
847
|
seasons: SetRateTariffRequest_Seasons | undefined;
|
|
@@ -928,7 +949,7 @@ interface ChargeOnSolarFeature {
|
|
|
928
949
|
}
|
|
929
950
|
/** This is an empty message with no fields */
|
|
930
951
|
interface DrivingClearSpeedLimitPinAdminAction {}
|
|
931
|
-
/** ===== TESLEMETRY-EXT BEGIN
|
|
952
|
+
/** ===== TESLEMETRY-EXT BEGIN ===== */
|
|
932
953
|
interface SetOutletsOnOffAction {
|
|
933
954
|
/** Field with JSON name "outletRequest" */
|
|
934
955
|
outletRequest: SetOutletsOnOffAction_OutletRequest;
|
|
@@ -980,7 +1001,7 @@ interface SetTruckBedLightBrightnessAction {
|
|
|
980
1001
|
brightness: number;
|
|
981
1002
|
}
|
|
982
1003
|
interface VehicleControlResetPinToDriveAdminAction {}
|
|
983
|
-
/** ===== TESLEMETRY-EXT BEGIN
|
|
1004
|
+
/** ===== TESLEMETRY-EXT BEGIN ===== */
|
|
984
1005
|
interface NavigationWaypointsRequest {
|
|
985
1006
|
waypoints: string;
|
|
986
1007
|
tripPlanOptions: NavigationWaypointsRequest_TripPlanOptions | undefined;
|
|
@@ -1090,7 +1111,7 @@ declare function parentalControlsEnableSettingsAction_ParentalControlsSettingETo
|
|
|
1090
1111
|
interface ParentalControlsSetSpeedLimitAction {
|
|
1091
1112
|
limitMph: number;
|
|
1092
1113
|
}
|
|
1093
|
-
/** ===== TESLEMETRY-EXT BEGIN
|
|
1114
|
+
/** ===== TESLEMETRY-EXT BEGIN ===== */
|
|
1094
1115
|
interface CancelSohTestAction {}
|
|
1095
1116
|
interface StopLightShowAction {}
|
|
1096
1117
|
interface StartLightShowAction {
|
|
@@ -1120,7 +1141,7 @@ interface SetDischargeLimitAction {
|
|
|
1120
1141
|
interface SetLowPowerModeAction {
|
|
1121
1142
|
lowPowerMode: boolean;
|
|
1122
1143
|
}
|
|
1123
|
-
/** ===== TESLEMETRY-EXT BEGIN
|
|
1144
|
+
/** ===== TESLEMETRY-EXT BEGIN ===== */
|
|
1124
1145
|
interface SetTemperatureUnitAction {
|
|
1125
1146
|
unit: SetTemperatureUnitAction_Unit;
|
|
1126
1147
|
}
|
|
@@ -1174,7 +1195,7 @@ declare function setEnergyDisplayFormatAction_FormatToJSON(object: SetEnergyDisp
|
|
|
1174
1195
|
interface SetKeepAccessoryPowerModeAction {
|
|
1175
1196
|
keepAccessoryPowerMode: boolean;
|
|
1176
1197
|
}
|
|
1177
|
-
/** ===== TESLEMETRY-EXT BEGIN
|
|
1198
|
+
/** ===== TESLEMETRY-EXT BEGIN ===== */
|
|
1178
1199
|
interface SetupCloudProfileWithLocalProfileUuidAction {
|
|
1179
1200
|
cloudVaultUuid: string;
|
|
1180
1201
|
localProfileUuid: string;
|
|
@@ -1213,6 +1234,10 @@ declare const Action: MessageFns<Action>;
|
|
|
1213
1234
|
declare const VehicleAction: MessageFns<VehicleAction>;
|
|
1214
1235
|
declare const GetVehicleData: MessageFns<GetVehicleData>;
|
|
1215
1236
|
declare const GetGuiSettings: MessageFns<GetGuiSettings>;
|
|
1237
|
+
declare const GetLegacyVehicleState: MessageFns<GetLegacyVehicleState>;
|
|
1238
|
+
declare const GetVehicleConfig: MessageFns<GetVehicleConfig>;
|
|
1239
|
+
declare const GetSohState: MessageFns<GetSohState>;
|
|
1240
|
+
declare const GetVehicleDetailState: MessageFns<GetVehicleDetailState>;
|
|
1216
1241
|
declare const GetParkedAccessoryState: MessageFns<GetParkedAccessoryState>;
|
|
1217
1242
|
declare const GetVehicleState: MessageFns<GetVehicleState>;
|
|
1218
1243
|
declare const GetAlertState: MessageFns<GetAlertState>;
|
|
@@ -1418,4 +1443,4 @@ interface MessageFns<T> {
|
|
|
1418
1443
|
fromPartial<I extends Exact<DeepPartial<T>, I>>(object: I): T;
|
|
1419
1444
|
}
|
|
1420
1445
|
//#endregion
|
|
1421
|
-
export { Action, ActionStatus, AddManagedChargingSiteRequest, AddManagedChargingSiteResponse, AutoSeatClimateAction, AutoSeatClimateAction_AutoSeatPositionE, AutoSeatClimateAction_CarSeat, AutoStwHeatAction, BandwidthTest, BandwidthTestResponse, BatchRemoveChargeSchedulesAction, BatchRemovePreconditionSchedulesAction, BluetoothClassicPairingRequest, BoomboxAction, CancelSohTestAction, CancelVehicleDataSubscription, ChargeOnSolarFeature, ChargePortDoorClose, ChargePortDoorOpen, ChargingSetLimitAction, ChargingStartStopAction, CreateStreamSession, DashcamSaveClipAction, DeepPartial, DeleteDashcamClipsAction, DestinationCharging, DrivingClearSpeedLimitPinAction, DrivingClearSpeedLimitPinAdminAction, DrivingSetSpeedLimitAction, DrivingSpeedLimitAction, EncryptedData, EraseUserDataAction, Exact, ExistingManagedChargingSiteNearby, FetchKeysInfoAction, FormatUSBAction, GetAlertState, GetChargeOnSolarFeatureRequest, GetChargeOnSolarFeatureResponse, GetChargeScheduleState, GetChargeState, GetChildPresenceDetectionState, GetClimateState, GetClosuresState, GetDriveState, GetGuiSettings, GetLightShowState, GetLocalProfilesForVaultUuidAction, GetLocalProfilesResponse, GetLocationState, GetManagedChargingSitesRequest, GetManagedChargingSitesResponse, GetMediaDetailState, GetMediaState, GetMessagesAction, GetMessagesResponse, GetNearbyChargingSites, GetParentalControlsState, GetParkedAccessoryState, GetPreconditioningScheduleState, GetRateTariffRequest, GetRateTariffResponse, GetSoftwareUpdateState, GetSuspensionState, GetTirePressureState, GetVehicleData, GetVehicleImageState, GetVehicleState, HvacAutoAction, HvacBioweaponModeAction, HvacClimateKeeperAction, HvacClimateKeeperAction_ClimateKeeperActionE, HvacClimateKeeperAction_ManualOverrideModeE, HvacRecirculationAction, HvacSeatCoolerActions, HvacSeatCoolerActions_HvacSeatCoolerAction, HvacSeatCoolerActions_HvacSeatCoolerLevelE, HvacSeatCoolerActions_HvacSeatCoolerPositionE, HvacSeatHeaterActions, HvacSeatHeaterActions_HvacSeatHeaterAction, HvacSetPreconditioningMaxAction, HvacSetPreconditioningMaxAction_ManualOverrideModeE, HvacSteeringWheelHeaterAction, HvacTemperatureAdjustmentAction, HvacTemperatureAdjustmentAction_HvacTemperatureZone, HvacTemperatureAdjustmentAction_Temperature, KeyInfo, KeysInfoResponse, ManagedChargingSite, ManagedChargingSiteAddedOrUpdated, ManagerType, MediaNextFavorite, MediaNextTrack, MediaPlayAction, MediaPreviousFavorite, MediaPreviousTrack, MediaUpdateVolume, MessageFns, MobileAppMessage, NavigationGpsDestinationRequest, NavigationGpsDestinationRequest_RemoteNavTripOrder, NavigationGpsRequest, NavigationGpsRequest_RemoteNavTripOrder, NavigationRequest, NavigationRouteAction, NavigationRouteResponse, NavigationRouteResponse_TrafficDetail, NavigationRouteResponse_TrafficStatus, NavigationSuperchargerRequest, NavigationWaypointsRequest, NavigationWaypointsRequest_TripPlanOptions, NearbyChargingSites, OperationStatusE, ParentalControlsAction, ParentalControlsClearPinAction, ParentalControlsClearPinAdminAction, ParentalControlsEnableSettingsAction, ParentalControlsEnableSettingsAction_ParentalControlsSettingE, ParentalControlsSetSpeedLimitAction, PhoneUnitPreferences, PiiKeyRequest, PiiKeyResponse, Ping, Profile, PseudonymSyncRequest, PseudonymSyncResponse, RemoteStartDrive, RemoveChargeScheduleAction, RemoveManagedChargingSiteRequest, RemovePreconditionScheduleAction, RequestTeslaAuthCommand, Response, ResultReason, ScheduledChargingAction, ScheduledDepartureAction, SetCabinOverheatProtectionAction, SetChargingAmpsAction, SetCopTempAction, SetDischargeLimitAction, SetDistanceUnitAction, SetDistanceUnitAction_Unit, SetEnergyDisplayFormatAction, SetEnergyDisplayFormatAction_Format, SetKeepAccessoryPowerModeAction, SetLightbarBrightnessAction, SetLightbarDitchAction, SetLightbarMiddleAction, SetLowPowerModeAction, SetOutletSocLimitAction, SetOutletTimerAction, SetOutletsOnOffAction, SetOutletsOnOffAction_OutletRequest, SetPhoneSettingPreferencesAction, SetPhoneSettingPreferencesAction_FontSize, SetPowerFeedOnOffAction, SetPowerFeedOnOffAction_PowerFeedRequest, SetPowerFeedSocLimitAction, SetPowerFeedTimerAction, SetPowershareDischargeLimitAction, SetPowershareFeatureAction, SetPowershareFeatureAction_PowershareFeatureRequest, SetPowershareRequestAction, SetPowershareRequestAction_PowershareRequest, SetRateTariffRequest, SetRateTariffRequest_Charges, SetRateTariffRequest_FixedCharge, SetRateTariffRequest_RateBand, SetRateTariffRequest_Season, SetRateTariffRequest_Seasons, SetRateTariffRequest_TOUPeriod, SetRateTariffRequest_TOUPeriods, SetRateTariffRequest_Tariff, SetSuspensionLevelAction, SetSuspensionLevelAction_SuspensionLevel, SetTemperatureUnitAction, SetTemperatureUnitAction_Unit, SetTentModeRequestAction, SetTimeDisplayFormatAction, SetTimeDisplayFormatAction_Format, SetTirePressureUnitAction, SetTirePressureUnitAction_Unit, SetTrailerLightTestStartStopAction, SetTruckBedLightAutoStateAction, SetTruckBedLightBrightnessAction, SetVehicleNameAction, SetZoneLightRequestAction, SetZoneLightRequestAction_ZoneLightRequest, SetupCloudProfileWithLocalProfileUuidAction, SiteController, StartLightShowAction, StopLightShowAction, StreamMessage, StwHeatLevelAction, Superchargers, TakeDrivenoteAction, TeslaAuthResponseAction, UiSetUpcomingCalendarEntries, UpdateChargeOnSolarFeatureRequest, VehicleAction, VehicleControlCancelSoftwareUpdateAction, VehicleControlFlashLightsAction, VehicleControlHonkHornAction, VehicleControlResetPinToDriveAction, VehicleControlResetPinToDriveAdminAction, VehicleControlResetValetPinAction, VehicleControlScheduleSoftwareUpdateAction, VehicleControlSetPinToDriveAction, VehicleControlSetSentryModeAction, VehicleControlSetValetModeAction, VehicleControlSunroofOpenCloseAction, VehicleControlTriggerHomelinkAction, VehicleControlWindowAction, VehicleDataAck, VehicleDataSubscription, VehicleDataSubscriptionResponse, VehicleDataSubscription_PiiKeyRequest, VehicleImageDataChunkRequest, VehicleImageRequest, VehicleImageRequest_Type, VideoRequestAction, VitalsAck, VitalsSubscription, VitalsSubscriptionResponse, autoSeatClimateAction_AutoSeatPositionEFromJSON, autoSeatClimateAction_AutoSeatPositionEToJSON, hvacClimateKeeperAction_ClimateKeeperActionEFromJSON, hvacClimateKeeperAction_ClimateKeeperActionEToJSON, hvacClimateKeeperAction_ManualOverrideModeEFromJSON, hvacClimateKeeperAction_ManualOverrideModeEToJSON, hvacSeatCoolerActions_HvacSeatCoolerLevelEFromJSON, hvacSeatCoolerActions_HvacSeatCoolerLevelEToJSON, hvacSeatCoolerActions_HvacSeatCoolerPositionEFromJSON, hvacSeatCoolerActions_HvacSeatCoolerPositionEToJSON, hvacSetPreconditioningMaxAction_ManualOverrideModeEFromJSON, hvacSetPreconditioningMaxAction_ManualOverrideModeEToJSON, navigationGpsDestinationRequest_RemoteNavTripOrderFromJSON, navigationGpsDestinationRequest_RemoteNavTripOrderToJSON, navigationGpsRequest_RemoteNavTripOrderFromJSON, navigationGpsRequest_RemoteNavTripOrderToJSON, navigationRouteResponse_TrafficStatusFromJSON, navigationRouteResponse_TrafficStatusToJSON, operationStatusEFromJSON, operationStatusEToJSON, parentalControlsEnableSettingsAction_ParentalControlsSettingEFromJSON, parentalControlsEnableSettingsAction_ParentalControlsSettingEToJSON, protobufPackage, setDistanceUnitAction_UnitFromJSON, setDistanceUnitAction_UnitToJSON, setEnergyDisplayFormatAction_FormatFromJSON, setEnergyDisplayFormatAction_FormatToJSON, setOutletsOnOffAction_OutletRequestFromJSON, setOutletsOnOffAction_OutletRequestToJSON, setPhoneSettingPreferencesAction_FontSizeFromJSON, setPhoneSettingPreferencesAction_FontSizeToJSON, setPowerFeedOnOffAction_PowerFeedRequestFromJSON, setPowerFeedOnOffAction_PowerFeedRequestToJSON, setPowershareFeatureAction_PowershareFeatureRequestFromJSON, setPowershareFeatureAction_PowershareFeatureRequestToJSON, setPowershareRequestAction_PowershareRequestFromJSON, setPowershareRequestAction_PowershareRequestToJSON, setSuspensionLevelAction_SuspensionLevelFromJSON, setSuspensionLevelAction_SuspensionLevelToJSON, setTemperatureUnitAction_UnitFromJSON, setTemperatureUnitAction_UnitToJSON, setTimeDisplayFormatAction_FormatFromJSON, setTimeDisplayFormatAction_FormatToJSON, setTirePressureUnitAction_UnitFromJSON, setTirePressureUnitAction_UnitToJSON, setZoneLightRequestAction_ZoneLightRequestFromJSON, setZoneLightRequestAction_ZoneLightRequestToJSON, vehicleImageRequest_TypeFromJSON, vehicleImageRequest_TypeToJSON };
|
|
1446
|
+
export { Action, ActionStatus, AddManagedChargingSiteRequest, AddManagedChargingSiteResponse, AutoSeatClimateAction, AutoSeatClimateAction_AutoSeatPositionE, AutoSeatClimateAction_CarSeat, AutoStwHeatAction, BandwidthTest, BandwidthTestResponse, BatchRemoveChargeSchedulesAction, BatchRemovePreconditionSchedulesAction, BluetoothClassicPairingRequest, BoomboxAction, CancelSohTestAction, CancelVehicleDataSubscription, ChargeOnSolarFeature, ChargePortDoorClose, ChargePortDoorOpen, ChargingSetLimitAction, ChargingStartStopAction, CreateStreamSession, DashcamSaveClipAction, DeepPartial, DeleteDashcamClipsAction, DestinationCharging, DrivingClearSpeedLimitPinAction, DrivingClearSpeedLimitPinAdminAction, DrivingSetSpeedLimitAction, DrivingSpeedLimitAction, EncryptedData, EraseUserDataAction, Exact, ExistingManagedChargingSiteNearby, FetchKeysInfoAction, FormatUSBAction, GetAlertState, GetChargeOnSolarFeatureRequest, GetChargeOnSolarFeatureResponse, GetChargeScheduleState, GetChargeState, GetChildPresenceDetectionState, GetClimateState, GetClosuresState, GetDriveState, GetGuiSettings, GetLegacyVehicleState, GetLightShowState, GetLocalProfilesForVaultUuidAction, GetLocalProfilesResponse, GetLocationState, GetManagedChargingSitesRequest, GetManagedChargingSitesResponse, GetMediaDetailState, GetMediaState, GetMessagesAction, GetMessagesResponse, GetNearbyChargingSites, GetParentalControlsState, GetParkedAccessoryState, GetPreconditioningScheduleState, GetRateTariffRequest, GetRateTariffResponse, GetSoftwareUpdateState, GetSohState, GetSuspensionState, GetTirePressureState, GetVehicleConfig, GetVehicleData, GetVehicleDetailState, GetVehicleImageState, GetVehicleState, HvacAutoAction, HvacBioweaponModeAction, HvacClimateKeeperAction, HvacClimateKeeperAction_ClimateKeeperActionE, HvacClimateKeeperAction_ManualOverrideModeE, HvacRecirculationAction, HvacSeatCoolerActions, HvacSeatCoolerActions_HvacSeatCoolerAction, HvacSeatCoolerActions_HvacSeatCoolerLevelE, HvacSeatCoolerActions_HvacSeatCoolerPositionE, HvacSeatHeaterActions, HvacSeatHeaterActions_HvacSeatHeaterAction, HvacSetPreconditioningMaxAction, HvacSetPreconditioningMaxAction_ManualOverrideModeE, HvacSteeringWheelHeaterAction, HvacTemperatureAdjustmentAction, HvacTemperatureAdjustmentAction_HvacTemperatureZone, HvacTemperatureAdjustmentAction_Temperature, KeyInfo, KeysInfoResponse, ManagedChargingSite, ManagedChargingSiteAddedOrUpdated, ManagerType, MediaNextFavorite, MediaNextTrack, MediaPlayAction, MediaPreviousFavorite, MediaPreviousTrack, MediaUpdateVolume, MessageFns, MobileAppMessage, NavigationGpsDestinationRequest, NavigationGpsDestinationRequest_RemoteNavTripOrder, NavigationGpsRequest, NavigationGpsRequest_RemoteNavTripOrder, NavigationRequest, NavigationRouteAction, NavigationRouteResponse, NavigationRouteResponse_TrafficDetail, NavigationRouteResponse_TrafficStatus, NavigationSuperchargerRequest, NavigationSuperchargerRequest_RemoteNavTripOrder, NavigationWaypointsRequest, NavigationWaypointsRequest_TripPlanOptions, NearbyChargingSites, OperationStatusE, ParentalControlsAction, ParentalControlsClearPinAction, ParentalControlsClearPinAdminAction, ParentalControlsEnableSettingsAction, ParentalControlsEnableSettingsAction_ParentalControlsSettingE, ParentalControlsSetSpeedLimitAction, PhoneUnitPreferences, PiiKeyRequest, PiiKeyResponse, Ping, Profile, PseudonymSyncRequest, PseudonymSyncResponse, RemoteStartDrive, RemoveChargeScheduleAction, RemoveManagedChargingSiteRequest, RemovePreconditionScheduleAction, RequestTeslaAuthCommand, Response, ResultReason, ScheduledChargingAction, ScheduledDepartureAction, SetCabinOverheatProtectionAction, SetChargingAmpsAction, SetCopTempAction, SetDischargeLimitAction, SetDistanceUnitAction, SetDistanceUnitAction_Unit, SetEnergyDisplayFormatAction, SetEnergyDisplayFormatAction_Format, SetKeepAccessoryPowerModeAction, SetLightbarBrightnessAction, SetLightbarDitchAction, SetLightbarMiddleAction, SetLowPowerModeAction, SetOutletSocLimitAction, SetOutletTimerAction, SetOutletsOnOffAction, SetOutletsOnOffAction_OutletRequest, SetPhoneSettingPreferencesAction, SetPhoneSettingPreferencesAction_FontSize, SetPowerFeedOnOffAction, SetPowerFeedOnOffAction_PowerFeedRequest, SetPowerFeedSocLimitAction, SetPowerFeedTimerAction, SetPowershareDischargeLimitAction, SetPowershareFeatureAction, SetPowershareFeatureAction_PowershareFeatureRequest, SetPowershareRequestAction, SetPowershareRequestAction_PowershareRequest, SetRateTariffRequest, SetRateTariffRequest_Charges, SetRateTariffRequest_FixedCharge, SetRateTariffRequest_RateBand, SetRateTariffRequest_Season, SetRateTariffRequest_Seasons, SetRateTariffRequest_TOUPeriod, SetRateTariffRequest_TOUPeriods, SetRateTariffRequest_Tariff, SetSuspensionLevelAction, SetSuspensionLevelAction_SuspensionLevel, SetTemperatureUnitAction, SetTemperatureUnitAction_Unit, SetTentModeRequestAction, SetTimeDisplayFormatAction, SetTimeDisplayFormatAction_Format, SetTirePressureUnitAction, SetTirePressureUnitAction_Unit, SetTrailerLightTestStartStopAction, SetTruckBedLightAutoStateAction, SetTruckBedLightBrightnessAction, SetVehicleNameAction, SetZoneLightRequestAction, SetZoneLightRequestAction_ZoneLightRequest, SetupCloudProfileWithLocalProfileUuidAction, SiteController, StartLightShowAction, StopLightShowAction, StreamMessage, StwHeatLevelAction, Superchargers, TakeDrivenoteAction, TeslaAuthResponseAction, UiSetUpcomingCalendarEntries, UpdateChargeOnSolarFeatureRequest, VehicleAction, VehicleControlCancelSoftwareUpdateAction, VehicleControlFlashLightsAction, VehicleControlHonkHornAction, VehicleControlResetPinToDriveAction, VehicleControlResetPinToDriveAdminAction, VehicleControlResetValetPinAction, VehicleControlScheduleSoftwareUpdateAction, VehicleControlSetPinToDriveAction, VehicleControlSetSentryModeAction, VehicleControlSetValetModeAction, VehicleControlSunroofOpenCloseAction, VehicleControlTriggerHomelinkAction, VehicleControlWindowAction, VehicleDataAck, VehicleDataSubscription, VehicleDataSubscriptionResponse, VehicleDataSubscription_PiiKeyRequest, VehicleImageDataChunkRequest, VehicleImageRequest, VehicleImageRequest_Type, VideoRequestAction, VitalsAck, VitalsSubscription, VitalsSubscriptionResponse, autoSeatClimateAction_AutoSeatPositionEFromJSON, autoSeatClimateAction_AutoSeatPositionEToJSON, hvacClimateKeeperAction_ClimateKeeperActionEFromJSON, hvacClimateKeeperAction_ClimateKeeperActionEToJSON, hvacClimateKeeperAction_ManualOverrideModeEFromJSON, hvacClimateKeeperAction_ManualOverrideModeEToJSON, hvacSeatCoolerActions_HvacSeatCoolerLevelEFromJSON, hvacSeatCoolerActions_HvacSeatCoolerLevelEToJSON, hvacSeatCoolerActions_HvacSeatCoolerPositionEFromJSON, hvacSeatCoolerActions_HvacSeatCoolerPositionEToJSON, hvacSetPreconditioningMaxAction_ManualOverrideModeEFromJSON, hvacSetPreconditioningMaxAction_ManualOverrideModeEToJSON, navigationGpsDestinationRequest_RemoteNavTripOrderFromJSON, navigationGpsDestinationRequest_RemoteNavTripOrderToJSON, navigationGpsRequest_RemoteNavTripOrderFromJSON, navigationGpsRequest_RemoteNavTripOrderToJSON, navigationRouteResponse_TrafficStatusFromJSON, navigationRouteResponse_TrafficStatusToJSON, navigationSuperchargerRequest_RemoteNavTripOrderFromJSON, navigationSuperchargerRequest_RemoteNavTripOrderToJSON, operationStatusEFromJSON, operationStatusEToJSON, parentalControlsEnableSettingsAction_ParentalControlsSettingEFromJSON, parentalControlsEnableSettingsAction_ParentalControlsSettingEToJSON, protobufPackage, setDistanceUnitAction_UnitFromJSON, setDistanceUnitAction_UnitToJSON, setEnergyDisplayFormatAction_FormatFromJSON, setEnergyDisplayFormatAction_FormatToJSON, setOutletsOnOffAction_OutletRequestFromJSON, setOutletsOnOffAction_OutletRequestToJSON, setPhoneSettingPreferencesAction_FontSizeFromJSON, setPhoneSettingPreferencesAction_FontSizeToJSON, setPowerFeedOnOffAction_PowerFeedRequestFromJSON, setPowerFeedOnOffAction_PowerFeedRequestToJSON, setPowershareFeatureAction_PowershareFeatureRequestFromJSON, setPowershareFeatureAction_PowershareFeatureRequestToJSON, setPowershareRequestAction_PowershareRequestFromJSON, setPowershareRequestAction_PowershareRequestToJSON, setSuspensionLevelAction_SuspensionLevelFromJSON, setSuspensionLevelAction_SuspensionLevelToJSON, setTemperatureUnitAction_UnitFromJSON, setTemperatureUnitAction_UnitToJSON, setTimeDisplayFormatAction_FormatFromJSON, setTimeDisplayFormatAction_FormatToJSON, setTirePressureUnitAction_UnitFromJSON, setTirePressureUnitAction_UnitToJSON, setZoneLightRequestAction_ZoneLightRequestFromJSON, setZoneLightRequestAction_ZoneLightRequestToJSON, vehicleImageRequest_TypeFromJSON, vehicleImageRequest_TypeToJSON };
|