@teslemetry/tesla-protocol 0.1.1

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.
Files changed (150) hide show
  1. package/README.md +20 -0
  2. package/dist/command/car_server.cjs +11126 -0
  3. package/dist/command/car_server.d.cts +1281 -0
  4. package/dist/command/car_server.d.mts +1281 -0
  5. package/dist/command/car_server.mjs +10880 -0
  6. package/dist/command/common.cjs +1536 -0
  7. package/dist/command/common.d.cts +327 -0
  8. package/dist/command/common.d.mts +327 -0
  9. package/dist/command/common.mjs +1488 -0
  10. package/dist/command/errors.cjs +107 -0
  11. package/dist/command/errors.d.cts +40 -0
  12. package/dist/command/errors.d.mts +40 -0
  13. package/dist/command/errors.mjs +102 -0
  14. package/dist/command/google/protobuf/timestamp.cjs +71 -0
  15. package/dist/command/google/protobuf/timestamp.d.cts +124 -0
  16. package/dist/command/google/protobuf/timestamp.d.mts +124 -0
  17. package/dist/command/google/protobuf/timestamp.mjs +69 -0
  18. package/dist/command/google/protobuf/wrappers.cjs +421 -0
  19. package/dist/command/google/protobuf/wrappers.d.cts +134 -0
  20. package/dist/command/google/protobuf/wrappers.d.mts +134 -0
  21. package/dist/command/google/protobuf/wrappers.mjs +411 -0
  22. package/dist/command/keys.cjs +60 -0
  23. package/dist/command/keys.d.cts +23 -0
  24. package/dist/command/keys.d.mts +23 -0
  25. package/dist/command/keys.mjs +56 -0
  26. package/dist/command/managed_charging.cjs +435 -0
  27. package/dist/command/managed_charging.d.cts +86 -0
  28. package/dist/command/managed_charging.d.mts +86 -0
  29. package/dist/command/managed_charging.mjs +421 -0
  30. package/dist/command/session.cjs +119 -0
  31. package/dist/command/session.d.cts +28 -0
  32. package/dist/command/session.d.mts +28 -0
  33. package/dist/command/session.mjs +117 -0
  34. package/dist/command/signatures.cjs +696 -0
  35. package/dist/command/signatures.d.cts +107 -0
  36. package/dist/command/signatures.d.mts +107 -0
  37. package/dist/command/signatures.mjs +678 -0
  38. package/dist/command/universal_message.cjs +588 -0
  39. package/dist/command/universal_message.d.cts +141 -0
  40. package/dist/command/universal_message.d.mts +141 -0
  41. package/dist/command/universal_message.mjs +571 -0
  42. package/dist/command/vcsec.cjs +2281 -0
  43. package/dist/command/vcsec.d.cts +404 -0
  44. package/dist/command/vcsec.d.mts +404 -0
  45. package/dist/command/vcsec.mjs +2218 -0
  46. package/dist/command/vehicle.cjs +10332 -0
  47. package/dist/command/vehicle.d.cts +1429 -0
  48. package/dist/command/vehicle.d.mts +1429 -0
  49. package/dist/command/vehicle.mjs +10168 -0
  50. package/dist/energy_command/identifier_type.cjs +47 -0
  51. package/dist/energy_command/identifier_type.d.cts +19 -0
  52. package/dist/energy_command/identifier_type.d.mts +19 -0
  53. package/dist/energy_command/identifier_type.mjs +43 -0
  54. package/dist/energy_device/authorization_api.cjs +815 -0
  55. package/dist/energy_device/authorization_api.d.cts +92 -0
  56. package/dist/energy_device/authorization_api.d.mts +92 -0
  57. package/dist/energy_device/authorization_api.mjs +801 -0
  58. package/dist/energy_device/authorization_types.cjs +348 -0
  59. package/dist/energy_device/authorization_types.d.cts +79 -0
  60. package/dist/energy_device/authorization_types.d.mts +79 -0
  61. package/dist/energy_device/authorization_types.mjs +331 -0
  62. package/dist/energy_device/common_api.cjs +2104 -0
  63. package/dist/energy_device/common_api.d.cts +211 -0
  64. package/dist/energy_device/common_api.d.mts +211 -0
  65. package/dist/energy_device/common_api.mjs +2064 -0
  66. package/dist/energy_device/device.cjs +485 -0
  67. package/dist/energy_device/device.d.cts +102 -0
  68. package/dist/energy_device/device.d.mts +102 -0
  69. package/dist/energy_device/device.mjs +462 -0
  70. package/dist/energy_device/energy.cjs +442 -0
  71. package/dist/energy_device/energy.d.cts +82 -0
  72. package/dist/energy_device/energy.d.mts +82 -0
  73. package/dist/energy_device/energy.mjs +429 -0
  74. package/dist/energy_device/energy_site_net.cjs +235 -0
  75. package/dist/energy_device/energy_site_net.d.cts +69 -0
  76. package/dist/energy_device/energy_site_net.d.mts +69 -0
  77. package/dist/energy_device/energy_site_net.mjs +219 -0
  78. package/dist/energy_device/error.cjs +53 -0
  79. package/dist/energy_device/error.d.cts +27 -0
  80. package/dist/energy_device/error.d.mts +27 -0
  81. package/dist/energy_device/error.mjs +51 -0
  82. package/dist/energy_device/google/protobuf/timestamp.cjs +71 -0
  83. package/dist/energy_device/google/protobuf/timestamp.d.cts +124 -0
  84. package/dist/energy_device/google/protobuf/timestamp.d.mts +124 -0
  85. package/dist/energy_device/google/protobuf/timestamp.mjs +69 -0
  86. package/dist/energy_device/google/protobuf/wrappers.cjs +421 -0
  87. package/dist/energy_device/google/protobuf/wrappers.d.cts +134 -0
  88. package/dist/energy_device/google/protobuf/wrappers.d.mts +134 -0
  89. package/dist/energy_device/google/protobuf/wrappers.mjs +411 -0
  90. package/dist/energy_device/google/rpc/status.cjs +65 -0
  91. package/dist/energy_device/google/rpc/status.d.cts +26 -0
  92. package/dist/energy_device/google/rpc/status.d.mts +26 -0
  93. package/dist/energy_device/google/rpc/status.mjs +63 -0
  94. package/dist/energy_device/networking.cjs +834 -0
  95. package/dist/energy_device/networking.d.cts +141 -0
  96. package/dist/energy_device/networking.d.mts +141 -0
  97. package/dist/energy_device/networking.mjs +810 -0
  98. package/dist/energy_device/teg_api.cjs +594 -0
  99. package/dist/energy_device/teg_api.d.cts +140 -0
  100. package/dist/energy_device/teg_api.d.mts +140 -0
  101. package/dist/energy_device/teg_api.mjs +581 -0
  102. package/dist/energy_device/transport.cjs +478 -0
  103. package/dist/energy_device/transport.d.cts +95 -0
  104. package/dist/energy_device/transport.d.mts +95 -0
  105. package/dist/energy_device/transport.mjs +460 -0
  106. package/dist/energy_device/update.cjs +521 -0
  107. package/dist/energy_device/update.d.cts +86 -0
  108. package/dist/energy_device/update.d.mts +86 -0
  109. package/dist/energy_device/update.mjs +506 -0
  110. package/dist/energy_device/wall_connector.cjs +634 -0
  111. package/dist/energy_device/wall_connector.d.cts +182 -0
  112. package/dist/energy_device/wall_connector.d.mts +182 -0
  113. package/dist/energy_device/wall_connector.mjs +590 -0
  114. package/dist/telemetry/google/protobuf/timestamp.cjs +71 -0
  115. package/dist/telemetry/google/protobuf/timestamp.d.cts +124 -0
  116. package/dist/telemetry/google/protobuf/timestamp.d.mts +124 -0
  117. package/dist/telemetry/google/protobuf/timestamp.mjs +69 -0
  118. package/dist/telemetry/vehicle_alert.cjs +214 -0
  119. package/dist/telemetry/vehicle_alert.d.cts +48 -0
  120. package/dist/telemetry/vehicle_alert.d.mts +48 -0
  121. package/dist/telemetry/vehicle_alert.mjs +208 -0
  122. package/dist/telemetry/vehicle_connectivity.cjs +145 -0
  123. package/dist/telemetry/vehicle_connectivity.d.cts +41 -0
  124. package/dist/telemetry/vehicle_connectivity.d.mts +41 -0
  125. package/dist/telemetry/vehicle_connectivity.mjs +140 -0
  126. package/dist/telemetry/vehicle_data.cjs +3792 -0
  127. package/dist/telemetry/vehicle_data.d.cts +872 -0
  128. package/dist/telemetry/vehicle_data.d.mts +872 -0
  129. package/dist/telemetry/vehicle_data.mjs +3655 -0
  130. package/dist/telemetry/vehicle_error.cjs +245 -0
  131. package/dist/telemetry/vehicle_error.d.cts +45 -0
  132. package/dist/telemetry/vehicle_error.d.mts +45 -0
  133. package/dist/telemetry/vehicle_error.mjs +241 -0
  134. package/dist/telemetry/vehicle_metric.cjs +236 -0
  135. package/dist/telemetry/vehicle_metric.d.cts +44 -0
  136. package/dist/telemetry/vehicle_metric.d.mts +44 -0
  137. package/dist/telemetry/vehicle_metric.mjs +232 -0
  138. package/dist/teslapower/google/protobuf/any.cjs +84 -0
  139. package/dist/teslapower/google/protobuf/any.d.cts +140 -0
  140. package/dist/teslapower/google/protobuf/any.d.mts +140 -0
  141. package/dist/teslapower/google/protobuf/any.mjs +82 -0
  142. package/dist/teslapower/google/protobuf/timestamp.cjs +71 -0
  143. package/dist/teslapower/google/protobuf/timestamp.d.cts +124 -0
  144. package/dist/teslapower/google/protobuf/timestamp.d.mts +124 -0
  145. package/dist/teslapower/google/protobuf/timestamp.mjs +69 -0
  146. package/dist/teslapower/teslapower.cjs +5486 -0
  147. package/dist/teslapower/teslapower.d.cts +518 -0
  148. package/dist/teslapower/teslapower.d.mts +518 -0
  149. package/dist/teslapower/teslapower.mjs +5381 -0
  150. package/package.json +53 -0
@@ -0,0 +1,1281 @@
1
+ import { ChargeSchedule, LatLong, OffPeakChargingTimes, PreconditionSchedule, PreconditioningTimes, StwHeatLevel, Void } from "./common.cjs";
2
+ import { SessionInfo } from "./signatures.cjs";
3
+ import { ClimateState_CopActivationTemp, VehicleData, VehicleImageStateType, VehicleState_GuestMode } from "./vehicle.cjs";
4
+ import { BinaryReader, BinaryWriter } from "@bufbuild/protobuf/wire";
5
+ //#region src/command/car_server.d.ts
6
+ declare const protobufPackage = "CarServer";
7
+ /**
8
+ * UPSTREAM-SOURCE: teslamotors/vehicle-command
9
+ * UPSTREAM-PATH: pkg/protocol/protobuf/car_server.proto
10
+ * UPSTREAM-COMMIT: see upstream.json
11
+ * This file = upstream base + Teslemetry extensions marked TESLEMETRY-EXT.
12
+ */
13
+ declare enum OperationStatusE {
14
+ OPERATIONSTATUS_OK = 0,
15
+ OPERATIONSTATUS_ERROR = 1,
16
+ UNRECOGNIZED = -1
17
+ }
18
+ declare function operationStatusEFromJSON(object: any): OperationStatusE;
19
+ declare function operationStatusEToJSON(object: OperationStatusE): string;
20
+ interface Action {
21
+ vehicleAction?: VehicleAction | undefined;
22
+ }
23
+ interface VehicleAction {
24
+ getVehicleData?: GetVehicleData | undefined;
25
+ /** TESLEMETRY-EXT (app-4.58.6) */
26
+ remoteStartDrive?: RemoteStartDrive | undefined;
27
+ /** TESLEMETRY-EXT (app-4.58.6) */
28
+ createStreamSession?: CreateStreamSession | undefined;
29
+ /** TESLEMETRY-EXT (app-4.58.6) */
30
+ streamMessage?: StreamMessage | undefined;
31
+ chargingSetLimitAction?: ChargingSetLimitAction | undefined;
32
+ chargingStartStopAction?: ChargingStartStopAction | undefined;
33
+ drivingClearSpeedLimitPinAction?: DrivingClearSpeedLimitPinAction | undefined;
34
+ drivingSetSpeedLimitAction?: DrivingSetSpeedLimitAction | undefined;
35
+ drivingSpeedLimitAction?: DrivingSpeedLimitAction | undefined;
36
+ hvacAutoAction?: HvacAutoAction | undefined;
37
+ /** Missing = 11; */
38
+ hvacSetPreconditioningMaxAction?: HvacSetPreconditioningMaxAction | undefined;
39
+ hvacSteeringWheelHeaterAction?: HvacSteeringWheelHeaterAction | undefined;
40
+ hvacTemperatureAdjustmentAction?: HvacTemperatureAdjustmentAction | undefined;
41
+ mediaPlayAction?: MediaPlayAction | undefined;
42
+ mediaUpdateVolume?: MediaUpdateVolume | undefined;
43
+ mediaNextFavorite?: MediaNextFavorite | undefined;
44
+ mediaPreviousFavorite?: MediaPreviousFavorite | undefined;
45
+ mediaNextTrack?: MediaNextTrack | undefined;
46
+ mediaPreviousTrack?: MediaPreviousTrack | undefined;
47
+ /** TESLEMETRY-EXT (app-4.58.6) */
48
+ navigationRequest?: NavigationRequest | undefined;
49
+ /** TESLEMETRY-EXT (app-4.58.6) */
50
+ navigationSuperchargerRequest?: NavigationSuperchargerRequest | undefined;
51
+ getNearbyChargingSites?: GetNearbyChargingSites | undefined;
52
+ /** TESLEMETRY-EXT (app-4.58.6) */
53
+ uiSetUpcomingCalendarEntries?: UiSetUpcomingCalendarEntries | undefined;
54
+ vehicleControlCancelSoftwareUpdateAction?: VehicleControlCancelSoftwareUpdateAction | undefined;
55
+ vehicleControlFlashLightsAction?: VehicleControlFlashLightsAction | undefined;
56
+ vehicleControlHonkHornAction?: VehicleControlHonkHornAction | undefined;
57
+ vehicleControlResetValetPinAction?: VehicleControlResetValetPinAction | undefined;
58
+ vehicleControlScheduleSoftwareUpdateAction?: VehicleControlScheduleSoftwareUpdateAction | undefined;
59
+ vehicleControlSetSentryModeAction?: VehicleControlSetSentryModeAction | undefined;
60
+ vehicleControlSetValetModeAction?: VehicleControlSetValetModeAction | undefined;
61
+ vehicleControlSunroofOpenCloseAction?: VehicleControlSunroofOpenCloseAction | undefined;
62
+ vehicleControlTriggerHomelinkAction?: VehicleControlTriggerHomelinkAction | undefined;
63
+ vehicleControlWindowAction?: VehicleControlWindowAction | undefined;
64
+ hvacBioweaponModeAction?: HvacBioweaponModeAction | undefined;
65
+ hvacSeatHeaterActions?: HvacSeatHeaterActions | undefined;
66
+ /** TESLEMETRY-EXT (app-4.58.6) */
67
+ vehicleDataSubscription?: VehicleDataSubscription | undefined;
68
+ /** TESLEMETRY-EXT (app-4.58.6) */
69
+ vehicleDataAck?: VehicleDataAck | undefined;
70
+ /** TESLEMETRY-EXT (app-4.58.6) */
71
+ vitalsSubscription?: VitalsSubscription | undefined;
72
+ /** TESLEMETRY-EXT (app-4.58.6) */
73
+ vitalsAck?: VitalsAck | undefined;
74
+ scheduledChargingAction?: ScheduledChargingAction | undefined;
75
+ scheduledDepartureAction?: ScheduledDepartureAction | undefined;
76
+ setChargingAmpsAction?: SetChargingAmpsAction | undefined;
77
+ hvacClimateKeeperAction?: HvacClimateKeeperAction | undefined;
78
+ /** TESLEMETRY-EXT (app-4.58.6) */
79
+ hvacRecirculationAction?: HvacRecirculationAction | undefined;
80
+ ping?: Ping | undefined;
81
+ /** TESLEMETRY-EXT (app-4.58.6) */
82
+ dashcamSaveClipAction?: DashcamSaveClipAction | undefined;
83
+ autoSeatClimateAction?: AutoSeatClimateAction | undefined;
84
+ hvacSeatCoolerActions?: HvacSeatCoolerActions | undefined;
85
+ setCabinOverheatProtectionAction?: SetCabinOverheatProtectionAction | undefined;
86
+ /** TESLEMETRY-EXT (app-4.58.6) */
87
+ piiKeyRequest?: PiiKeyRequest | undefined;
88
+ /** TESLEMETRY-EXT (app-4.58.6) */
89
+ pseudonymSyncRequest?: PseudonymSyncRequest | undefined;
90
+ /** TESLEMETRY-EXT (app-4.58.6) */
91
+ navigationGpsRequest?: NavigationGpsRequest | undefined;
92
+ setVehicleNameAction?: SetVehicleNameAction | undefined;
93
+ /** TESLEMETRY-EXT (app-4.58.6) */
94
+ setRateTariffRequest?: SetRateTariffRequest | undefined;
95
+ /** TESLEMETRY-EXT (app-4.58.6) */
96
+ getRateTariffRequest?: GetRateTariffRequest | undefined;
97
+ /** TESLEMETRY-EXT (app-4.58.6) */
98
+ videoRequestAction?: VideoRequestAction | undefined;
99
+ /** TESLEMETRY-EXT (app-4.58.6) */
100
+ takeDrivenoteAction?: TakeDrivenoteAction | undefined;
101
+ chargePortDoorClose?: ChargePortDoorClose | undefined;
102
+ chargePortDoorOpen?: ChargePortDoorOpen | undefined;
103
+ /** TESLEMETRY-EXT (app-4.58.6) */
104
+ bluetoothClassicPairingRequest?: BluetoothClassicPairingRequest | undefined;
105
+ /** TESLEMETRY-EXT (app-4.58.6) */
106
+ boomboxAction?: BoomboxAction | undefined;
107
+ guestModeAction?: VehicleState_GuestMode | undefined;
108
+ setCopTempAction?: SetCopTempAction | undefined;
109
+ /** TESLEMETRY-EXT (app-4.58.6) */
110
+ addManagedChargingSiteRequest?: AddManagedChargingSiteRequest | undefined;
111
+ /** TESLEMETRY-EXT (app-4.58.6) */
112
+ removeManagedChargingSiteRequest?: RemoveManagedChargingSiteRequest | undefined;
113
+ /** TESLEMETRY-EXT (app-4.58.6) */
114
+ navigationRouteAction?: NavigationRouteAction | undefined;
115
+ /** TESLEMETRY-EXT (app-4.58.6) */
116
+ autoStwHeatAction?: AutoStwHeatAction | undefined;
117
+ /** TESLEMETRY-EXT (app-4.58.6) */
118
+ stwHeatLevelAction?: StwHeatLevelAction | undefined;
119
+ eraseUserDataAction?: EraseUserDataAction | undefined;
120
+ /** TESLEMETRY-EXT (app-4.58.6) */
121
+ getManagedChargingSitesRequest?: GetManagedChargingSitesRequest | undefined;
122
+ /** TESLEMETRY-EXT (app-4.58.6) */
123
+ updateChargeOnSolarFeatureRequest?: UpdateChargeOnSolarFeatureRequest | undefined;
124
+ /** TESLEMETRY-EXT (app-4.58.6) */
125
+ getChargeOnSolarFeatureRequest?: GetChargeOnSolarFeatureRequest | undefined;
126
+ vehicleControlSetPinToDriveAction?: VehicleControlSetPinToDriveAction | undefined;
127
+ vehicleControlResetPinToDriveAction?: VehicleControlResetPinToDriveAction | undefined;
128
+ drivingClearSpeedLimitPinAdminAction?: DrivingClearSpeedLimitPinAdminAction | undefined;
129
+ /** TESLEMETRY-EXT (app-4.58.6) */
130
+ setOutletsOnOffAction?: SetOutletsOnOffAction | undefined;
131
+ /** TESLEMETRY-EXT (app-4.58.6) */
132
+ setOutletTimerAction?: SetOutletTimerAction | undefined;
133
+ /** TESLEMETRY-EXT (app-4.58.6) */
134
+ setOutletSocLimitAction?: SetOutletSocLimitAction | undefined;
135
+ /** TESLEMETRY-EXT (app-4.58.6) */
136
+ setPowerFeedOnOffAction?: SetPowerFeedOnOffAction | undefined;
137
+ /** TESLEMETRY-EXT (app-4.58.6) */
138
+ setPowerFeedTimerAction?: SetPowerFeedTimerAction | undefined;
139
+ /** TESLEMETRY-EXT (app-4.58.6) */
140
+ setPowerFeedSocLimitAction?: SetPowerFeedSocLimitAction | undefined;
141
+ /** TESLEMETRY-EXT (app-4.58.6) */
142
+ setTrailerLightTestStartStopAction?: SetTrailerLightTestStartStopAction | undefined;
143
+ /** TESLEMETRY-EXT (app-4.58.6) */
144
+ setTruckBedLightAutoStateAction?: SetTruckBedLightAutoStateAction | undefined;
145
+ /** TESLEMETRY-EXT (app-4.58.6) */
146
+ setTruckBedLightBrightnessAction?: SetTruckBedLightBrightnessAction | undefined;
147
+ vehicleControlResetPinToDriveAdminAction?: VehicleControlResetPinToDriveAdminAction | undefined;
148
+ /** TESLEMETRY-EXT (app-4.58.6) */
149
+ navigationWaypointsRequest?: NavigationWaypointsRequest | undefined;
150
+ /** TESLEMETRY-EXT (app-4.58.6) */
151
+ setPowershareFeatureAction?: SetPowershareFeatureAction | undefined;
152
+ /** TESLEMETRY-EXT (app-4.58.6) */
153
+ setPowershareDischargeLimitAction?: SetPowershareDischargeLimitAction | undefined;
154
+ /** TESLEMETRY-EXT (app-4.58.6) */
155
+ setPowershareRequestAction?: SetPowershareRequestAction | undefined;
156
+ /** TESLEMETRY-EXT (app-4.58.6) */
157
+ setTentModeRequestAction?: SetTentModeRequestAction | undefined;
158
+ /** TESLEMETRY-EXT (app-4.58.6) */
159
+ setFrontZoneLightRequestAction?: SetZoneLightRequestAction | undefined;
160
+ /** TESLEMETRY-EXT (app-4.58.6) */
161
+ setRearZoneLightRequestAction?: SetZoneLightRequestAction | undefined;
162
+ addChargeScheduleAction?: ChargeSchedule | undefined;
163
+ removeChargeScheduleAction?: RemoveChargeScheduleAction | undefined;
164
+ addPreconditionScheduleAction?: PreconditionSchedule | undefined;
165
+ removePreconditionScheduleAction?: RemovePreconditionScheduleAction | undefined;
166
+ /** TESLEMETRY-EXT (app-4.58.6) */
167
+ setLightbarBrightnessAction?: SetLightbarBrightnessAction | undefined;
168
+ /** TESLEMETRY-EXT (app-4.58.6) */
169
+ setLightbarMiddleAction?: SetLightbarMiddleAction | undefined;
170
+ /** TESLEMETRY-EXT (app-4.58.6) */
171
+ setLightbarDitchAction?: SetLightbarDitchAction | undefined;
172
+ /** TESLEMETRY-EXT (app-4.58.6) */
173
+ getMessagesAction?: GetMessagesAction | undefined;
174
+ /** TESLEMETRY-EXT (app-4.58.6) */
175
+ teslaAuthResponseAction?: TeslaAuthResponseAction | undefined;
176
+ /** TESLEMETRY-EXT (app-4.58.6) */
177
+ navigationGpsDestinationRequest?: NavigationGpsDestinationRequest | undefined;
178
+ batchRemovePreconditionSchedulesAction?: BatchRemovePreconditionSchedulesAction | undefined;
179
+ batchRemoveChargeSchedulesAction?: BatchRemoveChargeSchedulesAction | undefined;
180
+ parentalControlsClearPinAction?: ParentalControlsClearPinAction | undefined;
181
+ parentalControlsClearPinAdminAction?: ParentalControlsClearPinAdminAction | undefined;
182
+ parentalControlsAction?: ParentalControlsAction | undefined;
183
+ parentalControlsEnableSettingsAction?: ParentalControlsEnableSettingsAction | undefined;
184
+ parentalControlsSetSpeedLimitAction?: ParentalControlsSetSpeedLimitAction | undefined;
185
+ /** TESLEMETRY-EXT (app-4.58.6) */
186
+ cancelSohTestAction?: CancelSohTestAction | undefined;
187
+ /** Missing = 115; */
188
+ stopLightShowAction?: StopLightShowAction | undefined;
189
+ /** TESLEMETRY-EXT (app-4.58.6) */
190
+ startLightShowAction?: StartLightShowAction | undefined;
191
+ /** TESLEMETRY-EXT (app-4.58.6) */
192
+ setSuspensionLevelAction?: SetSuspensionLevelAction | undefined;
193
+ /** TESLEMETRY-EXT (app-4.58.6) */
194
+ setDischargeLimitAction?: SetDischargeLimitAction | undefined;
195
+ setLowPowerModeAction?: SetLowPowerModeAction | undefined;
196
+ /** TESLEMETRY-EXT (app-4.58.6) */
197
+ setTemperatureUnitAction?: SetTemperatureUnitAction | undefined;
198
+ /** TESLEMETRY-EXT (app-4.58.6) */
199
+ setDistanceUnitAction?: SetDistanceUnitAction | undefined;
200
+ /** TESLEMETRY-EXT (app-4.58.6) */
201
+ setTimeDisplayFormatAction?: SetTimeDisplayFormatAction | undefined;
202
+ /** TESLEMETRY-EXT (app-4.58.6) */
203
+ setTirePressureUnitAction?: SetTirePressureUnitAction | undefined;
204
+ /** TESLEMETRY-EXT (app-4.58.6) */
205
+ setEnergyDisplayFormatAction?: SetEnergyDisplayFormatAction | undefined;
206
+ setKeepAccessoryPowerModeAction?: SetKeepAccessoryPowerModeAction | undefined;
207
+ /** TESLEMETRY-EXT (app-4.58.6) */
208
+ setupCloudProfileWithLocalProfileUuidAction?: SetupCloudProfileWithLocalProfileUuidAction | undefined;
209
+ /** TESLEMETRY-EXT (app-4.58.6) */
210
+ getLocalProfilesForVaultUuidAction?: GetLocalProfilesForVaultUuidAction | undefined;
211
+ /** TESLEMETRY-EXT (app-4.58.6) */
212
+ fetchKeysInfoAction?: FetchKeysInfoAction | undefined;
213
+ /** TESLEMETRY-EXT (app-4.58.6) */
214
+ deleteDashcamClipsAction?: DeleteDashcamClipsAction | undefined;
215
+ /** TESLEMETRY-EXT (app-4.58.6) */
216
+ formatUsbAction?: FormatUSBAction | undefined;
217
+ /** TESLEMETRY-EXT (app-4.58.6) */
218
+ bandwidthTest?: BandwidthTest | undefined;
219
+ /** TESLEMETRY-EXT (app-4.58.6) */
220
+ setPhoneSettingPreferencesAction?: SetPhoneSettingPreferencesAction | undefined;
221
+ /** TESLEMETRY-EXT (app-4.58.6) */
222
+ cancelVehicleDataSubscription?: CancelVehicleDataSubscription | undefined;
223
+ }
224
+ interface GetVehicleData {
225
+ /** TESLEMETRY-EXT (app-4.58.6) */
226
+ getGuiSettings: GetGuiSettings | undefined;
227
+ getChargeState: GetChargeState | undefined;
228
+ getClimateState: GetClimateState | undefined;
229
+ getDriveState: GetDriveState | undefined;
230
+ getLocationState: GetLocationState | undefined;
231
+ getClosuresState: GetClosuresState | undefined;
232
+ /** TESLEMETRY-EXT (app-4.58.6) */
233
+ getParkedAccessoryState: GetParkedAccessoryState | undefined;
234
+ getChargeScheduleState: GetChargeScheduleState | undefined;
235
+ getPreconditioningScheduleState: GetPreconditioningScheduleState | undefined;
236
+ getTirePressureState: GetTirePressureState | undefined;
237
+ getMediaState: GetMediaState | undefined;
238
+ getMediaDetailState: GetMediaDetailState | undefined;
239
+ getSoftwareUpdateState: GetSoftwareUpdateState | undefined;
240
+ /** TESLEMETRY-EXT (app-4.58.6) */
241
+ getVehicleState: GetVehicleState | undefined;
242
+ getParentalControlsState: GetParentalControlsState | undefined;
243
+ /** TESLEMETRY-EXT (app-4.58.6) */
244
+ getAlertState: GetAlertState | undefined;
245
+ /** TESLEMETRY-EXT (app-4.58.6) */
246
+ getLightShowState: GetLightShowState | undefined;
247
+ /** TESLEMETRY-EXT (app-4.58.6) */
248
+ getVehicleImageState: GetVehicleImageState | undefined;
249
+ /** TESLEMETRY-EXT (app-4.58.6) */
250
+ getSuspensionState: GetSuspensionState | undefined;
251
+ /** TESLEMETRY-EXT (app-4.58.6) */
252
+ getChildPresenceDetectionState: GetChildPresenceDetectionState | undefined;
253
+ }
254
+ /** ===== TESLEMETRY-EXT BEGIN (app-4.58.6) ===== */
255
+ interface GetGuiSettings {}
256
+ interface GetParkedAccessoryState {}
257
+ interface GetVehicleState {}
258
+ interface GetAlertState {}
259
+ interface GetLightShowState {}
260
+ interface GetVehicleImageState {
261
+ imageRequests: VehicleImageRequest[];
262
+ }
263
+ interface GetSuspensionState {}
264
+ interface GetChildPresenceDetectionState {}
265
+ interface VehicleImageDataChunkRequest {
266
+ chunkOffset: number;
267
+ chunkSize: number;
268
+ }
269
+ interface VehicleImageRequest {
270
+ dataType: VehicleImageRequest_Type;
271
+ imageType: VehicleImageStateType;
272
+ chunkRequest: VehicleImageDataChunkRequest | undefined;
273
+ }
274
+ declare enum VehicleImageRequest_Type {
275
+ ID = 0,
276
+ DATA = 1,
277
+ UNRECOGNIZED = -1
278
+ }
279
+ declare function vehicleImageRequest_TypeFromJSON(object: any): VehicleImageRequest_Type;
280
+ declare function vehicleImageRequest_TypeToJSON(object: VehicleImageRequest_Type): string;
281
+ interface GetTirePressureState {}
282
+ interface GetMediaState {}
283
+ interface GetMediaDetailState {}
284
+ interface GetSoftwareUpdateState {}
285
+ interface GetChargeState {}
286
+ interface GetClimateState {}
287
+ interface GetDriveState {}
288
+ interface GetLocationState {}
289
+ interface GetClosuresState {}
290
+ interface GetChargeScheduleState {}
291
+ interface GetPreconditioningScheduleState {}
292
+ interface GetParentalControlsState {}
293
+ interface EraseUserDataAction {
294
+ reason: string;
295
+ /** TESLEMETRY-EXT (app-4.58.6) */
296
+ triggerOnPark: boolean;
297
+ }
298
+ interface Response {
299
+ actionStatus: ActionStatus | undefined;
300
+ vehicleData?: VehicleData | undefined;
301
+ getSessionInfoResponse?: SessionInfo | undefined;
302
+ getNearbyChargingSites?: NearbyChargingSites | undefined;
303
+ ping?: Ping | undefined;
304
+ }
305
+ interface ActionStatus {
306
+ result: OperationStatusE;
307
+ resultReason: ResultReason | undefined;
308
+ }
309
+ interface ResultReason {
310
+ plainText?: string | undefined;
311
+ }
312
+ interface EncryptedData {
313
+ fieldNumber: number;
314
+ ciphertext: Uint8Array;
315
+ tag: Uint8Array;
316
+ }
317
+ interface ChargingSetLimitAction {
318
+ percent: number;
319
+ /** TESLEMETRY-EXT (app-4.58.6) */
320
+ oneTime: boolean;
321
+ }
322
+ interface ChargingStartStopAction {
323
+ unknown?: Void | undefined;
324
+ start?: Void | undefined;
325
+ startStandard?: Void | undefined;
326
+ startMaxRange?: Void | undefined;
327
+ stop?: Void | undefined;
328
+ }
329
+ interface DrivingClearSpeedLimitPinAction {
330
+ pin: string;
331
+ }
332
+ interface DrivingSetSpeedLimitAction {
333
+ limitMph: number;
334
+ }
335
+ interface DrivingSpeedLimitAction {
336
+ activate: boolean;
337
+ pin: string;
338
+ }
339
+ interface HvacAutoAction {
340
+ powerOn: boolean;
341
+ manualOverride: boolean;
342
+ }
343
+ interface HvacSeatHeaterActions {
344
+ hvacSeatHeaterAction: HvacSeatHeaterActions_HvacSeatHeaterAction[];
345
+ }
346
+ interface HvacSeatHeaterActions_HvacSeatHeaterAction {
347
+ seatHeaterUnknown?: Void | undefined;
348
+ seatHeaterOff?: Void | undefined;
349
+ seatHeaterLow?: Void | undefined;
350
+ seatHeaterMed?: Void | undefined;
351
+ seatHeaterHigh?: Void | undefined;
352
+ carSeatUnknown?: Void | undefined;
353
+ carSeatFrontLeft?: Void | undefined;
354
+ carSeatFrontRight?: Void | undefined;
355
+ carSeatRearLeft?: Void | undefined;
356
+ carSeatRearLeftBack?: Void | undefined;
357
+ carSeatRearCenter?: Void | undefined;
358
+ carSeatRearRight?: Void | undefined;
359
+ carSeatRearRightBack?: Void | undefined;
360
+ carSeatThirdRowLeft?: Void | undefined;
361
+ carSeatThirdRowRight?: Void | undefined;
362
+ }
363
+ interface HvacSeatCoolerActions {
364
+ hvacSeatCoolerAction: HvacSeatCoolerActions_HvacSeatCoolerAction[];
365
+ }
366
+ declare enum HvacSeatCoolerActions_HvacSeatCoolerLevelE {
367
+ HvacSeatCoolerLevel_Unknown = 0,
368
+ HvacSeatCoolerLevel_Off = 1,
369
+ HvacSeatCoolerLevel_Low = 2,
370
+ HvacSeatCoolerLevel_Med = 3,
371
+ HvacSeatCoolerLevel_High = 4,
372
+ UNRECOGNIZED = -1
373
+ }
374
+ declare function hvacSeatCoolerActions_HvacSeatCoolerLevelEFromJSON(object: any): HvacSeatCoolerActions_HvacSeatCoolerLevelE;
375
+ declare function hvacSeatCoolerActions_HvacSeatCoolerLevelEToJSON(object: HvacSeatCoolerActions_HvacSeatCoolerLevelE): string;
376
+ declare enum HvacSeatCoolerActions_HvacSeatCoolerPositionE {
377
+ HvacSeatCoolerPosition_Unknown = 0,
378
+ HvacSeatCoolerPosition_FrontLeft = 1,
379
+ HvacSeatCoolerPosition_FrontRight = 2,
380
+ /** HvacSeatCoolerPosition_SecondRowLeft - TESLEMETRY-EXT (app-4.58.6) */
381
+ HvacSeatCoolerPosition_SecondRowLeft = 3,
382
+ /** HvacSeatCoolerPosition_SecondRowRight - TESLEMETRY-EXT (app-4.58.6) */
383
+ HvacSeatCoolerPosition_SecondRowRight = 4,
384
+ UNRECOGNIZED = -1
385
+ }
386
+ declare function hvacSeatCoolerActions_HvacSeatCoolerPositionEFromJSON(object: any): HvacSeatCoolerActions_HvacSeatCoolerPositionE;
387
+ declare function hvacSeatCoolerActions_HvacSeatCoolerPositionEToJSON(object: HvacSeatCoolerActions_HvacSeatCoolerPositionE): string;
388
+ interface HvacSeatCoolerActions_HvacSeatCoolerAction {
389
+ seatCoolerLevel: HvacSeatCoolerActions_HvacSeatCoolerLevelE;
390
+ seatPosition: HvacSeatCoolerActions_HvacSeatCoolerPositionE;
391
+ }
392
+ interface HvacSetPreconditioningMaxAction {
393
+ on: boolean;
394
+ manualOverride: boolean;
395
+ manualOverrideMode: HvacSetPreconditioningMaxAction_ManualOverrideModeE[];
396
+ }
397
+ declare enum HvacSetPreconditioningMaxAction_ManualOverrideModeE {
398
+ DogMode = 0,
399
+ Soc = 1,
400
+ Doors = 2,
401
+ UNRECOGNIZED = -1
402
+ }
403
+ declare function hvacSetPreconditioningMaxAction_ManualOverrideModeEFromJSON(object: any): HvacSetPreconditioningMaxAction_ManualOverrideModeE;
404
+ declare function hvacSetPreconditioningMaxAction_ManualOverrideModeEToJSON(object: HvacSetPreconditioningMaxAction_ManualOverrideModeE): string;
405
+ interface HvacSteeringWheelHeaterAction {
406
+ powerOn: boolean;
407
+ }
408
+ interface HvacTemperatureAdjustmentAction {
409
+ deltaCelsius: number;
410
+ deltaPercent: number;
411
+ absoluteCelsius: number;
412
+ level: HvacTemperatureAdjustmentAction_Temperature | undefined;
413
+ hvacTemperatureZone: HvacTemperatureAdjustmentAction_HvacTemperatureZone[];
414
+ driverTempCelsius: number;
415
+ passengerTempCelsius: number;
416
+ }
417
+ interface HvacTemperatureAdjustmentAction_Temperature {
418
+ tempUnknown?: Void | undefined;
419
+ tempMin?: Void | undefined;
420
+ tempMax?: Void | undefined;
421
+ }
422
+ interface HvacTemperatureAdjustmentAction_HvacTemperatureZone {
423
+ tempZoneUnknown?: Void | undefined;
424
+ tempZoneFrontLeft?: Void | undefined;
425
+ tempZoneFrontRight?: Void | undefined;
426
+ tempZoneRear?: Void | undefined;
427
+ }
428
+ interface GetNearbyChargingSites {
429
+ includeMetaData: boolean;
430
+ radius: number;
431
+ count: number;
432
+ }
433
+ interface NearbyChargingSites {
434
+ timestamp: Date | undefined;
435
+ /** TESLEMETRY-EXT (app-4.58.6) */
436
+ destinationCharging: DestinationCharging[];
437
+ superchargers: Superchargers[];
438
+ congestionSyncTimeUtcSecs: number;
439
+ }
440
+ /** ===== TESLEMETRY-EXT BEGIN (app-4.58.6) ===== */
441
+ interface DestinationCharging {
442
+ distanceMiles: number;
443
+ postalCode: string;
444
+ streetAddress: string;
445
+ withinRange: boolean;
446
+ }
447
+ interface Superchargers {
448
+ id: number;
449
+ amenities: string;
450
+ availableStalls: number;
451
+ billingInfo: string;
452
+ billingTime: string;
453
+ city: string;
454
+ country: string;
455
+ distanceMiles: number;
456
+ district: string;
457
+ location: LatLong | undefined;
458
+ name: string;
459
+ postalCode: string;
460
+ siteClosed: boolean;
461
+ state: string;
462
+ streetAddress: string;
463
+ totalStalls: number;
464
+ withinRange: boolean;
465
+ maxPowerKw: number;
466
+ outOfOrderStallsNumber: number;
467
+ outOfOrderStallsNames: string;
468
+ }
469
+ interface MediaPlayAction {}
470
+ interface MediaUpdateVolume {
471
+ volumeDelta?: number | undefined;
472
+ volumeAbsoluteFloat?: number | undefined;
473
+ }
474
+ interface MediaNextFavorite {}
475
+ interface MediaPreviousFavorite {}
476
+ interface MediaNextTrack {}
477
+ interface MediaPreviousTrack {}
478
+ interface VehicleControlCancelSoftwareUpdateAction {}
479
+ interface VehicleControlFlashLightsAction {}
480
+ interface VehicleControlHonkHornAction {}
481
+ interface VehicleControlResetValetPinAction {}
482
+ interface VehicleControlScheduleSoftwareUpdateAction {
483
+ offsetSec: number;
484
+ }
485
+ interface VehicleControlSetSentryModeAction {
486
+ on: boolean;
487
+ }
488
+ interface VehicleControlSetValetModeAction {
489
+ on: boolean;
490
+ password: string;
491
+ }
492
+ interface VehicleControlSunroofOpenCloseAction {
493
+ absoluteLevel?: number | undefined;
494
+ deltaLevel?: number | undefined;
495
+ vent?: Void | undefined;
496
+ close?: Void | undefined;
497
+ open?: Void | undefined;
498
+ }
499
+ interface VehicleControlTriggerHomelinkAction {
500
+ location: LatLong | undefined;
501
+ token: string;
502
+ }
503
+ interface VehicleControlWindowAction {
504
+ unknown?: Void | undefined;
505
+ vent?: Void | undefined;
506
+ close?: Void | undefined;
507
+ }
508
+ interface HvacBioweaponModeAction {
509
+ on: boolean;
510
+ manualOverride: boolean;
511
+ }
512
+ interface AutoSeatClimateAction {
513
+ carseat: AutoSeatClimateAction_CarSeat[];
514
+ }
515
+ declare enum AutoSeatClimateAction_AutoSeatPositionE {
516
+ AutoSeatPosition_Unknown = 0,
517
+ AutoSeatPosition_FrontLeft = 1,
518
+ AutoSeatPosition_FrontRight = 2,
519
+ UNRECOGNIZED = -1
520
+ }
521
+ declare function autoSeatClimateAction_AutoSeatPositionEFromJSON(object: any): AutoSeatClimateAction_AutoSeatPositionE;
522
+ declare function autoSeatClimateAction_AutoSeatPositionEToJSON(object: AutoSeatClimateAction_AutoSeatPositionE): string;
523
+ interface AutoSeatClimateAction_CarSeat {
524
+ on: boolean;
525
+ seatPosition: AutoSeatClimateAction_AutoSeatPositionE;
526
+ }
527
+ interface Ping {
528
+ pingId: number;
529
+ localTimestamp: Date | undefined;
530
+ lastRemoteTimestamp: Date | undefined;
531
+ }
532
+ interface ScheduledChargingAction {
533
+ enabled: boolean;
534
+ chargingTime: number;
535
+ }
536
+ interface ScheduledDepartureAction {
537
+ enabled: boolean;
538
+ departureTime: number;
539
+ preconditioningTimes: PreconditioningTimes | undefined;
540
+ offPeakChargingTimes: OffPeakChargingTimes | undefined;
541
+ offPeakHoursEndTime: number;
542
+ }
543
+ interface HvacClimateKeeperAction {
544
+ ClimateKeeperAction: HvacClimateKeeperAction_ClimateKeeperActionE;
545
+ manualOverride: boolean;
546
+ /** TESLEMETRY-EXT (app-4.58.6) */
547
+ manualOverrideMode: HvacClimateKeeperAction_ManualOverrideModeE[];
548
+ }
549
+ declare enum HvacClimateKeeperAction_ClimateKeeperActionE {
550
+ ClimateKeeperAction_Off = 0,
551
+ ClimateKeeperAction_On = 1,
552
+ ClimateKeeperAction_Dog = 2,
553
+ ClimateKeeperAction_Camp = 3,
554
+ UNRECOGNIZED = -1
555
+ }
556
+ declare function hvacClimateKeeperAction_ClimateKeeperActionEFromJSON(object: any): HvacClimateKeeperAction_ClimateKeeperActionE;
557
+ declare function hvacClimateKeeperAction_ClimateKeeperActionEToJSON(object: HvacClimateKeeperAction_ClimateKeeperActionE): string;
558
+ /** TESLEMETRY-EXT (app-4.58.6) */
559
+ declare enum HvacClimateKeeperAction_ManualOverrideModeE {
560
+ Soc = 0,
561
+ Cpd = 1,
562
+ UNRECOGNIZED = -1
563
+ }
564
+ declare function hvacClimateKeeperAction_ManualOverrideModeEFromJSON(object: any): HvacClimateKeeperAction_ManualOverrideModeE;
565
+ declare function hvacClimateKeeperAction_ManualOverrideModeEToJSON(object: HvacClimateKeeperAction_ManualOverrideModeE): string;
566
+ /** ===== TESLEMETRY-EXT BEGIN (app-4.58.6) ===== */
567
+ interface HvacRecirculationAction {
568
+ on: boolean;
569
+ }
570
+ interface SetChargingAmpsAction {
571
+ chargingAmps: number;
572
+ }
573
+ interface RemoveChargeScheduleAction {
574
+ /** datetime in epoch time */
575
+ id: number;
576
+ }
577
+ interface BatchRemoveChargeSchedulesAction {
578
+ home: boolean;
579
+ work: boolean;
580
+ /** Delete non-home and non-work charge schedules */
581
+ other: boolean;
582
+ }
583
+ interface BatchRemovePreconditionSchedulesAction {
584
+ home: boolean;
585
+ work: boolean;
586
+ /** Delete non-home and non-work precondition schedules */
587
+ other: boolean;
588
+ }
589
+ interface RemovePreconditionScheduleAction {
590
+ /** datetime in epoch time */
591
+ id: number;
592
+ }
593
+ interface SetCabinOverheatProtectionAction {
594
+ on: boolean;
595
+ fanOnly: boolean;
596
+ }
597
+ interface SetVehicleNameAction {
598
+ vehicleName: string;
599
+ }
600
+ interface ChargePortDoorClose {}
601
+ interface ChargePortDoorOpen {}
602
+ /** ===== TESLEMETRY-EXT BEGIN (app-4.58.6) ===== */
603
+ interface BoomboxAction {
604
+ sound: number;
605
+ }
606
+ interface SetCopTempAction {
607
+ copActivationTemp: ClimateState_CopActivationTemp;
608
+ }
609
+ interface VehicleControlSetPinToDriveAction {
610
+ on: boolean;
611
+ password: string;
612
+ }
613
+ interface VehicleControlResetPinToDriveAction {}
614
+ /** ===== TESLEMETRY-EXT BEGIN (app-4.58.6) ===== */
615
+ interface RemoteStartDrive {}
616
+ interface CreateStreamSession {
617
+ sessionId: string;
618
+ }
619
+ interface StreamMessage {
620
+ sessionId: string;
621
+ data: Uint8Array;
622
+ }
623
+ interface NavigationRequest {
624
+ destination: string;
625
+ order: number;
626
+ }
627
+ interface NavigationSuperchargerRequest {
628
+ order: number;
629
+ }
630
+ interface UiSetUpcomingCalendarEntries {
631
+ calendarData: string;
632
+ }
633
+ interface VehicleDataSubscription {
634
+ /** Security-related field for handling PII data */
635
+ piiKeyRequest: VehicleDataSubscription_PiiKeyRequest | undefined;
636
+ /** Subscription configuration parameters */
637
+ subscriptionDurationS: number;
638
+ /** Ping interval in seconds */
639
+ subscriptionPingS: number;
640
+ /** Maximum update rates for different state types (in milliseconds) */
641
+ guiSettingsMaxUpdateRateMs: number;
642
+ chargeStateMaxUpdateRateMs: number;
643
+ climateStateMaxUpdateRateMs: number;
644
+ driveStateMaxUpdateRateMs: number;
645
+ vehicleStateMaxUpdateRateMs: number;
646
+ vehicleConfigMaxUpdateRateMs: number;
647
+ locationStateMaxUpdateRateMs: number;
648
+ closuresStateMaxUpdateRateMs: number;
649
+ parkedAccessoryStateMaxUpdateRateMs: number;
650
+ chargeScheduleStateMaxUpdateRateMs: number;
651
+ preconditioningScheduleStateMaxUpdateRateMs: number;
652
+ alertStateMaxUpdateRateMs: number;
653
+ suspensionStateMaxUpdateRateMs: number;
654
+ childPresenceDetectionStateMaxUpdateRateMs: number;
655
+ }
656
+ /** Privacy/security request for handling PII (Personally Identifiable Information) */
657
+ interface VehicleDataSubscription_PiiKeyRequest {
658
+ subscriberPublicKey: string;
659
+ }
660
+ interface VehicleDataAck {
661
+ /** Timestamps for different vehicle state types to acknowledge receipt */
662
+ chargeStateTimestamp: Date | undefined;
663
+ climateStateTimestamp: Date | undefined;
664
+ closuresStateTimestamp: Date | undefined;
665
+ driveStateTimestamp: Date | undefined;
666
+ guiSettingsTimestamp: Date | undefined;
667
+ locationStateTimestamp: Date | undefined;
668
+ vehicleConfigTimestamp: Date | undefined;
669
+ vehicleStateTimestamp: Date | undefined;
670
+ parkedAccessoryStateTimestamp: Date | undefined;
671
+ chargeScheduleStateTimestamp: Date | undefined;
672
+ preconditioningScheduleStateTimestamp: Date | undefined;
673
+ alertStateTimestamp: Date | undefined;
674
+ suspensionStateTimestamp: Date | undefined;
675
+ /** Field to report decryption errors encountered during processing */
676
+ decryptionErrorField: number[];
677
+ }
678
+ interface VitalsSubscription {
679
+ sessionId: number;
680
+ }
681
+ interface VitalsAck {}
682
+ interface DashcamSaveClipAction {}
683
+ interface PiiKeyRequest {
684
+ subscriberPublicKey: string;
685
+ piiKeyExpiration: Date | undefined;
686
+ }
687
+ interface PseudonymSyncRequest {
688
+ lastKnownPseudonymHashed: Uint8Array;
689
+ }
690
+ interface NavigationGpsRequest {
691
+ lat: number;
692
+ lon: number;
693
+ order: NavigationGpsRequest_RemoteNavTripOrder;
694
+ }
695
+ declare enum NavigationGpsRequest_RemoteNavTripOrder {
696
+ REMOTE_NAV_TRIP_ORDER_UNKNOWN = 0,
697
+ REMOTE_NAV_TRIP_ORDER_REPLACE = 1,
698
+ REMOTE_NAV_TRIP_ORDER_PREPEND = 2,
699
+ REMOTE_NAV_TRIP_ORDER_APPEND = 3,
700
+ UNRECOGNIZED = -1
701
+ }
702
+ declare function navigationGpsRequest_RemoteNavTripOrderFromJSON(object: any): NavigationGpsRequest_RemoteNavTripOrder;
703
+ declare function navigationGpsRequest_RemoteNavTripOrderToJSON(object: NavigationGpsRequest_RemoteNavTripOrder): string;
704
+ /**
705
+ * The wire payload at VehicleAction tag 55 is a rate-tariff document; only the
706
+ * parts of that document we have observed and documented are declared here.
707
+ * ===== TESLEMETRY-EXT BEGIN (app-4.58.6) =====
708
+ */
709
+ interface SetRateTariffRequest {
710
+ seasons: SetRateTariffRequest_Seasons | undefined;
711
+ tariff: SetRateTariffRequest_Tariff | undefined;
712
+ }
713
+ interface SetRateTariffRequest_TOUPeriod {
714
+ fromDayOfWeek: number;
715
+ toDayOfWeek: number;
716
+ fromHour: number;
717
+ fromMinute: number;
718
+ toHour: number;
719
+ toMinute: number;
720
+ }
721
+ interface SetRateTariffRequest_TOUPeriods {
722
+ onPeak: SetRateTariffRequest_TOUPeriod[];
723
+ partialPeak: SetRateTariffRequest_TOUPeriod[];
724
+ offPeak: SetRateTariffRequest_TOUPeriod[];
725
+ superOffPeak: SetRateTariffRequest_TOUPeriod[];
726
+ }
727
+ interface SetRateTariffRequest_Season {
728
+ fromDay: number;
729
+ toDay: number;
730
+ fromMonth: number;
731
+ toMonth: number;
732
+ touPeriods: SetRateTariffRequest_TOUPeriods | undefined;
733
+ }
734
+ interface SetRateTariffRequest_Seasons {
735
+ Summer: SetRateTariffRequest_Season | undefined;
736
+ Winter: SetRateTariffRequest_Season | undefined;
737
+ Season3: SetRateTariffRequest_Season | undefined;
738
+ Season4: SetRateTariffRequest_Season | undefined;
739
+ Season5: SetRateTariffRequest_Season | undefined;
740
+ }
741
+ interface SetRateTariffRequest_FixedCharge {
742
+ ALL: number;
743
+ }
744
+ interface SetRateTariffRequest_RateBand {
745
+ ALL: number;
746
+ onPeak: number;
747
+ partialPeak: number;
748
+ offPeak: number;
749
+ superOffPeak: number;
750
+ }
751
+ interface SetRateTariffRequest_Charges {
752
+ ALL: SetRateTariffRequest_FixedCharge | undefined;
753
+ Summer: SetRateTariffRequest_RateBand | undefined;
754
+ Winter: SetRateTariffRequest_RateBand | undefined;
755
+ Season3: SetRateTariffRequest_RateBand | undefined;
756
+ Season4: SetRateTariffRequest_RateBand | undefined;
757
+ Season5: SetRateTariffRequest_RateBand | undefined;
758
+ }
759
+ /** secondary tariff document embedded in the primary one */
760
+ interface SetRateTariffRequest_Tariff {
761
+ seasons: SetRateTariffRequest_Seasons | undefined;
762
+ }
763
+ interface GetRateTariffRequest {}
764
+ interface VideoRequestAction {
765
+ url: string;
766
+ }
767
+ interface TakeDrivenoteAction {
768
+ note: string;
769
+ }
770
+ interface BluetoothClassicPairingRequest {
771
+ utf8Name: string;
772
+ macAddress: Uint8Array;
773
+ }
774
+ interface AddManagedChargingSiteRequest {
775
+ site: ManagedChargingSite | undefined;
776
+ }
777
+ interface ManagedChargingSite {
778
+ publicKey: string;
779
+ managerType: ManagerType | undefined;
780
+ latLon: LatLong | undefined;
781
+ }
782
+ interface ManagerType {
783
+ siteController: SiteController | undefined;
784
+ }
785
+ interface SiteController {}
786
+ interface RemoveManagedChargingSiteRequest {
787
+ publicKey: string;
788
+ }
789
+ interface NavigationRouteAction {}
790
+ interface AutoStwHeatAction {
791
+ on: boolean;
792
+ }
793
+ interface StwHeatLevelAction {
794
+ stwHeatLevel: StwHeatLevel;
795
+ }
796
+ interface GetManagedChargingSitesRequest {}
797
+ interface UpdateChargeOnSolarFeatureRequest {
798
+ /** Field with JSON name "chargeOnSolar" */
799
+ chargeOnSolar: ChargeOnSolarFeature | undefined;
800
+ }
801
+ interface GetChargeOnSolarFeatureRequest {}
802
+ interface ChargeOnSolarFeature {
803
+ enabled: boolean;
804
+ /** Field with JSON name "lowerChargeLimit" */
805
+ lowerChargeLimit: number;
806
+ /** Field with JSON name "upperChargeLimit" */
807
+ upperChargeLimit: number;
808
+ }
809
+ /** This is an empty message with no fields */
810
+ interface DrivingClearSpeedLimitPinAdminAction {}
811
+ /** ===== TESLEMETRY-EXT BEGIN (app-4.58.6) ===== */
812
+ interface SetOutletsOnOffAction {
813
+ /** Field with JSON name "outletRequest" */
814
+ outletRequest: SetOutletsOnOffAction_OutletRequest;
815
+ }
816
+ declare enum SetOutletsOnOffAction_OutletRequest {
817
+ OUTLET_REQUEST_UNKNOWN = 0,
818
+ OUTLET_REQUEST_OFF = 1,
819
+ OUTLET_REQUEST_CABIN_AND_BED = 2,
820
+ OUTLET_REQUEST_CABIN = 3,
821
+ UNRECOGNIZED = -1
822
+ }
823
+ declare function setOutletsOnOffAction_OutletRequestFromJSON(object: any): SetOutletsOnOffAction_OutletRequest;
824
+ declare function setOutletsOnOffAction_OutletRequestToJSON(object: SetOutletsOnOffAction_OutletRequest): string;
825
+ interface SetOutletTimerAction {
826
+ /** Field with JSON name "numMinutes" */
827
+ numMinutes: number;
828
+ }
829
+ interface SetOutletSocLimitAction {
830
+ percent: number;
831
+ }
832
+ interface SetPowerFeedOnOffAction {
833
+ /** Field with JSON name "powerFeedRequest" */
834
+ powerFeedRequest: SetPowerFeedOnOffAction_PowerFeedRequest;
835
+ }
836
+ declare enum SetPowerFeedOnOffAction_PowerFeedRequest {
837
+ POWER_FEED_REQUEST_UNKNOWN = 0,
838
+ POWER_FEED_REQUEST_OFF = 1,
839
+ POWER_FEED_REQUEST_FEED_1 = 2,
840
+ POWER_FEED_REQUEST_FEED_2 = 3,
841
+ POWER_FEED_REQUEST_FEED_1_AND_FEED_2 = 4,
842
+ UNRECOGNIZED = -1
843
+ }
844
+ declare function setPowerFeedOnOffAction_PowerFeedRequestFromJSON(object: any): SetPowerFeedOnOffAction_PowerFeedRequest;
845
+ declare function setPowerFeedOnOffAction_PowerFeedRequestToJSON(object: SetPowerFeedOnOffAction_PowerFeedRequest): string;
846
+ interface SetPowerFeedTimerAction {
847
+ /** Field with JSON name "numMinutes" */
848
+ numMinutes: number;
849
+ }
850
+ interface SetPowerFeedSocLimitAction {
851
+ percent: number;
852
+ }
853
+ interface SetTrailerLightTestStartStopAction {
854
+ startStop: boolean;
855
+ }
856
+ interface SetTruckBedLightAutoStateAction {
857
+ powerState: boolean;
858
+ }
859
+ interface SetTruckBedLightBrightnessAction {
860
+ brightness: number;
861
+ }
862
+ interface VehicleControlResetPinToDriveAdminAction {}
863
+ /** ===== TESLEMETRY-EXT BEGIN (app-4.58.6) ===== */
864
+ interface NavigationWaypointsRequest {
865
+ waypoints: string;
866
+ tripPlanOptions: NavigationWaypointsRequest_TripPlanOptions | undefined;
867
+ }
868
+ interface NavigationWaypointsRequest_TripPlanOptions {
869
+ destinationStartSoe: number;
870
+ destinationArrivalSoe: number;
871
+ }
872
+ interface SetPowershareFeatureAction {
873
+ powershareFeatureRequest: SetPowershareFeatureAction_PowershareFeatureRequest;
874
+ }
875
+ declare enum SetPowershareFeatureAction_PowershareFeatureRequest {
876
+ POWERSHARE_FEATURE_REQUEST_UNKNOWN = 0,
877
+ POWERSHARE_FEATURE_REQUEST_OFF = 1,
878
+ POWERSHARE_FEATURE_REQUEST_ON = 2,
879
+ UNRECOGNIZED = -1
880
+ }
881
+ declare function setPowershareFeatureAction_PowershareFeatureRequestFromJSON(object: any): SetPowershareFeatureAction_PowershareFeatureRequest;
882
+ declare function setPowershareFeatureAction_PowershareFeatureRequestToJSON(object: SetPowershareFeatureAction_PowershareFeatureRequest): string;
883
+ interface SetPowershareDischargeLimitAction {
884
+ powershareDischargeLimit: number;
885
+ }
886
+ interface SetPowershareRequestAction {
887
+ powershareRequest: SetPowershareRequestAction_PowershareRequest;
888
+ }
889
+ declare enum SetPowershareRequestAction_PowershareRequest {
890
+ POWERSHARE_REQUEST_UNKNOWN = 0,
891
+ POWERSHARE_REQUEST_OFF = 1,
892
+ POWERSHARE_REQUEST_ON = 2,
893
+ UNRECOGNIZED = -1
894
+ }
895
+ declare function setPowershareRequestAction_PowershareRequestFromJSON(object: any): SetPowershareRequestAction_PowershareRequest;
896
+ declare function setPowershareRequestAction_PowershareRequestToJSON(object: SetPowershareRequestAction_PowershareRequest): string;
897
+ interface SetTentModeRequestAction {
898
+ on: boolean;
899
+ }
900
+ interface SetZoneLightRequestAction {
901
+ zoneLightRequest: SetZoneLightRequestAction_ZoneLightRequest;
902
+ }
903
+ declare enum SetZoneLightRequestAction_ZoneLightRequest {
904
+ ZONE_LIGHT_REQUEST_OFF = 0,
905
+ ZONE_LIGHT_REQUEST_LOW = 1,
906
+ ZONE_LIGHT_REQUEST_MED = 2,
907
+ ZONE_LIGHT_REQUEST_HIGH = 3,
908
+ UNRECOGNIZED = -1
909
+ }
910
+ declare function setZoneLightRequestAction_ZoneLightRequestFromJSON(object: any): SetZoneLightRequestAction_ZoneLightRequest;
911
+ declare function setZoneLightRequestAction_ZoneLightRequestToJSON(object: SetZoneLightRequestAction_ZoneLightRequest): string;
912
+ interface SetLightbarBrightnessAction {
913
+ brightnessRequest: number;
914
+ }
915
+ interface SetLightbarMiddleAction {
916
+ middleLightRequest: boolean;
917
+ }
918
+ interface SetLightbarDitchAction {
919
+ ditchLightsRequest: boolean;
920
+ }
921
+ interface GetMessagesAction {}
922
+ interface TeslaAuthResponseAction {
923
+ clientId: string;
924
+ scope: string;
925
+ accessToken: string;
926
+ refreshToken: string;
927
+ expiryTimestamp: number;
928
+ error: string;
929
+ scopedToken: string;
930
+ }
931
+ interface NavigationGpsDestinationRequest {
932
+ lat: number;
933
+ lon: number;
934
+ destination: string;
935
+ order: NavigationGpsDestinationRequest_RemoteNavTripOrder;
936
+ }
937
+ declare enum NavigationGpsDestinationRequest_RemoteNavTripOrder {
938
+ REMOTE_NAV_TRIP_ORDER_UNKNOWN = 0,
939
+ REMOTE_NAV_TRIP_ORDER_REPLACE = 1,
940
+ REMOTE_NAV_TRIP_ORDER_PREPEND = 2,
941
+ REMOTE_NAV_TRIP_ORDER_APPEND = 3,
942
+ UNRECOGNIZED = -1
943
+ }
944
+ declare function navigationGpsDestinationRequest_RemoteNavTripOrderFromJSON(object: any): NavigationGpsDestinationRequest_RemoteNavTripOrder;
945
+ declare function navigationGpsDestinationRequest_RemoteNavTripOrderToJSON(object: NavigationGpsDestinationRequest_RemoteNavTripOrder): string;
946
+ interface ParentalControlsClearPinAction {
947
+ pin: string;
948
+ }
949
+ interface ParentalControlsClearPinAdminAction {}
950
+ interface ParentalControlsAction {
951
+ activate: boolean;
952
+ pin: string;
953
+ }
954
+ interface ParentalControlsEnableSettingsAction {
955
+ setting: ParentalControlsEnableSettingsAction_ParentalControlsSettingE;
956
+ enable: boolean;
957
+ }
958
+ declare enum ParentalControlsEnableSettingsAction_ParentalControlsSettingE {
959
+ SpeedLimit = 0,
960
+ Acceleration = 1,
961
+ SafetyFeatures = 2,
962
+ Curfew = 3,
963
+ BrowserBlocked = 4,
964
+ TheaterBlocked = 5,
965
+ ArcadeBlocked = 6,
966
+ UNRECOGNIZED = -1
967
+ }
968
+ declare function parentalControlsEnableSettingsAction_ParentalControlsSettingEFromJSON(object: any): ParentalControlsEnableSettingsAction_ParentalControlsSettingE;
969
+ declare function parentalControlsEnableSettingsAction_ParentalControlsSettingEToJSON(object: ParentalControlsEnableSettingsAction_ParentalControlsSettingE): string;
970
+ interface ParentalControlsSetSpeedLimitAction {
971
+ limitMph: number;
972
+ }
973
+ /** ===== TESLEMETRY-EXT BEGIN (app-4.58.6) ===== */
974
+ interface CancelSohTestAction {}
975
+ interface StopLightShowAction {}
976
+ interface StartLightShowAction {
977
+ showIndex: number;
978
+ startTime: number;
979
+ volume: number;
980
+ danceMoves: boolean;
981
+ }
982
+ interface SetSuspensionLevelAction {
983
+ suspensionLevel: SetSuspensionLevelAction_SuspensionLevel;
984
+ }
985
+ declare enum SetSuspensionLevelAction_SuspensionLevel {
986
+ SUSPENSION_LEVEL_INVALID = 0,
987
+ SUSPENSION_LEVEL_ENTRY = 1,
988
+ SUSPENSION_LEVEL_LOW = 2,
989
+ SUSPENSION_LEVEL_MEDIUM = 3,
990
+ SUSPENSION_LEVEL_HIGH = 4,
991
+ SUSPENSION_LEVEL_VERY_HIGH = 5,
992
+ SUSPENSION_LEVEL_EXTRACT = 6,
993
+ UNRECOGNIZED = -1
994
+ }
995
+ declare function setSuspensionLevelAction_SuspensionLevelFromJSON(object: any): SetSuspensionLevelAction_SuspensionLevel;
996
+ declare function setSuspensionLevelAction_SuspensionLevelToJSON(object: SetSuspensionLevelAction_SuspensionLevel): string;
997
+ interface SetDischargeLimitAction {
998
+ dischargeLimit: number;
999
+ }
1000
+ interface SetLowPowerModeAction {
1001
+ lowPowerMode: boolean;
1002
+ }
1003
+ /** ===== TESLEMETRY-EXT BEGIN (app-4.58.6) ===== */
1004
+ interface SetTemperatureUnitAction {
1005
+ unit: SetTemperatureUnitAction_Unit;
1006
+ }
1007
+ declare enum SetTemperatureUnitAction_Unit {
1008
+ UNIT_FAHRENHEIT = 0,
1009
+ UNIT_CELSIUS = 1,
1010
+ UNRECOGNIZED = -1
1011
+ }
1012
+ declare function setTemperatureUnitAction_UnitFromJSON(object: any): SetTemperatureUnitAction_Unit;
1013
+ declare function setTemperatureUnitAction_UnitToJSON(object: SetTemperatureUnitAction_Unit): string;
1014
+ interface SetDistanceUnitAction {
1015
+ unit: SetDistanceUnitAction_Unit;
1016
+ }
1017
+ declare enum SetDistanceUnitAction_Unit {
1018
+ UNIT_MILES = 0,
1019
+ UNIT_KILOMETERS = 1,
1020
+ UNRECOGNIZED = -1
1021
+ }
1022
+ declare function setDistanceUnitAction_UnitFromJSON(object: any): SetDistanceUnitAction_Unit;
1023
+ declare function setDistanceUnitAction_UnitToJSON(object: SetDistanceUnitAction_Unit): string;
1024
+ interface SetTimeDisplayFormatAction {
1025
+ format: SetTimeDisplayFormatAction_Format;
1026
+ }
1027
+ declare enum SetTimeDisplayFormatAction_Format {
1028
+ FORMAT_12_HOUR = 0,
1029
+ FORMAT_24_HOUR = 1,
1030
+ UNRECOGNIZED = -1
1031
+ }
1032
+ declare function setTimeDisplayFormatAction_FormatFromJSON(object: any): SetTimeDisplayFormatAction_Format;
1033
+ declare function setTimeDisplayFormatAction_FormatToJSON(object: SetTimeDisplayFormatAction_Format): string;
1034
+ interface SetTirePressureUnitAction {
1035
+ unit: SetTirePressureUnitAction_Unit;
1036
+ }
1037
+ declare enum SetTirePressureUnitAction_Unit {
1038
+ UNIT_PSI = 0,
1039
+ UNIT_BAR = 1,
1040
+ UNRECOGNIZED = -1
1041
+ }
1042
+ declare function setTirePressureUnitAction_UnitFromJSON(object: any): SetTirePressureUnitAction_Unit;
1043
+ declare function setTirePressureUnitAction_UnitToJSON(object: SetTirePressureUnitAction_Unit): string;
1044
+ interface SetEnergyDisplayFormatAction {
1045
+ format: SetEnergyDisplayFormatAction_Format;
1046
+ }
1047
+ declare enum SetEnergyDisplayFormatAction_Format {
1048
+ FORMAT_PERCENTAGE = 0,
1049
+ FORMAT_DISTANCE = 1,
1050
+ UNRECOGNIZED = -1
1051
+ }
1052
+ declare function setEnergyDisplayFormatAction_FormatFromJSON(object: any): SetEnergyDisplayFormatAction_Format;
1053
+ declare function setEnergyDisplayFormatAction_FormatToJSON(object: SetEnergyDisplayFormatAction_Format): string;
1054
+ interface SetKeepAccessoryPowerModeAction {
1055
+ keepAccessoryPowerMode: boolean;
1056
+ }
1057
+ /** ===== TESLEMETRY-EXT BEGIN (app-4.58.6) ===== */
1058
+ interface SetupCloudProfileWithLocalProfileUuidAction {
1059
+ cloudVaultUuid: string;
1060
+ localProfileUuid: string;
1061
+ deleteLocalProfileAfterSetup: boolean;
1062
+ }
1063
+ interface GetLocalProfilesForVaultUuidAction {
1064
+ vaultUuid: string;
1065
+ }
1066
+ interface FetchKeysInfoAction {}
1067
+ interface DeleteDashcamClipsAction {
1068
+ deleteClips: boolean;
1069
+ }
1070
+ interface FormatUSBAction {
1071
+ formatUsb: boolean;
1072
+ }
1073
+ interface BandwidthTest {
1074
+ requestedSize: number;
1075
+ }
1076
+ interface PhoneUnitPreferences {
1077
+ distanceUnit: SetDistanceUnitAction_Unit;
1078
+ temperatureUnit: SetTemperatureUnitAction_Unit;
1079
+ }
1080
+ interface SetPhoneSettingPreferencesAction {
1081
+ fontSize: SetPhoneSettingPreferencesAction_FontSize;
1082
+ unitPreferences: PhoneUnitPreferences | undefined;
1083
+ }
1084
+ declare enum SetPhoneSettingPreferencesAction_FontSize {
1085
+ FONT_SIZE_STANDARD = 0,
1086
+ FONT_SIZE_LARGE = 1,
1087
+ UNRECOGNIZED = -1
1088
+ }
1089
+ declare function setPhoneSettingPreferencesAction_FontSizeFromJSON(object: any): SetPhoneSettingPreferencesAction_FontSize;
1090
+ declare function setPhoneSettingPreferencesAction_FontSizeToJSON(object: SetPhoneSettingPreferencesAction_FontSize): string;
1091
+ interface CancelVehicleDataSubscription {}
1092
+ declare const Action: MessageFns<Action>;
1093
+ declare const VehicleAction: MessageFns<VehicleAction>;
1094
+ declare const GetVehicleData: MessageFns<GetVehicleData>;
1095
+ declare const GetGuiSettings: MessageFns<GetGuiSettings>;
1096
+ declare const GetParkedAccessoryState: MessageFns<GetParkedAccessoryState>;
1097
+ declare const GetVehicleState: MessageFns<GetVehicleState>;
1098
+ declare const GetAlertState: MessageFns<GetAlertState>;
1099
+ declare const GetLightShowState: MessageFns<GetLightShowState>;
1100
+ declare const GetVehicleImageState: MessageFns<GetVehicleImageState>;
1101
+ declare const GetSuspensionState: MessageFns<GetSuspensionState>;
1102
+ declare const GetChildPresenceDetectionState: MessageFns<GetChildPresenceDetectionState>;
1103
+ declare const VehicleImageDataChunkRequest: MessageFns<VehicleImageDataChunkRequest>;
1104
+ declare const VehicleImageRequest: MessageFns<VehicleImageRequest>;
1105
+ declare const GetTirePressureState: MessageFns<GetTirePressureState>;
1106
+ declare const GetMediaState: MessageFns<GetMediaState>;
1107
+ declare const GetMediaDetailState: MessageFns<GetMediaDetailState>;
1108
+ declare const GetSoftwareUpdateState: MessageFns<GetSoftwareUpdateState>;
1109
+ declare const GetChargeState: MessageFns<GetChargeState>;
1110
+ declare const GetClimateState: MessageFns<GetClimateState>;
1111
+ declare const GetDriveState: MessageFns<GetDriveState>;
1112
+ declare const GetLocationState: MessageFns<GetLocationState>;
1113
+ declare const GetClosuresState: MessageFns<GetClosuresState>;
1114
+ declare const GetChargeScheduleState: MessageFns<GetChargeScheduleState>;
1115
+ declare const GetPreconditioningScheduleState: MessageFns<GetPreconditioningScheduleState>;
1116
+ declare const GetParentalControlsState: MessageFns<GetParentalControlsState>;
1117
+ declare const EraseUserDataAction: MessageFns<EraseUserDataAction>;
1118
+ declare const Response: MessageFns<Response>;
1119
+ declare const ActionStatus: MessageFns<ActionStatus>;
1120
+ declare const ResultReason: MessageFns<ResultReason>;
1121
+ declare const EncryptedData: MessageFns<EncryptedData>;
1122
+ declare const ChargingSetLimitAction: MessageFns<ChargingSetLimitAction>;
1123
+ declare const ChargingStartStopAction: MessageFns<ChargingStartStopAction>;
1124
+ declare const DrivingClearSpeedLimitPinAction: MessageFns<DrivingClearSpeedLimitPinAction>;
1125
+ declare const DrivingSetSpeedLimitAction: MessageFns<DrivingSetSpeedLimitAction>;
1126
+ declare const DrivingSpeedLimitAction: MessageFns<DrivingSpeedLimitAction>;
1127
+ declare const HvacAutoAction: MessageFns<HvacAutoAction>;
1128
+ declare const HvacSeatHeaterActions: MessageFns<HvacSeatHeaterActions>;
1129
+ declare const HvacSeatHeaterActions_HvacSeatHeaterAction: MessageFns<HvacSeatHeaterActions_HvacSeatHeaterAction>;
1130
+ declare const HvacSeatCoolerActions: MessageFns<HvacSeatCoolerActions>;
1131
+ declare const HvacSeatCoolerActions_HvacSeatCoolerAction: MessageFns<HvacSeatCoolerActions_HvacSeatCoolerAction>;
1132
+ declare const HvacSetPreconditioningMaxAction: MessageFns<HvacSetPreconditioningMaxAction>;
1133
+ declare const HvacSteeringWheelHeaterAction: MessageFns<HvacSteeringWheelHeaterAction>;
1134
+ declare const HvacTemperatureAdjustmentAction: MessageFns<HvacTemperatureAdjustmentAction>;
1135
+ declare const HvacTemperatureAdjustmentAction_Temperature: MessageFns<HvacTemperatureAdjustmentAction_Temperature>;
1136
+ declare const HvacTemperatureAdjustmentAction_HvacTemperatureZone: MessageFns<HvacTemperatureAdjustmentAction_HvacTemperatureZone>;
1137
+ declare const GetNearbyChargingSites: MessageFns<GetNearbyChargingSites>;
1138
+ declare const NearbyChargingSites: MessageFns<NearbyChargingSites>;
1139
+ declare const DestinationCharging: MessageFns<DestinationCharging>;
1140
+ declare const Superchargers: MessageFns<Superchargers>;
1141
+ declare const MediaPlayAction: MessageFns<MediaPlayAction>;
1142
+ declare const MediaUpdateVolume: MessageFns<MediaUpdateVolume>;
1143
+ declare const MediaNextFavorite: MessageFns<MediaNextFavorite>;
1144
+ declare const MediaPreviousFavorite: MessageFns<MediaPreviousFavorite>;
1145
+ declare const MediaNextTrack: MessageFns<MediaNextTrack>;
1146
+ declare const MediaPreviousTrack: MessageFns<MediaPreviousTrack>;
1147
+ declare const VehicleControlCancelSoftwareUpdateAction: MessageFns<VehicleControlCancelSoftwareUpdateAction>;
1148
+ declare const VehicleControlFlashLightsAction: MessageFns<VehicleControlFlashLightsAction>;
1149
+ declare const VehicleControlHonkHornAction: MessageFns<VehicleControlHonkHornAction>;
1150
+ declare const VehicleControlResetValetPinAction: MessageFns<VehicleControlResetValetPinAction>;
1151
+ declare const VehicleControlScheduleSoftwareUpdateAction: MessageFns<VehicleControlScheduleSoftwareUpdateAction>;
1152
+ declare const VehicleControlSetSentryModeAction: MessageFns<VehicleControlSetSentryModeAction>;
1153
+ declare const VehicleControlSetValetModeAction: MessageFns<VehicleControlSetValetModeAction>;
1154
+ declare const VehicleControlSunroofOpenCloseAction: MessageFns<VehicleControlSunroofOpenCloseAction>;
1155
+ declare const VehicleControlTriggerHomelinkAction: MessageFns<VehicleControlTriggerHomelinkAction>;
1156
+ declare const VehicleControlWindowAction: MessageFns<VehicleControlWindowAction>;
1157
+ declare const HvacBioweaponModeAction: MessageFns<HvacBioweaponModeAction>;
1158
+ declare const AutoSeatClimateAction: MessageFns<AutoSeatClimateAction>;
1159
+ declare const AutoSeatClimateAction_CarSeat: MessageFns<AutoSeatClimateAction_CarSeat>;
1160
+ declare const Ping: MessageFns<Ping>;
1161
+ declare const ScheduledChargingAction: MessageFns<ScheduledChargingAction>;
1162
+ declare const ScheduledDepartureAction: MessageFns<ScheduledDepartureAction>;
1163
+ declare const HvacClimateKeeperAction: MessageFns<HvacClimateKeeperAction>;
1164
+ declare const HvacRecirculationAction: MessageFns<HvacRecirculationAction>;
1165
+ declare const SetChargingAmpsAction: MessageFns<SetChargingAmpsAction>;
1166
+ declare const RemoveChargeScheduleAction: MessageFns<RemoveChargeScheduleAction>;
1167
+ declare const BatchRemoveChargeSchedulesAction: MessageFns<BatchRemoveChargeSchedulesAction>;
1168
+ declare const BatchRemovePreconditionSchedulesAction: MessageFns<BatchRemovePreconditionSchedulesAction>;
1169
+ declare const RemovePreconditionScheduleAction: MessageFns<RemovePreconditionScheduleAction>;
1170
+ declare const SetCabinOverheatProtectionAction: MessageFns<SetCabinOverheatProtectionAction>;
1171
+ declare const SetVehicleNameAction: MessageFns<SetVehicleNameAction>;
1172
+ declare const ChargePortDoorClose: MessageFns<ChargePortDoorClose>;
1173
+ declare const ChargePortDoorOpen: MessageFns<ChargePortDoorOpen>;
1174
+ declare const BoomboxAction: MessageFns<BoomboxAction>;
1175
+ declare const SetCopTempAction: MessageFns<SetCopTempAction>;
1176
+ declare const VehicleControlSetPinToDriveAction: MessageFns<VehicleControlSetPinToDriveAction>;
1177
+ declare const VehicleControlResetPinToDriveAction: MessageFns<VehicleControlResetPinToDriveAction>;
1178
+ declare const RemoteStartDrive: MessageFns<RemoteStartDrive>;
1179
+ declare const CreateStreamSession: MessageFns<CreateStreamSession>;
1180
+ declare const StreamMessage: MessageFns<StreamMessage>;
1181
+ declare const NavigationRequest: MessageFns<NavigationRequest>;
1182
+ declare const NavigationSuperchargerRequest: MessageFns<NavigationSuperchargerRequest>;
1183
+ declare const UiSetUpcomingCalendarEntries: MessageFns<UiSetUpcomingCalendarEntries>;
1184
+ declare const VehicleDataSubscription: MessageFns<VehicleDataSubscription>;
1185
+ declare const VehicleDataSubscription_PiiKeyRequest: MessageFns<VehicleDataSubscription_PiiKeyRequest>;
1186
+ declare const VehicleDataAck: MessageFns<VehicleDataAck>;
1187
+ declare const VitalsSubscription: MessageFns<VitalsSubscription>;
1188
+ declare const VitalsAck: MessageFns<VitalsAck>;
1189
+ declare const DashcamSaveClipAction: MessageFns<DashcamSaveClipAction>;
1190
+ declare const PiiKeyRequest: MessageFns<PiiKeyRequest>;
1191
+ declare const PseudonymSyncRequest: MessageFns<PseudonymSyncRequest>;
1192
+ declare const NavigationGpsRequest: MessageFns<NavigationGpsRequest>;
1193
+ declare const SetRateTariffRequest: MessageFns<SetRateTariffRequest>;
1194
+ declare const SetRateTariffRequest_TOUPeriod: MessageFns<SetRateTariffRequest_TOUPeriod>;
1195
+ declare const SetRateTariffRequest_TOUPeriods: MessageFns<SetRateTariffRequest_TOUPeriods>;
1196
+ declare const SetRateTariffRequest_Season: MessageFns<SetRateTariffRequest_Season>;
1197
+ declare const SetRateTariffRequest_Seasons: MessageFns<SetRateTariffRequest_Seasons>;
1198
+ declare const SetRateTariffRequest_FixedCharge: MessageFns<SetRateTariffRequest_FixedCharge>;
1199
+ declare const SetRateTariffRequest_RateBand: MessageFns<SetRateTariffRequest_RateBand>;
1200
+ declare const SetRateTariffRequest_Charges: MessageFns<SetRateTariffRequest_Charges>;
1201
+ declare const SetRateTariffRequest_Tariff: MessageFns<SetRateTariffRequest_Tariff>;
1202
+ declare const GetRateTariffRequest: MessageFns<GetRateTariffRequest>;
1203
+ declare const VideoRequestAction: MessageFns<VideoRequestAction>;
1204
+ declare const TakeDrivenoteAction: MessageFns<TakeDrivenoteAction>;
1205
+ declare const BluetoothClassicPairingRequest: MessageFns<BluetoothClassicPairingRequest>;
1206
+ declare const AddManagedChargingSiteRequest: MessageFns<AddManagedChargingSiteRequest>;
1207
+ declare const ManagedChargingSite: MessageFns<ManagedChargingSite>;
1208
+ declare const ManagerType: MessageFns<ManagerType>;
1209
+ declare const SiteController: MessageFns<SiteController>;
1210
+ declare const RemoveManagedChargingSiteRequest: MessageFns<RemoveManagedChargingSiteRequest>;
1211
+ declare const NavigationRouteAction: MessageFns<NavigationRouteAction>;
1212
+ declare const AutoStwHeatAction: MessageFns<AutoStwHeatAction>;
1213
+ declare const StwHeatLevelAction: MessageFns<StwHeatLevelAction>;
1214
+ declare const GetManagedChargingSitesRequest: MessageFns<GetManagedChargingSitesRequest>;
1215
+ declare const UpdateChargeOnSolarFeatureRequest: MessageFns<UpdateChargeOnSolarFeatureRequest>;
1216
+ declare const GetChargeOnSolarFeatureRequest: MessageFns<GetChargeOnSolarFeatureRequest>;
1217
+ declare const ChargeOnSolarFeature: MessageFns<ChargeOnSolarFeature>;
1218
+ declare const DrivingClearSpeedLimitPinAdminAction: MessageFns<DrivingClearSpeedLimitPinAdminAction>;
1219
+ declare const SetOutletsOnOffAction: MessageFns<SetOutletsOnOffAction>;
1220
+ declare const SetOutletTimerAction: MessageFns<SetOutletTimerAction>;
1221
+ declare const SetOutletSocLimitAction: MessageFns<SetOutletSocLimitAction>;
1222
+ declare const SetPowerFeedOnOffAction: MessageFns<SetPowerFeedOnOffAction>;
1223
+ declare const SetPowerFeedTimerAction: MessageFns<SetPowerFeedTimerAction>;
1224
+ declare const SetPowerFeedSocLimitAction: MessageFns<SetPowerFeedSocLimitAction>;
1225
+ declare const SetTrailerLightTestStartStopAction: MessageFns<SetTrailerLightTestStartStopAction>;
1226
+ declare const SetTruckBedLightAutoStateAction: MessageFns<SetTruckBedLightAutoStateAction>;
1227
+ declare const SetTruckBedLightBrightnessAction: MessageFns<SetTruckBedLightBrightnessAction>;
1228
+ declare const VehicleControlResetPinToDriveAdminAction: MessageFns<VehicleControlResetPinToDriveAdminAction>;
1229
+ declare const NavigationWaypointsRequest: MessageFns<NavigationWaypointsRequest>;
1230
+ declare const NavigationWaypointsRequest_TripPlanOptions: MessageFns<NavigationWaypointsRequest_TripPlanOptions>;
1231
+ declare const SetPowershareFeatureAction: MessageFns<SetPowershareFeatureAction>;
1232
+ declare const SetPowershareDischargeLimitAction: MessageFns<SetPowershareDischargeLimitAction>;
1233
+ declare const SetPowershareRequestAction: MessageFns<SetPowershareRequestAction>;
1234
+ declare const SetTentModeRequestAction: MessageFns<SetTentModeRequestAction>;
1235
+ declare const SetZoneLightRequestAction: MessageFns<SetZoneLightRequestAction>;
1236
+ declare const SetLightbarBrightnessAction: MessageFns<SetLightbarBrightnessAction>;
1237
+ declare const SetLightbarMiddleAction: MessageFns<SetLightbarMiddleAction>;
1238
+ declare const SetLightbarDitchAction: MessageFns<SetLightbarDitchAction>;
1239
+ declare const GetMessagesAction: MessageFns<GetMessagesAction>;
1240
+ declare const TeslaAuthResponseAction: MessageFns<TeslaAuthResponseAction>;
1241
+ declare const NavigationGpsDestinationRequest: MessageFns<NavigationGpsDestinationRequest>;
1242
+ declare const ParentalControlsClearPinAction: MessageFns<ParentalControlsClearPinAction>;
1243
+ declare const ParentalControlsClearPinAdminAction: MessageFns<ParentalControlsClearPinAdminAction>;
1244
+ declare const ParentalControlsAction: MessageFns<ParentalControlsAction>;
1245
+ declare const ParentalControlsEnableSettingsAction: MessageFns<ParentalControlsEnableSettingsAction>;
1246
+ declare const ParentalControlsSetSpeedLimitAction: MessageFns<ParentalControlsSetSpeedLimitAction>;
1247
+ declare const CancelSohTestAction: MessageFns<CancelSohTestAction>;
1248
+ declare const StopLightShowAction: MessageFns<StopLightShowAction>;
1249
+ declare const StartLightShowAction: MessageFns<StartLightShowAction>;
1250
+ declare const SetSuspensionLevelAction: MessageFns<SetSuspensionLevelAction>;
1251
+ declare const SetDischargeLimitAction: MessageFns<SetDischargeLimitAction>;
1252
+ declare const SetLowPowerModeAction: MessageFns<SetLowPowerModeAction>;
1253
+ declare const SetTemperatureUnitAction: MessageFns<SetTemperatureUnitAction>;
1254
+ declare const SetDistanceUnitAction: MessageFns<SetDistanceUnitAction>;
1255
+ declare const SetTimeDisplayFormatAction: MessageFns<SetTimeDisplayFormatAction>;
1256
+ declare const SetTirePressureUnitAction: MessageFns<SetTirePressureUnitAction>;
1257
+ declare const SetEnergyDisplayFormatAction: MessageFns<SetEnergyDisplayFormatAction>;
1258
+ declare const SetKeepAccessoryPowerModeAction: MessageFns<SetKeepAccessoryPowerModeAction>;
1259
+ declare const SetupCloudProfileWithLocalProfileUuidAction: MessageFns<SetupCloudProfileWithLocalProfileUuidAction>;
1260
+ declare const GetLocalProfilesForVaultUuidAction: MessageFns<GetLocalProfilesForVaultUuidAction>;
1261
+ declare const FetchKeysInfoAction: MessageFns<FetchKeysInfoAction>;
1262
+ declare const DeleteDashcamClipsAction: MessageFns<DeleteDashcamClipsAction>;
1263
+ declare const FormatUSBAction: MessageFns<FormatUSBAction>;
1264
+ declare const BandwidthTest: MessageFns<BandwidthTest>;
1265
+ declare const PhoneUnitPreferences: MessageFns<PhoneUnitPreferences>;
1266
+ declare const SetPhoneSettingPreferencesAction: MessageFns<SetPhoneSettingPreferencesAction>;
1267
+ declare const CancelVehicleDataSubscription: MessageFns<CancelVehicleDataSubscription>;
1268
+ type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
1269
+ type DeepPartial<T> = T extends Builtin ? T : T extends globalThis.Array<infer U> ? globalThis.Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {} ? { [K in keyof T]?: DeepPartial<T[K]>; } : Partial<T>;
1270
+ type KeysOfUnion<T> = T extends T ? keyof T : never;
1271
+ type Exact<P, I extends P> = P extends Builtin ? P : P & { [K in keyof P]: Exact<P[K], I[K]>; } & { [K in Exclude<keyof I, KeysOfUnion<P>>]: never; };
1272
+ interface MessageFns<T> {
1273
+ encode(message: T, writer?: BinaryWriter): BinaryWriter;
1274
+ decode(input: BinaryReader | Uint8Array, length?: number): T;
1275
+ fromJSON(object: any): T;
1276
+ toJSON(message: T): unknown;
1277
+ create<I extends Exact<DeepPartial<T>, I>>(base?: I): T;
1278
+ fromPartial<I extends Exact<DeepPartial<T>, I>>(object: I): T;
1279
+ }
1280
+ //#endregion
1281
+ export { Action, ActionStatus, AddManagedChargingSiteRequest, AutoSeatClimateAction, AutoSeatClimateAction_AutoSeatPositionE, AutoSeatClimateAction_CarSeat, AutoStwHeatAction, BandwidthTest, BatchRemoveChargeSchedulesAction, BatchRemovePreconditionSchedulesAction, BluetoothClassicPairingRequest, BoomboxAction, CancelSohTestAction, CancelVehicleDataSubscription, ChargeOnSolarFeature, ChargePortDoorClose, ChargePortDoorOpen, ChargingSetLimitAction, ChargingStartStopAction, CreateStreamSession, DashcamSaveClipAction, DeepPartial, DeleteDashcamClipsAction, DestinationCharging, DrivingClearSpeedLimitPinAction, DrivingClearSpeedLimitPinAdminAction, DrivingSetSpeedLimitAction, DrivingSpeedLimitAction, EncryptedData, EraseUserDataAction, Exact, FetchKeysInfoAction, FormatUSBAction, GetAlertState, GetChargeOnSolarFeatureRequest, GetChargeScheduleState, GetChargeState, GetChildPresenceDetectionState, GetClimateState, GetClosuresState, GetDriveState, GetGuiSettings, GetLightShowState, GetLocalProfilesForVaultUuidAction, GetLocationState, GetManagedChargingSitesRequest, GetMediaDetailState, GetMediaState, GetMessagesAction, GetNearbyChargingSites, GetParentalControlsState, GetParkedAccessoryState, GetPreconditioningScheduleState, GetRateTariffRequest, 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, ManagedChargingSite, ManagerType, MediaNextFavorite, MediaNextTrack, MediaPlayAction, MediaPreviousFavorite, MediaPreviousTrack, MediaUpdateVolume, MessageFns, NavigationGpsDestinationRequest, NavigationGpsDestinationRequest_RemoteNavTripOrder, NavigationGpsRequest, NavigationGpsRequest_RemoteNavTripOrder, NavigationRequest, NavigationRouteAction, NavigationSuperchargerRequest, NavigationWaypointsRequest, NavigationWaypointsRequest_TripPlanOptions, NearbyChargingSites, OperationStatusE, ParentalControlsAction, ParentalControlsClearPinAction, ParentalControlsClearPinAdminAction, ParentalControlsEnableSettingsAction, ParentalControlsEnableSettingsAction_ParentalControlsSettingE, ParentalControlsSetSpeedLimitAction, PhoneUnitPreferences, PiiKeyRequest, Ping, PseudonymSyncRequest, RemoteStartDrive, RemoveChargeScheduleAction, RemoveManagedChargingSiteRequest, RemovePreconditionScheduleAction, 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, VehicleDataSubscription_PiiKeyRequest, VehicleImageDataChunkRequest, VehicleImageRequest, VehicleImageRequest_Type, VideoRequestAction, VitalsAck, VitalsSubscription, 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, 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 };