tesla-fleet-api 0.9.5__py3-none-any.whl → 0.9.7__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tesla_fleet_api/const.py +1 -1
- tesla_fleet_api/exceptions.py +239 -46
- tesla_fleet_api/pb2/__init__.pyi +9 -0
- tesla_fleet_api/pb2/car_server_pb2.py +164 -386
- tesla_fleet_api/pb2/car_server_pb2.pyi +904 -0
- tesla_fleet_api/pb2/common_pb2.py +26 -60
- tesla_fleet_api/pb2/common_pb2.pyi +130 -0
- tesla_fleet_api/pb2/errors_pb2.py +10 -22
- tesla_fleet_api/pb2/errors_pb2.pyi +32 -0
- tesla_fleet_api/pb2/keys_pb2.py +8 -16
- tesla_fleet_api/pb2/keys_pb2.pyi +21 -0
- tesla_fleet_api/pb2/managed_charging_pb2.py +8 -14
- tesla_fleet_api/pb2/managed_charging_pb2.pyi +17 -0
- tesla_fleet_api/pb2/signatures_pb2.py +28 -75
- tesla_fleet_api/pb2/signatures_pb2.pyi +152 -0
- tesla_fleet_api/pb2/universal_message_pb2.py +22 -78
- tesla_fleet_api/pb2/universal_message_pb2.pyi +148 -0
- tesla_fleet_api/pb2/vcsec_pb2.py +70 -236
- tesla_fleet_api/pb2/vcsec_pb2.pyi +482 -0
- tesla_fleet_api/pb2/vehicle_pb2.py +114 -267
- tesla_fleet_api/pb2/vehicle_pb2.pyi +1183 -0
- tesla_fleet_api/teslafleetapi.py +7 -5
- tesla_fleet_api/teslafleetoauth.py +1 -1
- tesla_fleet_api/teslemetry.py +2 -2
- tesla_fleet_api/vehicle.py +1 -1
- tesla_fleet_api/vehiclesigned.py +143 -102
- {tesla_fleet_api-0.9.5.dist-info → tesla_fleet_api-0.9.7.dist-info}/METADATA +12 -3
- tesla_fleet_api-0.9.7.dist-info/RECORD +42 -0
- {tesla_fleet_api-0.9.5.dist-info → tesla_fleet_api-0.9.7.dist-info}/WHEEL +1 -1
- tesla_fleet_api-0.9.5.dist-info/RECORD +0 -33
- {tesla_fleet_api-0.9.5.dist-info → tesla_fleet_api-0.9.7.dist-info}/LICENSE +0 -0
- {tesla_fleet_api-0.9.5.dist-info → tesla_fleet_api-0.9.7.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,904 @@
|
|
1
|
+
import vehicle_pb2 as _vehicle_pb2
|
2
|
+
import signatures_pb2 as _signatures_pb2
|
3
|
+
import common_pb2 as _common_pb2
|
4
|
+
from google.protobuf import timestamp_pb2 as _timestamp_pb2
|
5
|
+
from google.protobuf.internal import containers as _containers
|
6
|
+
from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
8
|
+
from google.protobuf import message as _message
|
9
|
+
from typing import ClassVar as _ClassVar, Iterable as _Iterable, Mapping as _Mapping, Optional as _Optional, Union as _Union
|
10
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
11
|
+
|
12
|
+
class OperationStatus_E(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
13
|
+
__slots__ = ()
|
14
|
+
OPERATIONSTATUS_OK: _ClassVar[OperationStatus_E]
|
15
|
+
OPERATIONSTATUS_ERROR: _ClassVar[OperationStatus_E]
|
16
|
+
OPERATIONSTATUS_OK: OperationStatus_E
|
17
|
+
OPERATIONSTATUS_ERROR: OperationStatus_E
|
18
|
+
|
19
|
+
class Action(_message.Message):
|
20
|
+
__slots__ = ('vehicleAction',)
|
21
|
+
VEHICLEACTION_FIELD_NUMBER: _ClassVar[int]
|
22
|
+
vehicleAction: VehicleAction
|
23
|
+
|
24
|
+
def __init__(self, vehicleAction: _Optional[_Union[VehicleAction, _Mapping]]=...) -> None:
|
25
|
+
...
|
26
|
+
|
27
|
+
class VehicleAction(_message.Message):
|
28
|
+
__slots__ = ('getVehicleData', 'chargingSetLimitAction', 'chargingStartStopAction', 'drivingClearSpeedLimitPinAction', 'drivingSetSpeedLimitAction', 'drivingSpeedLimitAction', 'hvacAutoAction', 'hvacSetPreconditioningMaxAction', 'hvacSteeringWheelHeaterAction', 'hvacTemperatureAdjustmentAction', 'mediaPlayAction', 'mediaUpdateVolume', 'mediaNextFavorite', 'mediaPreviousFavorite', 'mediaNextTrack', 'mediaPreviousTrack', 'getNearbyChargingSites', 'vehicleControlCancelSoftwareUpdateAction', 'vehicleControlFlashLightsAction', 'vehicleControlHonkHornAction', 'vehicleControlResetValetPinAction', 'vehicleControlScheduleSoftwareUpdateAction', 'vehicleControlSetSentryModeAction', 'vehicleControlSetValetModeAction', 'vehicleControlSunroofOpenCloseAction', 'vehicleControlTriggerHomelinkAction', 'vehicleControlWindowAction', 'hvacBioweaponModeAction', 'hvacSeatHeaterActions', 'scheduledChargingAction', 'scheduledDepartureAction', 'setChargingAmpsAction', 'hvacClimateKeeperAction', 'ping', 'autoSeatClimateAction', 'hvacSeatCoolerActions', 'setCabinOverheatProtectionAction', 'setVehicleNameAction', 'chargePortDoorClose', 'chargePortDoorOpen', 'guestModeAction', 'setCopTempAction', 'eraseUserDataAction', 'vehicleControlSetPinToDriveAction', 'vehicleControlResetPinToDriveAction', 'addChargeScheduleAction', 'removeChargeScheduleAction', 'addPreconditionScheduleAction', 'removePreconditionScheduleAction', 'batchRemovePreconditionSchedulesAction', 'batchRemoveChargeSchedulesAction')
|
29
|
+
GETVEHICLEDATA_FIELD_NUMBER: _ClassVar[int]
|
30
|
+
CHARGINGSETLIMITACTION_FIELD_NUMBER: _ClassVar[int]
|
31
|
+
CHARGINGSTARTSTOPACTION_FIELD_NUMBER: _ClassVar[int]
|
32
|
+
DRIVINGCLEARSPEEDLIMITPINACTION_FIELD_NUMBER: _ClassVar[int]
|
33
|
+
DRIVINGSETSPEEDLIMITACTION_FIELD_NUMBER: _ClassVar[int]
|
34
|
+
DRIVINGSPEEDLIMITACTION_FIELD_NUMBER: _ClassVar[int]
|
35
|
+
HVACAUTOACTION_FIELD_NUMBER: _ClassVar[int]
|
36
|
+
HVACSETPRECONDITIONINGMAXACTION_FIELD_NUMBER: _ClassVar[int]
|
37
|
+
HVACSTEERINGWHEELHEATERACTION_FIELD_NUMBER: _ClassVar[int]
|
38
|
+
HVACTEMPERATUREADJUSTMENTACTION_FIELD_NUMBER: _ClassVar[int]
|
39
|
+
MEDIAPLAYACTION_FIELD_NUMBER: _ClassVar[int]
|
40
|
+
MEDIAUPDATEVOLUME_FIELD_NUMBER: _ClassVar[int]
|
41
|
+
MEDIANEXTFAVORITE_FIELD_NUMBER: _ClassVar[int]
|
42
|
+
MEDIAPREVIOUSFAVORITE_FIELD_NUMBER: _ClassVar[int]
|
43
|
+
MEDIANEXTTRACK_FIELD_NUMBER: _ClassVar[int]
|
44
|
+
MEDIAPREVIOUSTRACK_FIELD_NUMBER: _ClassVar[int]
|
45
|
+
GETNEARBYCHARGINGSITES_FIELD_NUMBER: _ClassVar[int]
|
46
|
+
VEHICLECONTROLCANCELSOFTWAREUPDATEACTION_FIELD_NUMBER: _ClassVar[int]
|
47
|
+
VEHICLECONTROLFLASHLIGHTSACTION_FIELD_NUMBER: _ClassVar[int]
|
48
|
+
VEHICLECONTROLHONKHORNACTION_FIELD_NUMBER: _ClassVar[int]
|
49
|
+
VEHICLECONTROLRESETVALETPINACTION_FIELD_NUMBER: _ClassVar[int]
|
50
|
+
VEHICLECONTROLSCHEDULESOFTWAREUPDATEACTION_FIELD_NUMBER: _ClassVar[int]
|
51
|
+
VEHICLECONTROLSETSENTRYMODEACTION_FIELD_NUMBER: _ClassVar[int]
|
52
|
+
VEHICLECONTROLSETVALETMODEACTION_FIELD_NUMBER: _ClassVar[int]
|
53
|
+
VEHICLECONTROLSUNROOFOPENCLOSEACTION_FIELD_NUMBER: _ClassVar[int]
|
54
|
+
VEHICLECONTROLTRIGGERHOMELINKACTION_FIELD_NUMBER: _ClassVar[int]
|
55
|
+
VEHICLECONTROLWINDOWACTION_FIELD_NUMBER: _ClassVar[int]
|
56
|
+
HVACBIOWEAPONMODEACTION_FIELD_NUMBER: _ClassVar[int]
|
57
|
+
HVACSEATHEATERACTIONS_FIELD_NUMBER: _ClassVar[int]
|
58
|
+
SCHEDULEDCHARGINGACTION_FIELD_NUMBER: _ClassVar[int]
|
59
|
+
SCHEDULEDDEPARTUREACTION_FIELD_NUMBER: _ClassVar[int]
|
60
|
+
SETCHARGINGAMPSACTION_FIELD_NUMBER: _ClassVar[int]
|
61
|
+
HVACCLIMATEKEEPERACTION_FIELD_NUMBER: _ClassVar[int]
|
62
|
+
PING_FIELD_NUMBER: _ClassVar[int]
|
63
|
+
AUTOSEATCLIMATEACTION_FIELD_NUMBER: _ClassVar[int]
|
64
|
+
HVACSEATCOOLERACTIONS_FIELD_NUMBER: _ClassVar[int]
|
65
|
+
SETCABINOVERHEATPROTECTIONACTION_FIELD_NUMBER: _ClassVar[int]
|
66
|
+
SETVEHICLENAMEACTION_FIELD_NUMBER: _ClassVar[int]
|
67
|
+
CHARGEPORTDOORCLOSE_FIELD_NUMBER: _ClassVar[int]
|
68
|
+
CHARGEPORTDOOROPEN_FIELD_NUMBER: _ClassVar[int]
|
69
|
+
GUESTMODEACTION_FIELD_NUMBER: _ClassVar[int]
|
70
|
+
SETCOPTEMPACTION_FIELD_NUMBER: _ClassVar[int]
|
71
|
+
ERASEUSERDATAACTION_FIELD_NUMBER: _ClassVar[int]
|
72
|
+
VEHICLECONTROLSETPINTODRIVEACTION_FIELD_NUMBER: _ClassVar[int]
|
73
|
+
VEHICLECONTROLRESETPINTODRIVEACTION_FIELD_NUMBER: _ClassVar[int]
|
74
|
+
ADDCHARGESCHEDULEACTION_FIELD_NUMBER: _ClassVar[int]
|
75
|
+
REMOVECHARGESCHEDULEACTION_FIELD_NUMBER: _ClassVar[int]
|
76
|
+
ADDPRECONDITIONSCHEDULEACTION_FIELD_NUMBER: _ClassVar[int]
|
77
|
+
REMOVEPRECONDITIONSCHEDULEACTION_FIELD_NUMBER: _ClassVar[int]
|
78
|
+
BATCHREMOVEPRECONDITIONSCHEDULESACTION_FIELD_NUMBER: _ClassVar[int]
|
79
|
+
BATCHREMOVECHARGESCHEDULESACTION_FIELD_NUMBER: _ClassVar[int]
|
80
|
+
getVehicleData: GetVehicleData
|
81
|
+
chargingSetLimitAction: ChargingSetLimitAction
|
82
|
+
chargingStartStopAction: ChargingStartStopAction
|
83
|
+
drivingClearSpeedLimitPinAction: DrivingClearSpeedLimitPinAction
|
84
|
+
drivingSetSpeedLimitAction: DrivingSetSpeedLimitAction
|
85
|
+
drivingSpeedLimitAction: DrivingSpeedLimitAction
|
86
|
+
hvacAutoAction: HvacAutoAction
|
87
|
+
hvacSetPreconditioningMaxAction: HvacSetPreconditioningMaxAction
|
88
|
+
hvacSteeringWheelHeaterAction: HvacSteeringWheelHeaterAction
|
89
|
+
hvacTemperatureAdjustmentAction: HvacTemperatureAdjustmentAction
|
90
|
+
mediaPlayAction: MediaPlayAction
|
91
|
+
mediaUpdateVolume: MediaUpdateVolume
|
92
|
+
mediaNextFavorite: MediaNextFavorite
|
93
|
+
mediaPreviousFavorite: MediaPreviousFavorite
|
94
|
+
mediaNextTrack: MediaNextTrack
|
95
|
+
mediaPreviousTrack: MediaPreviousTrack
|
96
|
+
getNearbyChargingSites: GetNearbyChargingSites
|
97
|
+
vehicleControlCancelSoftwareUpdateAction: VehicleControlCancelSoftwareUpdateAction
|
98
|
+
vehicleControlFlashLightsAction: VehicleControlFlashLightsAction
|
99
|
+
vehicleControlHonkHornAction: VehicleControlHonkHornAction
|
100
|
+
vehicleControlResetValetPinAction: VehicleControlResetValetPinAction
|
101
|
+
vehicleControlScheduleSoftwareUpdateAction: VehicleControlScheduleSoftwareUpdateAction
|
102
|
+
vehicleControlSetSentryModeAction: VehicleControlSetSentryModeAction
|
103
|
+
vehicleControlSetValetModeAction: VehicleControlSetValetModeAction
|
104
|
+
vehicleControlSunroofOpenCloseAction: VehicleControlSunroofOpenCloseAction
|
105
|
+
vehicleControlTriggerHomelinkAction: VehicleControlTriggerHomelinkAction
|
106
|
+
vehicleControlWindowAction: VehicleControlWindowAction
|
107
|
+
hvacBioweaponModeAction: HvacBioweaponModeAction
|
108
|
+
hvacSeatHeaterActions: HvacSeatHeaterActions
|
109
|
+
scheduledChargingAction: ScheduledChargingAction
|
110
|
+
scheduledDepartureAction: ScheduledDepartureAction
|
111
|
+
setChargingAmpsAction: SetChargingAmpsAction
|
112
|
+
hvacClimateKeeperAction: HvacClimateKeeperAction
|
113
|
+
ping: Ping
|
114
|
+
autoSeatClimateAction: AutoSeatClimateAction
|
115
|
+
hvacSeatCoolerActions: HvacSeatCoolerActions
|
116
|
+
setCabinOverheatProtectionAction: SetCabinOverheatProtectionAction
|
117
|
+
setVehicleNameAction: SetVehicleNameAction
|
118
|
+
chargePortDoorClose: ChargePortDoorClose
|
119
|
+
chargePortDoorOpen: ChargePortDoorOpen
|
120
|
+
guestModeAction: _vehicle_pb2.VehicleState.GuestMode
|
121
|
+
setCopTempAction: SetCopTempAction
|
122
|
+
eraseUserDataAction: EraseUserDataAction
|
123
|
+
vehicleControlSetPinToDriveAction: VehicleControlSetPinToDriveAction
|
124
|
+
vehicleControlResetPinToDriveAction: VehicleControlResetPinToDriveAction
|
125
|
+
addChargeScheduleAction: _common_pb2.ChargeSchedule
|
126
|
+
removeChargeScheduleAction: RemoveChargeScheduleAction
|
127
|
+
addPreconditionScheduleAction: _common_pb2.PreconditionSchedule
|
128
|
+
removePreconditionScheduleAction: RemovePreconditionScheduleAction
|
129
|
+
batchRemovePreconditionSchedulesAction: BatchRemovePreconditionSchedulesAction
|
130
|
+
batchRemoveChargeSchedulesAction: BatchRemoveChargeSchedulesAction
|
131
|
+
|
132
|
+
def __init__(self, getVehicleData: _Optional[_Union[GetVehicleData, _Mapping]]=..., chargingSetLimitAction: _Optional[_Union[ChargingSetLimitAction, _Mapping]]=..., chargingStartStopAction: _Optional[_Union[ChargingStartStopAction, _Mapping]]=..., drivingClearSpeedLimitPinAction: _Optional[_Union[DrivingClearSpeedLimitPinAction, _Mapping]]=..., drivingSetSpeedLimitAction: _Optional[_Union[DrivingSetSpeedLimitAction, _Mapping]]=..., drivingSpeedLimitAction: _Optional[_Union[DrivingSpeedLimitAction, _Mapping]]=..., hvacAutoAction: _Optional[_Union[HvacAutoAction, _Mapping]]=..., hvacSetPreconditioningMaxAction: _Optional[_Union[HvacSetPreconditioningMaxAction, _Mapping]]=..., hvacSteeringWheelHeaterAction: _Optional[_Union[HvacSteeringWheelHeaterAction, _Mapping]]=..., hvacTemperatureAdjustmentAction: _Optional[_Union[HvacTemperatureAdjustmentAction, _Mapping]]=..., mediaPlayAction: _Optional[_Union[MediaPlayAction, _Mapping]]=..., mediaUpdateVolume: _Optional[_Union[MediaUpdateVolume, _Mapping]]=..., mediaNextFavorite: _Optional[_Union[MediaNextFavorite, _Mapping]]=..., mediaPreviousFavorite: _Optional[_Union[MediaPreviousFavorite, _Mapping]]=..., mediaNextTrack: _Optional[_Union[MediaNextTrack, _Mapping]]=..., mediaPreviousTrack: _Optional[_Union[MediaPreviousTrack, _Mapping]]=..., getNearbyChargingSites: _Optional[_Union[GetNearbyChargingSites, _Mapping]]=..., vehicleControlCancelSoftwareUpdateAction: _Optional[_Union[VehicleControlCancelSoftwareUpdateAction, _Mapping]]=..., vehicleControlFlashLightsAction: _Optional[_Union[VehicleControlFlashLightsAction, _Mapping]]=..., vehicleControlHonkHornAction: _Optional[_Union[VehicleControlHonkHornAction, _Mapping]]=..., vehicleControlResetValetPinAction: _Optional[_Union[VehicleControlResetValetPinAction, _Mapping]]=..., vehicleControlScheduleSoftwareUpdateAction: _Optional[_Union[VehicleControlScheduleSoftwareUpdateAction, _Mapping]]=..., vehicleControlSetSentryModeAction: _Optional[_Union[VehicleControlSetSentryModeAction, _Mapping]]=..., vehicleControlSetValetModeAction: _Optional[_Union[VehicleControlSetValetModeAction, _Mapping]]=..., vehicleControlSunroofOpenCloseAction: _Optional[_Union[VehicleControlSunroofOpenCloseAction, _Mapping]]=..., vehicleControlTriggerHomelinkAction: _Optional[_Union[VehicleControlTriggerHomelinkAction, _Mapping]]=..., vehicleControlWindowAction: _Optional[_Union[VehicleControlWindowAction, _Mapping]]=..., hvacBioweaponModeAction: _Optional[_Union[HvacBioweaponModeAction, _Mapping]]=..., hvacSeatHeaterActions: _Optional[_Union[HvacSeatHeaterActions, _Mapping]]=..., scheduledChargingAction: _Optional[_Union[ScheduledChargingAction, _Mapping]]=..., scheduledDepartureAction: _Optional[_Union[ScheduledDepartureAction, _Mapping]]=..., setChargingAmpsAction: _Optional[_Union[SetChargingAmpsAction, _Mapping]]=..., hvacClimateKeeperAction: _Optional[_Union[HvacClimateKeeperAction, _Mapping]]=..., ping: _Optional[_Union[Ping, _Mapping]]=..., autoSeatClimateAction: _Optional[_Union[AutoSeatClimateAction, _Mapping]]=..., hvacSeatCoolerActions: _Optional[_Union[HvacSeatCoolerActions, _Mapping]]=..., setCabinOverheatProtectionAction: _Optional[_Union[SetCabinOverheatProtectionAction, _Mapping]]=..., setVehicleNameAction: _Optional[_Union[SetVehicleNameAction, _Mapping]]=..., chargePortDoorClose: _Optional[_Union[ChargePortDoorClose, _Mapping]]=..., chargePortDoorOpen: _Optional[_Union[ChargePortDoorOpen, _Mapping]]=..., guestModeAction: _Optional[_Union[_vehicle_pb2.VehicleState.GuestMode, _Mapping]]=..., setCopTempAction: _Optional[_Union[SetCopTempAction, _Mapping]]=..., eraseUserDataAction: _Optional[_Union[EraseUserDataAction, _Mapping]]=..., vehicleControlSetPinToDriveAction: _Optional[_Union[VehicleControlSetPinToDriveAction, _Mapping]]=..., vehicleControlResetPinToDriveAction: _Optional[_Union[VehicleControlResetPinToDriveAction, _Mapping]]=..., addChargeScheduleAction: _Optional[_Union[_common_pb2.ChargeSchedule, _Mapping]]=..., removeChargeScheduleAction: _Optional[_Union[RemoveChargeScheduleAction, _Mapping]]=..., addPreconditionScheduleAction: _Optional[_Union[_common_pb2.PreconditionSchedule, _Mapping]]=..., removePreconditionScheduleAction: _Optional[_Union[RemovePreconditionScheduleAction, _Mapping]]=..., batchRemovePreconditionSchedulesAction: _Optional[_Union[BatchRemovePreconditionSchedulesAction, _Mapping]]=..., batchRemoveChargeSchedulesAction: _Optional[_Union[BatchRemoveChargeSchedulesAction, _Mapping]]=...) -> None:
|
133
|
+
...
|
134
|
+
|
135
|
+
class GetVehicleData(_message.Message):
|
136
|
+
__slots__ = ('getChargeState', 'getClimateState', 'getDriveState', 'getLocationState', 'getClosuresState', 'getChargeScheduleState', 'getPreconditioningScheduleState', 'getTirePressureState', 'getMediaState', 'getMediaDetailState', 'getSoftwareUpdateState', 'getParentalControlsState')
|
137
|
+
GETCHARGESTATE_FIELD_NUMBER: _ClassVar[int]
|
138
|
+
GETCLIMATESTATE_FIELD_NUMBER: _ClassVar[int]
|
139
|
+
GETDRIVESTATE_FIELD_NUMBER: _ClassVar[int]
|
140
|
+
GETLOCATIONSTATE_FIELD_NUMBER: _ClassVar[int]
|
141
|
+
GETCLOSURESSTATE_FIELD_NUMBER: _ClassVar[int]
|
142
|
+
GETCHARGESCHEDULESTATE_FIELD_NUMBER: _ClassVar[int]
|
143
|
+
GETPRECONDITIONINGSCHEDULESTATE_FIELD_NUMBER: _ClassVar[int]
|
144
|
+
GETTIREPRESSURESTATE_FIELD_NUMBER: _ClassVar[int]
|
145
|
+
GETMEDIASTATE_FIELD_NUMBER: _ClassVar[int]
|
146
|
+
GETMEDIADETAILSTATE_FIELD_NUMBER: _ClassVar[int]
|
147
|
+
GETSOFTWAREUPDATESTATE_FIELD_NUMBER: _ClassVar[int]
|
148
|
+
GETPARENTALCONTROLSSTATE_FIELD_NUMBER: _ClassVar[int]
|
149
|
+
getChargeState: GetChargeState
|
150
|
+
getClimateState: GetClimateState
|
151
|
+
getDriveState: GetDriveState
|
152
|
+
getLocationState: GetLocationState
|
153
|
+
getClosuresState: GetClosuresState
|
154
|
+
getChargeScheduleState: GetChargeScheduleState
|
155
|
+
getPreconditioningScheduleState: GetPreconditioningScheduleState
|
156
|
+
getTirePressureState: GetTirePressureState
|
157
|
+
getMediaState: GetMediaState
|
158
|
+
getMediaDetailState: GetMediaDetailState
|
159
|
+
getSoftwareUpdateState: GetSoftwareUpdateState
|
160
|
+
getParentalControlsState: GetParentalControlsState
|
161
|
+
|
162
|
+
def __init__(self, getChargeState: _Optional[_Union[GetChargeState, _Mapping]]=..., getClimateState: _Optional[_Union[GetClimateState, _Mapping]]=..., getDriveState: _Optional[_Union[GetDriveState, _Mapping]]=..., getLocationState: _Optional[_Union[GetLocationState, _Mapping]]=..., getClosuresState: _Optional[_Union[GetClosuresState, _Mapping]]=..., getChargeScheduleState: _Optional[_Union[GetChargeScheduleState, _Mapping]]=..., getPreconditioningScheduleState: _Optional[_Union[GetPreconditioningScheduleState, _Mapping]]=..., getTirePressureState: _Optional[_Union[GetTirePressureState, _Mapping]]=..., getMediaState: _Optional[_Union[GetMediaState, _Mapping]]=..., getMediaDetailState: _Optional[_Union[GetMediaDetailState, _Mapping]]=..., getSoftwareUpdateState: _Optional[_Union[GetSoftwareUpdateState, _Mapping]]=..., getParentalControlsState: _Optional[_Union[GetParentalControlsState, _Mapping]]=...) -> None:
|
163
|
+
...
|
164
|
+
|
165
|
+
class GetTirePressureState(_message.Message):
|
166
|
+
__slots__ = ()
|
167
|
+
|
168
|
+
def __init__(self) -> None:
|
169
|
+
...
|
170
|
+
|
171
|
+
class GetMediaState(_message.Message):
|
172
|
+
__slots__ = ()
|
173
|
+
|
174
|
+
def __init__(self) -> None:
|
175
|
+
...
|
176
|
+
|
177
|
+
class GetMediaDetailState(_message.Message):
|
178
|
+
__slots__ = ()
|
179
|
+
|
180
|
+
def __init__(self) -> None:
|
181
|
+
...
|
182
|
+
|
183
|
+
class GetSoftwareUpdateState(_message.Message):
|
184
|
+
__slots__ = ()
|
185
|
+
|
186
|
+
def __init__(self) -> None:
|
187
|
+
...
|
188
|
+
|
189
|
+
class GetChargeState(_message.Message):
|
190
|
+
__slots__ = ()
|
191
|
+
|
192
|
+
def __init__(self) -> None:
|
193
|
+
...
|
194
|
+
|
195
|
+
class GetClimateState(_message.Message):
|
196
|
+
__slots__ = ()
|
197
|
+
|
198
|
+
def __init__(self) -> None:
|
199
|
+
...
|
200
|
+
|
201
|
+
class GetDriveState(_message.Message):
|
202
|
+
__slots__ = ()
|
203
|
+
|
204
|
+
def __init__(self) -> None:
|
205
|
+
...
|
206
|
+
|
207
|
+
class GetLocationState(_message.Message):
|
208
|
+
__slots__ = ()
|
209
|
+
|
210
|
+
def __init__(self) -> None:
|
211
|
+
...
|
212
|
+
|
213
|
+
class GetClosuresState(_message.Message):
|
214
|
+
__slots__ = ()
|
215
|
+
|
216
|
+
def __init__(self) -> None:
|
217
|
+
...
|
218
|
+
|
219
|
+
class GetChargeScheduleState(_message.Message):
|
220
|
+
__slots__ = ()
|
221
|
+
|
222
|
+
def __init__(self) -> None:
|
223
|
+
...
|
224
|
+
|
225
|
+
class GetPreconditioningScheduleState(_message.Message):
|
226
|
+
__slots__ = ()
|
227
|
+
|
228
|
+
def __init__(self) -> None:
|
229
|
+
...
|
230
|
+
|
231
|
+
class GetParentalControlsState(_message.Message):
|
232
|
+
__slots__ = ()
|
233
|
+
|
234
|
+
def __init__(self) -> None:
|
235
|
+
...
|
236
|
+
|
237
|
+
class EraseUserDataAction(_message.Message):
|
238
|
+
__slots__ = ('reason',)
|
239
|
+
REASON_FIELD_NUMBER: _ClassVar[int]
|
240
|
+
reason: str
|
241
|
+
|
242
|
+
def __init__(self, reason: _Optional[str]=...) -> None:
|
243
|
+
...
|
244
|
+
|
245
|
+
class Response(_message.Message):
|
246
|
+
__slots__ = ('actionStatus', 'vehicleData', 'getSessionInfoResponse', 'getNearbyChargingSites', 'ping')
|
247
|
+
ACTIONSTATUS_FIELD_NUMBER: _ClassVar[int]
|
248
|
+
VEHICLEDATA_FIELD_NUMBER: _ClassVar[int]
|
249
|
+
GETSESSIONINFORESPONSE_FIELD_NUMBER: _ClassVar[int]
|
250
|
+
GETNEARBYCHARGINGSITES_FIELD_NUMBER: _ClassVar[int]
|
251
|
+
PING_FIELD_NUMBER: _ClassVar[int]
|
252
|
+
actionStatus: ActionStatus
|
253
|
+
vehicleData: _vehicle_pb2.VehicleData
|
254
|
+
getSessionInfoResponse: _signatures_pb2.SessionInfo
|
255
|
+
getNearbyChargingSites: NearbyChargingSites
|
256
|
+
ping: Ping
|
257
|
+
|
258
|
+
def __init__(self, actionStatus: _Optional[_Union[ActionStatus, _Mapping]]=..., vehicleData: _Optional[_Union[_vehicle_pb2.VehicleData, _Mapping]]=..., getSessionInfoResponse: _Optional[_Union[_signatures_pb2.SessionInfo, _Mapping]]=..., getNearbyChargingSites: _Optional[_Union[NearbyChargingSites, _Mapping]]=..., ping: _Optional[_Union[Ping, _Mapping]]=...) -> None:
|
259
|
+
...
|
260
|
+
|
261
|
+
class ActionStatus(_message.Message):
|
262
|
+
__slots__ = ('result', 'result_reason')
|
263
|
+
RESULT_FIELD_NUMBER: _ClassVar[int]
|
264
|
+
RESULT_REASON_FIELD_NUMBER: _ClassVar[int]
|
265
|
+
result: OperationStatus_E
|
266
|
+
result_reason: ResultReason
|
267
|
+
|
268
|
+
def __init__(self, result: _Optional[_Union[OperationStatus_E, str]]=..., result_reason: _Optional[_Union[ResultReason, _Mapping]]=...) -> None:
|
269
|
+
...
|
270
|
+
|
271
|
+
class ResultReason(_message.Message):
|
272
|
+
__slots__ = ('plain_text',)
|
273
|
+
PLAIN_TEXT_FIELD_NUMBER: _ClassVar[int]
|
274
|
+
plain_text: str
|
275
|
+
|
276
|
+
def __init__(self, plain_text: _Optional[str]=...) -> None:
|
277
|
+
...
|
278
|
+
|
279
|
+
class EncryptedData(_message.Message):
|
280
|
+
__slots__ = ('field_number', 'ciphertext', 'tag')
|
281
|
+
FIELD_NUMBER_FIELD_NUMBER: _ClassVar[int]
|
282
|
+
CIPHERTEXT_FIELD_NUMBER: _ClassVar[int]
|
283
|
+
TAG_FIELD_NUMBER: _ClassVar[int]
|
284
|
+
field_number: int
|
285
|
+
ciphertext: bytes
|
286
|
+
tag: bytes
|
287
|
+
|
288
|
+
def __init__(self, field_number: _Optional[int]=..., ciphertext: _Optional[bytes]=..., tag: _Optional[bytes]=...) -> None:
|
289
|
+
...
|
290
|
+
|
291
|
+
class ChargingSetLimitAction(_message.Message):
|
292
|
+
__slots__ = ('percent',)
|
293
|
+
PERCENT_FIELD_NUMBER: _ClassVar[int]
|
294
|
+
percent: int
|
295
|
+
|
296
|
+
def __init__(self, percent: _Optional[int]=...) -> None:
|
297
|
+
...
|
298
|
+
|
299
|
+
class ChargingStartStopAction(_message.Message):
|
300
|
+
__slots__ = ('unknown', 'start', 'start_standard', 'start_max_range', 'stop')
|
301
|
+
UNKNOWN_FIELD_NUMBER: _ClassVar[int]
|
302
|
+
START_FIELD_NUMBER: _ClassVar[int]
|
303
|
+
START_STANDARD_FIELD_NUMBER: _ClassVar[int]
|
304
|
+
START_MAX_RANGE_FIELD_NUMBER: _ClassVar[int]
|
305
|
+
STOP_FIELD_NUMBER: _ClassVar[int]
|
306
|
+
unknown: _common_pb2.Void
|
307
|
+
start: _common_pb2.Void
|
308
|
+
start_standard: _common_pb2.Void
|
309
|
+
start_max_range: _common_pb2.Void
|
310
|
+
stop: _common_pb2.Void
|
311
|
+
|
312
|
+
def __init__(self, unknown: _Optional[_Union[_common_pb2.Void, _Mapping]]=..., start: _Optional[_Union[_common_pb2.Void, _Mapping]]=..., start_standard: _Optional[_Union[_common_pb2.Void, _Mapping]]=..., start_max_range: _Optional[_Union[_common_pb2.Void, _Mapping]]=..., stop: _Optional[_Union[_common_pb2.Void, _Mapping]]=...) -> None:
|
313
|
+
...
|
314
|
+
|
315
|
+
class DrivingClearSpeedLimitPinAction(_message.Message):
|
316
|
+
__slots__ = ('pin',)
|
317
|
+
PIN_FIELD_NUMBER: _ClassVar[int]
|
318
|
+
pin: str
|
319
|
+
|
320
|
+
def __init__(self, pin: _Optional[str]=...) -> None:
|
321
|
+
...
|
322
|
+
|
323
|
+
class DrivingSetSpeedLimitAction(_message.Message):
|
324
|
+
__slots__ = ('limit_mph',)
|
325
|
+
LIMIT_MPH_FIELD_NUMBER: _ClassVar[int]
|
326
|
+
limit_mph: float
|
327
|
+
|
328
|
+
def __init__(self, limit_mph: _Optional[float]=...) -> None:
|
329
|
+
...
|
330
|
+
|
331
|
+
class DrivingSpeedLimitAction(_message.Message):
|
332
|
+
__slots__ = ('activate', 'pin')
|
333
|
+
ACTIVATE_FIELD_NUMBER: _ClassVar[int]
|
334
|
+
PIN_FIELD_NUMBER: _ClassVar[int]
|
335
|
+
activate: bool
|
336
|
+
pin: str
|
337
|
+
|
338
|
+
def __init__(self, activate: bool=..., pin: _Optional[str]=...) -> None:
|
339
|
+
...
|
340
|
+
|
341
|
+
class HvacAutoAction(_message.Message):
|
342
|
+
__slots__ = ('power_on', 'manual_override')
|
343
|
+
POWER_ON_FIELD_NUMBER: _ClassVar[int]
|
344
|
+
MANUAL_OVERRIDE_FIELD_NUMBER: _ClassVar[int]
|
345
|
+
power_on: bool
|
346
|
+
manual_override: bool
|
347
|
+
|
348
|
+
def __init__(self, power_on: bool=..., manual_override: bool=...) -> None:
|
349
|
+
...
|
350
|
+
|
351
|
+
class HvacSeatHeaterActions(_message.Message):
|
352
|
+
__slots__ = ('hvacSeatHeaterAction',)
|
353
|
+
|
354
|
+
class HvacSeatHeaterAction(_message.Message):
|
355
|
+
__slots__ = ('SEAT_HEATER_UNKNOWN', 'SEAT_HEATER_OFF', 'SEAT_HEATER_LOW', 'SEAT_HEATER_MED', 'SEAT_HEATER_HIGH', 'CAR_SEAT_UNKNOWN', 'CAR_SEAT_FRONT_LEFT', 'CAR_SEAT_FRONT_RIGHT', 'CAR_SEAT_REAR_LEFT', 'CAR_SEAT_REAR_LEFT_BACK', 'CAR_SEAT_REAR_CENTER', 'CAR_SEAT_REAR_RIGHT', 'CAR_SEAT_REAR_RIGHT_BACK', 'CAR_SEAT_THIRD_ROW_LEFT', 'CAR_SEAT_THIRD_ROW_RIGHT')
|
356
|
+
SEAT_HEATER_UNKNOWN_FIELD_NUMBER: _ClassVar[int]
|
357
|
+
SEAT_HEATER_OFF_FIELD_NUMBER: _ClassVar[int]
|
358
|
+
SEAT_HEATER_LOW_FIELD_NUMBER: _ClassVar[int]
|
359
|
+
SEAT_HEATER_MED_FIELD_NUMBER: _ClassVar[int]
|
360
|
+
SEAT_HEATER_HIGH_FIELD_NUMBER: _ClassVar[int]
|
361
|
+
CAR_SEAT_UNKNOWN_FIELD_NUMBER: _ClassVar[int]
|
362
|
+
CAR_SEAT_FRONT_LEFT_FIELD_NUMBER: _ClassVar[int]
|
363
|
+
CAR_SEAT_FRONT_RIGHT_FIELD_NUMBER: _ClassVar[int]
|
364
|
+
CAR_SEAT_REAR_LEFT_FIELD_NUMBER: _ClassVar[int]
|
365
|
+
CAR_SEAT_REAR_LEFT_BACK_FIELD_NUMBER: _ClassVar[int]
|
366
|
+
CAR_SEAT_REAR_CENTER_FIELD_NUMBER: _ClassVar[int]
|
367
|
+
CAR_SEAT_REAR_RIGHT_FIELD_NUMBER: _ClassVar[int]
|
368
|
+
CAR_SEAT_REAR_RIGHT_BACK_FIELD_NUMBER: _ClassVar[int]
|
369
|
+
CAR_SEAT_THIRD_ROW_LEFT_FIELD_NUMBER: _ClassVar[int]
|
370
|
+
CAR_SEAT_THIRD_ROW_RIGHT_FIELD_NUMBER: _ClassVar[int]
|
371
|
+
SEAT_HEATER_UNKNOWN: _common_pb2.Void
|
372
|
+
SEAT_HEATER_OFF: _common_pb2.Void
|
373
|
+
SEAT_HEATER_LOW: _common_pb2.Void
|
374
|
+
SEAT_HEATER_MED: _common_pb2.Void
|
375
|
+
SEAT_HEATER_HIGH: _common_pb2.Void
|
376
|
+
CAR_SEAT_UNKNOWN: _common_pb2.Void
|
377
|
+
CAR_SEAT_FRONT_LEFT: _common_pb2.Void
|
378
|
+
CAR_SEAT_FRONT_RIGHT: _common_pb2.Void
|
379
|
+
CAR_SEAT_REAR_LEFT: _common_pb2.Void
|
380
|
+
CAR_SEAT_REAR_LEFT_BACK: _common_pb2.Void
|
381
|
+
CAR_SEAT_REAR_CENTER: _common_pb2.Void
|
382
|
+
CAR_SEAT_REAR_RIGHT: _common_pb2.Void
|
383
|
+
CAR_SEAT_REAR_RIGHT_BACK: _common_pb2.Void
|
384
|
+
CAR_SEAT_THIRD_ROW_LEFT: _common_pb2.Void
|
385
|
+
CAR_SEAT_THIRD_ROW_RIGHT: _common_pb2.Void
|
386
|
+
|
387
|
+
def __init__(self, SEAT_HEATER_UNKNOWN: _Optional[_Union[_common_pb2.Void, _Mapping]]=..., SEAT_HEATER_OFF: _Optional[_Union[_common_pb2.Void, _Mapping]]=..., SEAT_HEATER_LOW: _Optional[_Union[_common_pb2.Void, _Mapping]]=..., SEAT_HEATER_MED: _Optional[_Union[_common_pb2.Void, _Mapping]]=..., SEAT_HEATER_HIGH: _Optional[_Union[_common_pb2.Void, _Mapping]]=..., CAR_SEAT_UNKNOWN: _Optional[_Union[_common_pb2.Void, _Mapping]]=..., CAR_SEAT_FRONT_LEFT: _Optional[_Union[_common_pb2.Void, _Mapping]]=..., CAR_SEAT_FRONT_RIGHT: _Optional[_Union[_common_pb2.Void, _Mapping]]=..., CAR_SEAT_REAR_LEFT: _Optional[_Union[_common_pb2.Void, _Mapping]]=..., CAR_SEAT_REAR_LEFT_BACK: _Optional[_Union[_common_pb2.Void, _Mapping]]=..., CAR_SEAT_REAR_CENTER: _Optional[_Union[_common_pb2.Void, _Mapping]]=..., CAR_SEAT_REAR_RIGHT: _Optional[_Union[_common_pb2.Void, _Mapping]]=..., CAR_SEAT_REAR_RIGHT_BACK: _Optional[_Union[_common_pb2.Void, _Mapping]]=..., CAR_SEAT_THIRD_ROW_LEFT: _Optional[_Union[_common_pb2.Void, _Mapping]]=..., CAR_SEAT_THIRD_ROW_RIGHT: _Optional[_Union[_common_pb2.Void, _Mapping]]=...) -> None:
|
388
|
+
...
|
389
|
+
HVACSEATHEATERACTION_FIELD_NUMBER: _ClassVar[int]
|
390
|
+
hvacSeatHeaterAction: _containers.RepeatedCompositeFieldContainer[HvacSeatHeaterActions.HvacSeatHeaterAction]
|
391
|
+
|
392
|
+
def __init__(self, hvacSeatHeaterAction: _Optional[_Iterable[_Union[HvacSeatHeaterActions.HvacSeatHeaterAction, _Mapping]]]=...) -> None:
|
393
|
+
...
|
394
|
+
|
395
|
+
class HvacSeatCoolerActions(_message.Message):
|
396
|
+
__slots__ = ('hvacSeatCoolerAction',)
|
397
|
+
|
398
|
+
class HvacSeatCoolerLevel_E(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
399
|
+
__slots__ = ()
|
400
|
+
HvacSeatCoolerLevel_Unknown: _ClassVar[HvacSeatCoolerActions.HvacSeatCoolerLevel_E]
|
401
|
+
HvacSeatCoolerLevel_Off: _ClassVar[HvacSeatCoolerActions.HvacSeatCoolerLevel_E]
|
402
|
+
HvacSeatCoolerLevel_Low: _ClassVar[HvacSeatCoolerActions.HvacSeatCoolerLevel_E]
|
403
|
+
HvacSeatCoolerLevel_Med: _ClassVar[HvacSeatCoolerActions.HvacSeatCoolerLevel_E]
|
404
|
+
HvacSeatCoolerLevel_High: _ClassVar[HvacSeatCoolerActions.HvacSeatCoolerLevel_E]
|
405
|
+
HvacSeatCoolerLevel_Unknown: HvacSeatCoolerActions.HvacSeatCoolerLevel_E
|
406
|
+
HvacSeatCoolerLevel_Off: HvacSeatCoolerActions.HvacSeatCoolerLevel_E
|
407
|
+
HvacSeatCoolerLevel_Low: HvacSeatCoolerActions.HvacSeatCoolerLevel_E
|
408
|
+
HvacSeatCoolerLevel_Med: HvacSeatCoolerActions.HvacSeatCoolerLevel_E
|
409
|
+
HvacSeatCoolerLevel_High: HvacSeatCoolerActions.HvacSeatCoolerLevel_E
|
410
|
+
|
411
|
+
class HvacSeatCoolerPosition_E(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
412
|
+
__slots__ = ()
|
413
|
+
HvacSeatCoolerPosition_Unknown: _ClassVar[HvacSeatCoolerActions.HvacSeatCoolerPosition_E]
|
414
|
+
HvacSeatCoolerPosition_FrontLeft: _ClassVar[HvacSeatCoolerActions.HvacSeatCoolerPosition_E]
|
415
|
+
HvacSeatCoolerPosition_FrontRight: _ClassVar[HvacSeatCoolerActions.HvacSeatCoolerPosition_E]
|
416
|
+
HvacSeatCoolerPosition_Unknown: HvacSeatCoolerActions.HvacSeatCoolerPosition_E
|
417
|
+
HvacSeatCoolerPosition_FrontLeft: HvacSeatCoolerActions.HvacSeatCoolerPosition_E
|
418
|
+
HvacSeatCoolerPosition_FrontRight: HvacSeatCoolerActions.HvacSeatCoolerPosition_E
|
419
|
+
|
420
|
+
class HvacSeatCoolerAction(_message.Message):
|
421
|
+
__slots__ = ('seat_cooler_level', 'seat_position')
|
422
|
+
SEAT_COOLER_LEVEL_FIELD_NUMBER: _ClassVar[int]
|
423
|
+
SEAT_POSITION_FIELD_NUMBER: _ClassVar[int]
|
424
|
+
seat_cooler_level: HvacSeatCoolerActions.HvacSeatCoolerLevel_E
|
425
|
+
seat_position: HvacSeatCoolerActions.HvacSeatCoolerPosition_E
|
426
|
+
|
427
|
+
def __init__(self, seat_cooler_level: _Optional[_Union[HvacSeatCoolerActions.HvacSeatCoolerLevel_E, str]]=..., seat_position: _Optional[_Union[HvacSeatCoolerActions.HvacSeatCoolerPosition_E, str]]=...) -> None:
|
428
|
+
...
|
429
|
+
HVACSEATCOOLERACTION_FIELD_NUMBER: _ClassVar[int]
|
430
|
+
hvacSeatCoolerAction: _containers.RepeatedCompositeFieldContainer[HvacSeatCoolerActions.HvacSeatCoolerAction]
|
431
|
+
|
432
|
+
def __init__(self, hvacSeatCoolerAction: _Optional[_Iterable[_Union[HvacSeatCoolerActions.HvacSeatCoolerAction, _Mapping]]]=...) -> None:
|
433
|
+
...
|
434
|
+
|
435
|
+
class HvacSetPreconditioningMaxAction(_message.Message):
|
436
|
+
__slots__ = ('on', 'manual_override', 'manual_override_mode')
|
437
|
+
|
438
|
+
class ManualOverrideMode_E(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
439
|
+
__slots__ = ()
|
440
|
+
DogMode: _ClassVar[HvacSetPreconditioningMaxAction.ManualOverrideMode_E]
|
441
|
+
Soc: _ClassVar[HvacSetPreconditioningMaxAction.ManualOverrideMode_E]
|
442
|
+
Doors: _ClassVar[HvacSetPreconditioningMaxAction.ManualOverrideMode_E]
|
443
|
+
DogMode: HvacSetPreconditioningMaxAction.ManualOverrideMode_E
|
444
|
+
Soc: HvacSetPreconditioningMaxAction.ManualOverrideMode_E
|
445
|
+
Doors: HvacSetPreconditioningMaxAction.ManualOverrideMode_E
|
446
|
+
ON_FIELD_NUMBER: _ClassVar[int]
|
447
|
+
MANUAL_OVERRIDE_FIELD_NUMBER: _ClassVar[int]
|
448
|
+
MANUAL_OVERRIDE_MODE_FIELD_NUMBER: _ClassVar[int]
|
449
|
+
on: bool
|
450
|
+
manual_override: bool
|
451
|
+
manual_override_mode: _containers.RepeatedScalarFieldContainer[HvacSetPreconditioningMaxAction.ManualOverrideMode_E]
|
452
|
+
|
453
|
+
def __init__(self, on: bool=..., manual_override: bool=..., manual_override_mode: _Optional[_Iterable[_Union[HvacSetPreconditioningMaxAction.ManualOverrideMode_E, str]]]=...) -> None:
|
454
|
+
...
|
455
|
+
|
456
|
+
class HvacSteeringWheelHeaterAction(_message.Message):
|
457
|
+
__slots__ = ('power_on',)
|
458
|
+
POWER_ON_FIELD_NUMBER: _ClassVar[int]
|
459
|
+
power_on: bool
|
460
|
+
|
461
|
+
def __init__(self, power_on: bool=...) -> None:
|
462
|
+
...
|
463
|
+
|
464
|
+
class HvacTemperatureAdjustmentAction(_message.Message):
|
465
|
+
__slots__ = ('delta_celsius', 'delta_percent', 'absolute_celsius', 'level', 'hvac_temperature_zone', 'driver_temp_celsius', 'passenger_temp_celsius')
|
466
|
+
|
467
|
+
class Temperature(_message.Message):
|
468
|
+
__slots__ = ('TEMP_UNKNOWN', 'TEMP_MIN', 'TEMP_MAX')
|
469
|
+
TEMP_UNKNOWN_FIELD_NUMBER: _ClassVar[int]
|
470
|
+
TEMP_MIN_FIELD_NUMBER: _ClassVar[int]
|
471
|
+
TEMP_MAX_FIELD_NUMBER: _ClassVar[int]
|
472
|
+
TEMP_UNKNOWN: _common_pb2.Void
|
473
|
+
TEMP_MIN: _common_pb2.Void
|
474
|
+
TEMP_MAX: _common_pb2.Void
|
475
|
+
|
476
|
+
def __init__(self, TEMP_UNKNOWN: _Optional[_Union[_common_pb2.Void, _Mapping]]=..., TEMP_MIN: _Optional[_Union[_common_pb2.Void, _Mapping]]=..., TEMP_MAX: _Optional[_Union[_common_pb2.Void, _Mapping]]=...) -> None:
|
477
|
+
...
|
478
|
+
|
479
|
+
class HvacTemperatureZone(_message.Message):
|
480
|
+
__slots__ = ('TEMP_ZONE_UNKNOWN', 'TEMP_ZONE_FRONT_LEFT', 'TEMP_ZONE_FRONT_RIGHT', 'TEMP_ZONE_REAR')
|
481
|
+
TEMP_ZONE_UNKNOWN_FIELD_NUMBER: _ClassVar[int]
|
482
|
+
TEMP_ZONE_FRONT_LEFT_FIELD_NUMBER: _ClassVar[int]
|
483
|
+
TEMP_ZONE_FRONT_RIGHT_FIELD_NUMBER: _ClassVar[int]
|
484
|
+
TEMP_ZONE_REAR_FIELD_NUMBER: _ClassVar[int]
|
485
|
+
TEMP_ZONE_UNKNOWN: _common_pb2.Void
|
486
|
+
TEMP_ZONE_FRONT_LEFT: _common_pb2.Void
|
487
|
+
TEMP_ZONE_FRONT_RIGHT: _common_pb2.Void
|
488
|
+
TEMP_ZONE_REAR: _common_pb2.Void
|
489
|
+
|
490
|
+
def __init__(self, TEMP_ZONE_UNKNOWN: _Optional[_Union[_common_pb2.Void, _Mapping]]=..., TEMP_ZONE_FRONT_LEFT: _Optional[_Union[_common_pb2.Void, _Mapping]]=..., TEMP_ZONE_FRONT_RIGHT: _Optional[_Union[_common_pb2.Void, _Mapping]]=..., TEMP_ZONE_REAR: _Optional[_Union[_common_pb2.Void, _Mapping]]=...) -> None:
|
491
|
+
...
|
492
|
+
DELTA_CELSIUS_FIELD_NUMBER: _ClassVar[int]
|
493
|
+
DELTA_PERCENT_FIELD_NUMBER: _ClassVar[int]
|
494
|
+
ABSOLUTE_CELSIUS_FIELD_NUMBER: _ClassVar[int]
|
495
|
+
LEVEL_FIELD_NUMBER: _ClassVar[int]
|
496
|
+
HVAC_TEMPERATURE_ZONE_FIELD_NUMBER: _ClassVar[int]
|
497
|
+
DRIVER_TEMP_CELSIUS_FIELD_NUMBER: _ClassVar[int]
|
498
|
+
PASSENGER_TEMP_CELSIUS_FIELD_NUMBER: _ClassVar[int]
|
499
|
+
delta_celsius: float
|
500
|
+
delta_percent: int
|
501
|
+
absolute_celsius: float
|
502
|
+
level: HvacTemperatureAdjustmentAction.Temperature
|
503
|
+
hvac_temperature_zone: _containers.RepeatedCompositeFieldContainer[HvacTemperatureAdjustmentAction.HvacTemperatureZone]
|
504
|
+
driver_temp_celsius: float
|
505
|
+
passenger_temp_celsius: float
|
506
|
+
|
507
|
+
def __init__(self, delta_celsius: _Optional[float]=..., delta_percent: _Optional[int]=..., absolute_celsius: _Optional[float]=..., level: _Optional[_Union[HvacTemperatureAdjustmentAction.Temperature, _Mapping]]=..., hvac_temperature_zone: _Optional[_Iterable[_Union[HvacTemperatureAdjustmentAction.HvacTemperatureZone, _Mapping]]]=..., driver_temp_celsius: _Optional[float]=..., passenger_temp_celsius: _Optional[float]=...) -> None:
|
508
|
+
...
|
509
|
+
|
510
|
+
class GetNearbyChargingSites(_message.Message):
|
511
|
+
__slots__ = ('include_meta_data', 'radius', 'count')
|
512
|
+
INCLUDE_META_DATA_FIELD_NUMBER: _ClassVar[int]
|
513
|
+
RADIUS_FIELD_NUMBER: _ClassVar[int]
|
514
|
+
COUNT_FIELD_NUMBER: _ClassVar[int]
|
515
|
+
include_meta_data: bool
|
516
|
+
radius: int
|
517
|
+
count: int
|
518
|
+
|
519
|
+
def __init__(self, include_meta_data: bool=..., radius: _Optional[int]=..., count: _Optional[int]=...) -> None:
|
520
|
+
...
|
521
|
+
|
522
|
+
class NearbyChargingSites(_message.Message):
|
523
|
+
__slots__ = ('timestamp', 'superchargers', 'congestion_sync_time_utc_secs')
|
524
|
+
TIMESTAMP_FIELD_NUMBER: _ClassVar[int]
|
525
|
+
SUPERCHARGERS_FIELD_NUMBER: _ClassVar[int]
|
526
|
+
CONGESTION_SYNC_TIME_UTC_SECS_FIELD_NUMBER: _ClassVar[int]
|
527
|
+
timestamp: _timestamp_pb2.Timestamp
|
528
|
+
superchargers: _containers.RepeatedCompositeFieldContainer[Superchargers]
|
529
|
+
congestion_sync_time_utc_secs: int
|
530
|
+
|
531
|
+
def __init__(self, timestamp: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]]=..., superchargers: _Optional[_Iterable[_Union[Superchargers, _Mapping]]]=..., congestion_sync_time_utc_secs: _Optional[int]=...) -> None:
|
532
|
+
...
|
533
|
+
|
534
|
+
class Superchargers(_message.Message):
|
535
|
+
__slots__ = ('id', 'amenities', 'available_stalls', 'billing_info', 'billing_time', 'city', 'country', 'distance_miles', 'district', 'location', 'name', 'postal_code', 'site_closed', 'state', 'street_address', 'total_stalls', 'within_range', 'max_power_kw', 'out_of_order_stalls_number', 'out_of_order_stalls_names')
|
536
|
+
ID_FIELD_NUMBER: _ClassVar[int]
|
537
|
+
AMENITIES_FIELD_NUMBER: _ClassVar[int]
|
538
|
+
AVAILABLE_STALLS_FIELD_NUMBER: _ClassVar[int]
|
539
|
+
BILLING_INFO_FIELD_NUMBER: _ClassVar[int]
|
540
|
+
BILLING_TIME_FIELD_NUMBER: _ClassVar[int]
|
541
|
+
CITY_FIELD_NUMBER: _ClassVar[int]
|
542
|
+
COUNTRY_FIELD_NUMBER: _ClassVar[int]
|
543
|
+
DISTANCE_MILES_FIELD_NUMBER: _ClassVar[int]
|
544
|
+
DISTRICT_FIELD_NUMBER: _ClassVar[int]
|
545
|
+
LOCATION_FIELD_NUMBER: _ClassVar[int]
|
546
|
+
NAME_FIELD_NUMBER: _ClassVar[int]
|
547
|
+
POSTAL_CODE_FIELD_NUMBER: _ClassVar[int]
|
548
|
+
SITE_CLOSED_FIELD_NUMBER: _ClassVar[int]
|
549
|
+
STATE_FIELD_NUMBER: _ClassVar[int]
|
550
|
+
STREET_ADDRESS_FIELD_NUMBER: _ClassVar[int]
|
551
|
+
TOTAL_STALLS_FIELD_NUMBER: _ClassVar[int]
|
552
|
+
WITHIN_RANGE_FIELD_NUMBER: _ClassVar[int]
|
553
|
+
MAX_POWER_KW_FIELD_NUMBER: _ClassVar[int]
|
554
|
+
OUT_OF_ORDER_STALLS_NUMBER_FIELD_NUMBER: _ClassVar[int]
|
555
|
+
OUT_OF_ORDER_STALLS_NAMES_FIELD_NUMBER: _ClassVar[int]
|
556
|
+
id: int
|
557
|
+
amenities: str
|
558
|
+
available_stalls: int
|
559
|
+
billing_info: str
|
560
|
+
billing_time: str
|
561
|
+
city: str
|
562
|
+
country: str
|
563
|
+
distance_miles: float
|
564
|
+
district: str
|
565
|
+
location: _common_pb2.LatLong
|
566
|
+
name: str
|
567
|
+
postal_code: str
|
568
|
+
site_closed: bool
|
569
|
+
state: str
|
570
|
+
street_address: str
|
571
|
+
total_stalls: int
|
572
|
+
within_range: bool
|
573
|
+
max_power_kw: int
|
574
|
+
out_of_order_stalls_number: int
|
575
|
+
out_of_order_stalls_names: str
|
576
|
+
|
577
|
+
def __init__(self, id: _Optional[int]=..., amenities: _Optional[str]=..., available_stalls: _Optional[int]=..., billing_info: _Optional[str]=..., billing_time: _Optional[str]=..., city: _Optional[str]=..., country: _Optional[str]=..., distance_miles: _Optional[float]=..., district: _Optional[str]=..., location: _Optional[_Union[_common_pb2.LatLong, _Mapping]]=..., name: _Optional[str]=..., postal_code: _Optional[str]=..., site_closed: bool=..., state: _Optional[str]=..., street_address: _Optional[str]=..., total_stalls: _Optional[int]=..., within_range: bool=..., max_power_kw: _Optional[int]=..., out_of_order_stalls_number: _Optional[int]=..., out_of_order_stalls_names: _Optional[str]=...) -> None:
|
578
|
+
...
|
579
|
+
|
580
|
+
class MediaPlayAction(_message.Message):
|
581
|
+
__slots__ = ()
|
582
|
+
|
583
|
+
def __init__(self) -> None:
|
584
|
+
...
|
585
|
+
|
586
|
+
class MediaUpdateVolume(_message.Message):
|
587
|
+
__slots__ = ('volume_delta', 'volume_absolute_float')
|
588
|
+
VOLUME_DELTA_FIELD_NUMBER: _ClassVar[int]
|
589
|
+
VOLUME_ABSOLUTE_FLOAT_FIELD_NUMBER: _ClassVar[int]
|
590
|
+
volume_delta: int
|
591
|
+
volume_absolute_float: float
|
592
|
+
|
593
|
+
def __init__(self, volume_delta: _Optional[int]=..., volume_absolute_float: _Optional[float]=...) -> None:
|
594
|
+
...
|
595
|
+
|
596
|
+
class MediaNextFavorite(_message.Message):
|
597
|
+
__slots__ = ()
|
598
|
+
|
599
|
+
def __init__(self) -> None:
|
600
|
+
...
|
601
|
+
|
602
|
+
class MediaPreviousFavorite(_message.Message):
|
603
|
+
__slots__ = ()
|
604
|
+
|
605
|
+
def __init__(self) -> None:
|
606
|
+
...
|
607
|
+
|
608
|
+
class MediaNextTrack(_message.Message):
|
609
|
+
__slots__ = ()
|
610
|
+
|
611
|
+
def __init__(self) -> None:
|
612
|
+
...
|
613
|
+
|
614
|
+
class MediaPreviousTrack(_message.Message):
|
615
|
+
__slots__ = ()
|
616
|
+
|
617
|
+
def __init__(self) -> None:
|
618
|
+
...
|
619
|
+
|
620
|
+
class VehicleControlCancelSoftwareUpdateAction(_message.Message):
|
621
|
+
__slots__ = ()
|
622
|
+
|
623
|
+
def __init__(self) -> None:
|
624
|
+
...
|
625
|
+
|
626
|
+
class VehicleControlFlashLightsAction(_message.Message):
|
627
|
+
__slots__ = ()
|
628
|
+
|
629
|
+
def __init__(self) -> None:
|
630
|
+
...
|
631
|
+
|
632
|
+
class VehicleControlHonkHornAction(_message.Message):
|
633
|
+
__slots__ = ()
|
634
|
+
|
635
|
+
def __init__(self) -> None:
|
636
|
+
...
|
637
|
+
|
638
|
+
class VehicleControlResetValetPinAction(_message.Message):
|
639
|
+
__slots__ = ()
|
640
|
+
|
641
|
+
def __init__(self) -> None:
|
642
|
+
...
|
643
|
+
|
644
|
+
class VehicleControlScheduleSoftwareUpdateAction(_message.Message):
|
645
|
+
__slots__ = ('offset_sec',)
|
646
|
+
OFFSET_SEC_FIELD_NUMBER: _ClassVar[int]
|
647
|
+
offset_sec: int
|
648
|
+
|
649
|
+
def __init__(self, offset_sec: _Optional[int]=...) -> None:
|
650
|
+
...
|
651
|
+
|
652
|
+
class VehicleControlSetSentryModeAction(_message.Message):
|
653
|
+
__slots__ = ('on',)
|
654
|
+
ON_FIELD_NUMBER: _ClassVar[int]
|
655
|
+
on: bool
|
656
|
+
|
657
|
+
def __init__(self, on: bool=...) -> None:
|
658
|
+
...
|
659
|
+
|
660
|
+
class VehicleControlSetValetModeAction(_message.Message):
|
661
|
+
__slots__ = ('on', 'password')
|
662
|
+
ON_FIELD_NUMBER: _ClassVar[int]
|
663
|
+
PASSWORD_FIELD_NUMBER: _ClassVar[int]
|
664
|
+
on: bool
|
665
|
+
password: str
|
666
|
+
|
667
|
+
def __init__(self, on: bool=..., password: _Optional[str]=...) -> None:
|
668
|
+
...
|
669
|
+
|
670
|
+
class VehicleControlSunroofOpenCloseAction(_message.Message):
|
671
|
+
__slots__ = ('absolute_level', 'delta_level', 'vent', 'close', 'open')
|
672
|
+
ABSOLUTE_LEVEL_FIELD_NUMBER: _ClassVar[int]
|
673
|
+
DELTA_LEVEL_FIELD_NUMBER: _ClassVar[int]
|
674
|
+
VENT_FIELD_NUMBER: _ClassVar[int]
|
675
|
+
CLOSE_FIELD_NUMBER: _ClassVar[int]
|
676
|
+
OPEN_FIELD_NUMBER: _ClassVar[int]
|
677
|
+
absolute_level: int
|
678
|
+
delta_level: int
|
679
|
+
vent: _common_pb2.Void
|
680
|
+
close: _common_pb2.Void
|
681
|
+
open: _common_pb2.Void
|
682
|
+
|
683
|
+
def __init__(self, absolute_level: _Optional[int]=..., delta_level: _Optional[int]=..., vent: _Optional[_Union[_common_pb2.Void, _Mapping]]=..., close: _Optional[_Union[_common_pb2.Void, _Mapping]]=..., open: _Optional[_Union[_common_pb2.Void, _Mapping]]=...) -> None:
|
684
|
+
...
|
685
|
+
|
686
|
+
class VehicleControlTriggerHomelinkAction(_message.Message):
|
687
|
+
__slots__ = ('location', 'token')
|
688
|
+
LOCATION_FIELD_NUMBER: _ClassVar[int]
|
689
|
+
TOKEN_FIELD_NUMBER: _ClassVar[int]
|
690
|
+
location: _common_pb2.LatLong
|
691
|
+
token: str
|
692
|
+
|
693
|
+
def __init__(self, location: _Optional[_Union[_common_pb2.LatLong, _Mapping]]=..., token: _Optional[str]=...) -> None:
|
694
|
+
...
|
695
|
+
|
696
|
+
class VehicleControlWindowAction(_message.Message):
|
697
|
+
__slots__ = ('unknown', 'vent', 'close')
|
698
|
+
UNKNOWN_FIELD_NUMBER: _ClassVar[int]
|
699
|
+
VENT_FIELD_NUMBER: _ClassVar[int]
|
700
|
+
CLOSE_FIELD_NUMBER: _ClassVar[int]
|
701
|
+
unknown: _common_pb2.Void
|
702
|
+
vent: _common_pb2.Void
|
703
|
+
close: _common_pb2.Void
|
704
|
+
|
705
|
+
def __init__(self, unknown: _Optional[_Union[_common_pb2.Void, _Mapping]]=..., vent: _Optional[_Union[_common_pb2.Void, _Mapping]]=..., close: _Optional[_Union[_common_pb2.Void, _Mapping]]=...) -> None:
|
706
|
+
...
|
707
|
+
|
708
|
+
class HvacBioweaponModeAction(_message.Message):
|
709
|
+
__slots__ = ('on', 'manual_override')
|
710
|
+
ON_FIELD_NUMBER: _ClassVar[int]
|
711
|
+
MANUAL_OVERRIDE_FIELD_NUMBER: _ClassVar[int]
|
712
|
+
on: bool
|
713
|
+
manual_override: bool
|
714
|
+
|
715
|
+
def __init__(self, on: bool=..., manual_override: bool=...) -> None:
|
716
|
+
...
|
717
|
+
|
718
|
+
class AutoSeatClimateAction(_message.Message):
|
719
|
+
__slots__ = ('carseat',)
|
720
|
+
|
721
|
+
class AutoSeatPosition_E(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
722
|
+
__slots__ = ()
|
723
|
+
AutoSeatPosition_Unknown: _ClassVar[AutoSeatClimateAction.AutoSeatPosition_E]
|
724
|
+
AutoSeatPosition_FrontLeft: _ClassVar[AutoSeatClimateAction.AutoSeatPosition_E]
|
725
|
+
AutoSeatPosition_FrontRight: _ClassVar[AutoSeatClimateAction.AutoSeatPosition_E]
|
726
|
+
AutoSeatPosition_Unknown: AutoSeatClimateAction.AutoSeatPosition_E
|
727
|
+
AutoSeatPosition_FrontLeft: AutoSeatClimateAction.AutoSeatPosition_E
|
728
|
+
AutoSeatPosition_FrontRight: AutoSeatClimateAction.AutoSeatPosition_E
|
729
|
+
|
730
|
+
class CarSeat(_message.Message):
|
731
|
+
__slots__ = ('on', 'seat_position')
|
732
|
+
ON_FIELD_NUMBER: _ClassVar[int]
|
733
|
+
SEAT_POSITION_FIELD_NUMBER: _ClassVar[int]
|
734
|
+
on: bool
|
735
|
+
seat_position: AutoSeatClimateAction.AutoSeatPosition_E
|
736
|
+
|
737
|
+
def __init__(self, on: bool=..., seat_position: _Optional[_Union[AutoSeatClimateAction.AutoSeatPosition_E, str]]=...) -> None:
|
738
|
+
...
|
739
|
+
CARSEAT_FIELD_NUMBER: _ClassVar[int]
|
740
|
+
carseat: _containers.RepeatedCompositeFieldContainer[AutoSeatClimateAction.CarSeat]
|
741
|
+
|
742
|
+
def __init__(self, carseat: _Optional[_Iterable[_Union[AutoSeatClimateAction.CarSeat, _Mapping]]]=...) -> None:
|
743
|
+
...
|
744
|
+
|
745
|
+
class Ping(_message.Message):
|
746
|
+
__slots__ = ('ping_id', 'local_timestamp', 'last_remote_timestamp')
|
747
|
+
PING_ID_FIELD_NUMBER: _ClassVar[int]
|
748
|
+
LOCAL_TIMESTAMP_FIELD_NUMBER: _ClassVar[int]
|
749
|
+
LAST_REMOTE_TIMESTAMP_FIELD_NUMBER: _ClassVar[int]
|
750
|
+
ping_id: int
|
751
|
+
local_timestamp: _timestamp_pb2.Timestamp
|
752
|
+
last_remote_timestamp: _timestamp_pb2.Timestamp
|
753
|
+
|
754
|
+
def __init__(self, ping_id: _Optional[int]=..., local_timestamp: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]]=..., last_remote_timestamp: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]]=...) -> None:
|
755
|
+
...
|
756
|
+
|
757
|
+
class ScheduledChargingAction(_message.Message):
|
758
|
+
__slots__ = ('enabled', 'charging_time')
|
759
|
+
ENABLED_FIELD_NUMBER: _ClassVar[int]
|
760
|
+
CHARGING_TIME_FIELD_NUMBER: _ClassVar[int]
|
761
|
+
enabled: bool
|
762
|
+
charging_time: int
|
763
|
+
|
764
|
+
def __init__(self, enabled: bool=..., charging_time: _Optional[int]=...) -> None:
|
765
|
+
...
|
766
|
+
|
767
|
+
class ScheduledDepartureAction(_message.Message):
|
768
|
+
__slots__ = ('enabled', 'departure_time', 'preconditioning_times', 'off_peak_charging_times', 'off_peak_hours_end_time')
|
769
|
+
ENABLED_FIELD_NUMBER: _ClassVar[int]
|
770
|
+
DEPARTURE_TIME_FIELD_NUMBER: _ClassVar[int]
|
771
|
+
PRECONDITIONING_TIMES_FIELD_NUMBER: _ClassVar[int]
|
772
|
+
OFF_PEAK_CHARGING_TIMES_FIELD_NUMBER: _ClassVar[int]
|
773
|
+
OFF_PEAK_HOURS_END_TIME_FIELD_NUMBER: _ClassVar[int]
|
774
|
+
enabled: bool
|
775
|
+
departure_time: int
|
776
|
+
preconditioning_times: _common_pb2.PreconditioningTimes
|
777
|
+
off_peak_charging_times: _common_pb2.OffPeakChargingTimes
|
778
|
+
off_peak_hours_end_time: int
|
779
|
+
|
780
|
+
def __init__(self, enabled: bool=..., departure_time: _Optional[int]=..., preconditioning_times: _Optional[_Union[_common_pb2.PreconditioningTimes, _Mapping]]=..., off_peak_charging_times: _Optional[_Union[_common_pb2.OffPeakChargingTimes, _Mapping]]=..., off_peak_hours_end_time: _Optional[int]=...) -> None:
|
781
|
+
...
|
782
|
+
|
783
|
+
class HvacClimateKeeperAction(_message.Message):
|
784
|
+
__slots__ = ('ClimateKeeperAction', 'manual_override')
|
785
|
+
|
786
|
+
class ClimateKeeperAction_E(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
787
|
+
__slots__ = ()
|
788
|
+
ClimateKeeperAction_Off: _ClassVar[HvacClimateKeeperAction.ClimateKeeperAction_E]
|
789
|
+
ClimateKeeperAction_On: _ClassVar[HvacClimateKeeperAction.ClimateKeeperAction_E]
|
790
|
+
ClimateKeeperAction_Dog: _ClassVar[HvacClimateKeeperAction.ClimateKeeperAction_E]
|
791
|
+
ClimateKeeperAction_Camp: _ClassVar[HvacClimateKeeperAction.ClimateKeeperAction_E]
|
792
|
+
ClimateKeeperAction_Off: HvacClimateKeeperAction.ClimateKeeperAction_E
|
793
|
+
ClimateKeeperAction_On: HvacClimateKeeperAction.ClimateKeeperAction_E
|
794
|
+
ClimateKeeperAction_Dog: HvacClimateKeeperAction.ClimateKeeperAction_E
|
795
|
+
ClimateKeeperAction_Camp: HvacClimateKeeperAction.ClimateKeeperAction_E
|
796
|
+
CLIMATEKEEPERACTION_FIELD_NUMBER: _ClassVar[int]
|
797
|
+
MANUAL_OVERRIDE_FIELD_NUMBER: _ClassVar[int]
|
798
|
+
ClimateKeeperAction: HvacClimateKeeperAction.ClimateKeeperAction_E
|
799
|
+
manual_override: bool
|
800
|
+
|
801
|
+
def __init__(self, ClimateKeeperAction: _Optional[_Union[HvacClimateKeeperAction.ClimateKeeperAction_E, str]]=..., manual_override: bool=...) -> None:
|
802
|
+
...
|
803
|
+
|
804
|
+
class SetChargingAmpsAction(_message.Message):
|
805
|
+
__slots__ = ('charging_amps',)
|
806
|
+
CHARGING_AMPS_FIELD_NUMBER: _ClassVar[int]
|
807
|
+
charging_amps: int
|
808
|
+
|
809
|
+
def __init__(self, charging_amps: _Optional[int]=...) -> None:
|
810
|
+
...
|
811
|
+
|
812
|
+
class RemoveChargeScheduleAction(_message.Message):
|
813
|
+
__slots__ = ('id',)
|
814
|
+
ID_FIELD_NUMBER: _ClassVar[int]
|
815
|
+
id: int
|
816
|
+
|
817
|
+
def __init__(self, id: _Optional[int]=...) -> None:
|
818
|
+
...
|
819
|
+
|
820
|
+
class BatchRemoveChargeSchedulesAction(_message.Message):
|
821
|
+
__slots__ = ('home', 'work', 'other')
|
822
|
+
HOME_FIELD_NUMBER: _ClassVar[int]
|
823
|
+
WORK_FIELD_NUMBER: _ClassVar[int]
|
824
|
+
OTHER_FIELD_NUMBER: _ClassVar[int]
|
825
|
+
home: bool
|
826
|
+
work: bool
|
827
|
+
other: bool
|
828
|
+
|
829
|
+
def __init__(self, home: bool=..., work: bool=..., other: bool=...) -> None:
|
830
|
+
...
|
831
|
+
|
832
|
+
class BatchRemovePreconditionSchedulesAction(_message.Message):
|
833
|
+
__slots__ = ('home', 'work', 'other')
|
834
|
+
HOME_FIELD_NUMBER: _ClassVar[int]
|
835
|
+
WORK_FIELD_NUMBER: _ClassVar[int]
|
836
|
+
OTHER_FIELD_NUMBER: _ClassVar[int]
|
837
|
+
home: bool
|
838
|
+
work: bool
|
839
|
+
other: bool
|
840
|
+
|
841
|
+
def __init__(self, home: bool=..., work: bool=..., other: bool=...) -> None:
|
842
|
+
...
|
843
|
+
|
844
|
+
class RemovePreconditionScheduleAction(_message.Message):
|
845
|
+
__slots__ = ('id',)
|
846
|
+
ID_FIELD_NUMBER: _ClassVar[int]
|
847
|
+
id: int
|
848
|
+
|
849
|
+
def __init__(self, id: _Optional[int]=...) -> None:
|
850
|
+
...
|
851
|
+
|
852
|
+
class SetCabinOverheatProtectionAction(_message.Message):
|
853
|
+
__slots__ = ('on', 'fan_only')
|
854
|
+
ON_FIELD_NUMBER: _ClassVar[int]
|
855
|
+
FAN_ONLY_FIELD_NUMBER: _ClassVar[int]
|
856
|
+
on: bool
|
857
|
+
fan_only: bool
|
858
|
+
|
859
|
+
def __init__(self, on: bool=..., fan_only: bool=...) -> None:
|
860
|
+
...
|
861
|
+
|
862
|
+
class SetVehicleNameAction(_message.Message):
|
863
|
+
__slots__ = ('vehicleName',)
|
864
|
+
VEHICLENAME_FIELD_NUMBER: _ClassVar[int]
|
865
|
+
vehicleName: str
|
866
|
+
|
867
|
+
def __init__(self, vehicleName: _Optional[str]=...) -> None:
|
868
|
+
...
|
869
|
+
|
870
|
+
class ChargePortDoorClose(_message.Message):
|
871
|
+
__slots__ = ()
|
872
|
+
|
873
|
+
def __init__(self) -> None:
|
874
|
+
...
|
875
|
+
|
876
|
+
class ChargePortDoorOpen(_message.Message):
|
877
|
+
__slots__ = ()
|
878
|
+
|
879
|
+
def __init__(self) -> None:
|
880
|
+
...
|
881
|
+
|
882
|
+
class SetCopTempAction(_message.Message):
|
883
|
+
__slots__ = ('copActivationTemp',)
|
884
|
+
COPACTIVATIONTEMP_FIELD_NUMBER: _ClassVar[int]
|
885
|
+
copActivationTemp: _vehicle_pb2.ClimateState.CopActivationTemp
|
886
|
+
|
887
|
+
def __init__(self, copActivationTemp: _Optional[_Union[_vehicle_pb2.ClimateState.CopActivationTemp, str]]=...) -> None:
|
888
|
+
...
|
889
|
+
|
890
|
+
class VehicleControlSetPinToDriveAction(_message.Message):
|
891
|
+
__slots__ = ('on', 'password')
|
892
|
+
ON_FIELD_NUMBER: _ClassVar[int]
|
893
|
+
PASSWORD_FIELD_NUMBER: _ClassVar[int]
|
894
|
+
on: bool
|
895
|
+
password: str
|
896
|
+
|
897
|
+
def __init__(self, on: bool=..., password: _Optional[str]=...) -> None:
|
898
|
+
...
|
899
|
+
|
900
|
+
class VehicleControlResetPinToDriveAction(_message.Message):
|
901
|
+
__slots__ = ()
|
902
|
+
|
903
|
+
def __init__(self) -> None:
|
904
|
+
...
|