tesla-fleet-api 0.9.10__py3-none-any.whl → 1.0.0__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (49) hide show
  1. tesla_fleet_api/__init__.py +7 -22
  2. tesla_fleet_api/const.py +1 -225
  3. tesla_fleet_api/exceptions.py +117 -0
  4. tesla_fleet_api/tesla/__init__.py +11 -0
  5. tesla_fleet_api/tesla/bluetooth.py +33 -0
  6. tesla_fleet_api/{charging.py → tesla/charging.py} +1 -1
  7. tesla_fleet_api/{energy.py → tesla/energysite.py} +41 -33
  8. tesla_fleet_api/{teslafleetapi.py → tesla/fleet.py} +8 -53
  9. tesla_fleet_api/{teslafleetoauth.py → tesla/oauth.py} +3 -4
  10. tesla_fleet_api/{partner.py → tesla/partner.py} +1 -1
  11. tesla_fleet_api/tesla/tesla.py +52 -0
  12. tesla_fleet_api/{user.py → tesla/user.py} +1 -1
  13. tesla_fleet_api/teslemetry/__init__.py +5 -0
  14. tesla_fleet_api/{teslemetry.py → teslemetry/teslemetry.py} +16 -25
  15. tesla_fleet_api/teslemetry/vehicle.py +73 -0
  16. tesla_fleet_api/tessie/__init__.py +5 -0
  17. tesla_fleet_api/{tessie.py → tessie/tessie.py} +17 -9
  18. tesla_fleet_api/tessie/vehicle.py +41 -0
  19. {tesla_fleet_api-0.9.10.dist-info → tesla_fleet_api-1.0.0.dist-info}/METADATA +3 -2
  20. tesla_fleet_api-1.0.0.dist-info/RECORD +24 -0
  21. tesla_fleet_api/energyspecific.py +0 -125
  22. tesla_fleet_api/pb2/__init__.py +0 -0
  23. tesla_fleet_api/pb2/__init__.pyi +0 -9
  24. tesla_fleet_api/pb2/car_server_pb2.py +0 -175
  25. tesla_fleet_api/pb2/car_server_pb2.pyi +0 -904
  26. tesla_fleet_api/pb2/common_pb2.py +0 -33
  27. tesla_fleet_api/pb2/common_pb2.pyi +0 -130
  28. tesla_fleet_api/pb2/errors_pb2.py +0 -17
  29. tesla_fleet_api/pb2/errors_pb2.pyi +0 -32
  30. tesla_fleet_api/pb2/keys_pb2.py +0 -15
  31. tesla_fleet_api/pb2/keys_pb2.pyi +0 -21
  32. tesla_fleet_api/pb2/managed_charging_pb2.py +0 -15
  33. tesla_fleet_api/pb2/managed_charging_pb2.pyi +0 -17
  34. tesla_fleet_api/pb2/signatures_pb2.py +0 -35
  35. tesla_fleet_api/pb2/signatures_pb2.pyi +0 -152
  36. tesla_fleet_api/pb2/universal_message_pb2.py +0 -30
  37. tesla_fleet_api/pb2/universal_message_pb2.pyi +0 -148
  38. tesla_fleet_api/pb2/vcsec_pb2.py +0 -79
  39. tesla_fleet_api/pb2/vcsec_pb2.pyi +0 -482
  40. tesla_fleet_api/pb2/vehicle_pb2.py +0 -125
  41. tesla_fleet_api/pb2/vehicle_pb2.pyi +0 -1183
  42. tesla_fleet_api/teslafleetopensource.py +0 -61
  43. tesla_fleet_api/vehicle.py +0 -880
  44. tesla_fleet_api/vehiclesigned.py +0 -1129
  45. tesla_fleet_api/vehiclespecific.py +0 -509
  46. tesla_fleet_api-0.9.10.dist-info/RECORD +0 -42
  47. {tesla_fleet_api-0.9.10.dist-info → tesla_fleet_api-1.0.0.dist-info}/LICENSE +0 -0
  48. {tesla_fleet_api-0.9.10.dist-info → tesla_fleet_api-1.0.0.dist-info}/WHEEL +0 -0
  49. {tesla_fleet_api-0.9.10.dist-info → tesla_fleet_api-1.0.0.dist-info}/top_level.txt +0 -0
@@ -1,175 +0,0 @@
1
- """Generated protocol buffer code."""
2
- from google.protobuf import descriptor as _descriptor
3
- from google.protobuf import descriptor_pool as _descriptor_pool
4
- from google.protobuf import symbol_database as _symbol_database
5
- from google.protobuf.internal import builder as _builder
6
- _sym_db = _symbol_database.Default()
7
- from . import vehicle_pb2 as vehicle__pb2
8
- from . import signatures_pb2 as signatures__pb2
9
- from . import common_pb2 as common__pb2
10
- from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
11
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x10car_server.proto\x12\tCarServer\x1a\rvehicle.proto\x1a\x10signatures.proto\x1a\x0ccommon.proto\x1a\x1fgoogle/protobuf/timestamp.proto"O\n\x06Action\x121\n\rvehicleAction\x18\x02 \x01(\x0b2\x18.CarServer.VehicleActionH\x00B\x0c\n\naction_msgJ\x04\x08\x03\x10\x06"\x97\x1e\n\rVehicleAction\x123\n\x0egetVehicleData\x18\x01 \x01(\x0b2\x19.CarServer.GetVehicleDataH\x00\x12C\n\x16chargingSetLimitAction\x18\x05 \x01(\x0b2!.CarServer.ChargingSetLimitActionH\x00\x12E\n\x17chargingStartStopAction\x18\x06 \x01(\x0b2".CarServer.ChargingStartStopActionH\x00\x12U\n\x1fdrivingClearSpeedLimitPinAction\x18\x07 \x01(\x0b2*.CarServer.DrivingClearSpeedLimitPinActionH\x00\x12K\n\x1adrivingSetSpeedLimitAction\x18\x08 \x01(\x0b2%.CarServer.DrivingSetSpeedLimitActionH\x00\x12E\n\x17drivingSpeedLimitAction\x18\t \x01(\x0b2".CarServer.DrivingSpeedLimitActionH\x00\x123\n\x0ehvacAutoAction\x18\n \x01(\x0b2\x19.CarServer.HvacAutoActionH\x00\x12U\n\x1fhvacSetPreconditioningMaxAction\x18\x0c \x01(\x0b2*.CarServer.HvacSetPreconditioningMaxActionH\x00\x12Q\n\x1dhvacSteeringWheelHeaterAction\x18\r \x01(\x0b2(.CarServer.HvacSteeringWheelHeaterActionH\x00\x12U\n\x1fhvacTemperatureAdjustmentAction\x18\x0e \x01(\x0b2*.CarServer.HvacTemperatureAdjustmentActionH\x00\x125\n\x0fmediaPlayAction\x18\x0f \x01(\x0b2\x1a.CarServer.MediaPlayActionH\x00\x129\n\x11mediaUpdateVolume\x18\x10 \x01(\x0b2\x1c.CarServer.MediaUpdateVolumeH\x00\x129\n\x11mediaNextFavorite\x18\x11 \x01(\x0b2\x1c.CarServer.MediaNextFavoriteH\x00\x12A\n\x15mediaPreviousFavorite\x18\x12 \x01(\x0b2 .CarServer.MediaPreviousFavoriteH\x00\x123\n\x0emediaNextTrack\x18\x13 \x01(\x0b2\x19.CarServer.MediaNextTrackH\x00\x12;\n\x12mediaPreviousTrack\x18\x14 \x01(\x0b2\x1d.CarServer.MediaPreviousTrackH\x00\x12C\n\x16getNearbyChargingSites\x18\x17 \x01(\x0b2!.CarServer.GetNearbyChargingSitesH\x00\x12g\n(vehicleControlCancelSoftwareUpdateAction\x18\x19 \x01(\x0b23.CarServer.VehicleControlCancelSoftwareUpdateActionH\x00\x12U\n\x1fvehicleControlFlashLightsAction\x18\x1a \x01(\x0b2*.CarServer.VehicleControlFlashLightsActionH\x00\x12O\n\x1cvehicleControlHonkHornAction\x18\x1b \x01(\x0b2\'.CarServer.VehicleControlHonkHornActionH\x00\x12Y\n!vehicleControlResetValetPinAction\x18\x1c \x01(\x0b2,.CarServer.VehicleControlResetValetPinActionH\x00\x12k\n*vehicleControlScheduleSoftwareUpdateAction\x18\x1d \x01(\x0b25.CarServer.VehicleControlScheduleSoftwareUpdateActionH\x00\x12Y\n!vehicleControlSetSentryModeAction\x18\x1e \x01(\x0b2,.CarServer.VehicleControlSetSentryModeActionH\x00\x12W\n vehicleControlSetValetModeAction\x18\x1f \x01(\x0b2+.CarServer.VehicleControlSetValetModeActionH\x00\x12_\n$vehicleControlSunroofOpenCloseAction\x18 \x01(\x0b2/.CarServer.VehicleControlSunroofOpenCloseActionH\x00\x12]\n#vehicleControlTriggerHomelinkAction\x18! \x01(\x0b2..CarServer.VehicleControlTriggerHomelinkActionH\x00\x12K\n\x1avehicleControlWindowAction\x18" \x01(\x0b2%.CarServer.VehicleControlWindowActionH\x00\x12E\n\x17hvacBioweaponModeAction\x18# \x01(\x0b2".CarServer.HvacBioweaponModeActionH\x00\x12A\n\x15hvacSeatHeaterActions\x18$ \x01(\x0b2 .CarServer.HvacSeatHeaterActionsH\x00\x12E\n\x17scheduledChargingAction\x18) \x01(\x0b2".CarServer.ScheduledChargingActionH\x00\x12G\n\x18scheduledDepartureAction\x18* \x01(\x0b2#.CarServer.ScheduledDepartureActionH\x00\x12A\n\x15setChargingAmpsAction\x18+ \x01(\x0b2 .CarServer.SetChargingAmpsActionH\x00\x12E\n\x17hvacClimateKeeperAction\x18, \x01(\x0b2".CarServer.HvacClimateKeeperActionH\x00\x12\x1f\n\x04ping\x18. \x01(\x0b2\x0f.CarServer.PingH\x00\x12A\n\x15autoSeatClimateAction\x180 \x01(\x0b2 .CarServer.AutoSeatClimateActionH\x00\x12A\n\x15hvacSeatCoolerActions\x181 \x01(\x0b2 .CarServer.HvacSeatCoolerActionsH\x00\x12W\n setCabinOverheatProtectionAction\x182 \x01(\x0b2+.CarServer.SetCabinOverheatProtectionActionH\x00\x12?\n\x14setVehicleNameAction\x186 \x01(\x0b2\x1f.CarServer.SetVehicleNameActionH\x00\x12=\n\x13chargePortDoorClose\x18= \x01(\x0b2\x1e.CarServer.ChargePortDoorCloseH\x00\x12;\n\x12chargePortDoorOpen\x18> \x01(\x0b2\x1d.CarServer.ChargePortDoorOpenH\x00\x12<\n\x0fguestModeAction\x18A \x01(\x0b2!.CarServer.VehicleState.GuestModeH\x00\x127\n\x10setCopTempAction\x18B \x01(\x0b2\x1b.CarServer.SetCopTempActionH\x00\x12=\n\x13eraseUserDataAction\x18H \x01(\x0b2\x1e.CarServer.EraseUserDataActionH\x00\x12Y\n!vehicleControlSetPinToDriveAction\x18M \x01(\x0b2,.CarServer.VehicleControlSetPinToDriveActionH\x00\x12]\n#vehicleControlResetPinToDriveAction\x18N \x01(\x0b2..CarServer.VehicleControlResetPinToDriveActionH\x00\x12<\n\x17addChargeScheduleAction\x18a \x01(\x0b2\x19.CarServer.ChargeScheduleH\x00\x12K\n\x1aremoveChargeScheduleAction\x18b \x01(\x0b2%.CarServer.RemoveChargeScheduleActionH\x00\x12H\n\x1daddPreconditionScheduleAction\x18c \x01(\x0b2\x1f.CarServer.PreconditionScheduleH\x00\x12W\n removePreconditionScheduleAction\x18d \x01(\x0b2+.CarServer.RemovePreconditionScheduleActionH\x00\x12c\n&batchRemovePreconditionSchedulesAction\x18k \x01(\x0b21.CarServer.BatchRemovePreconditionSchedulesActionH\x00\x12W\n batchRemoveChargeSchedulesAction\x18l \x01(\x0b2+.CarServer.BatchRemoveChargeSchedulesActionH\x00B\x14\n\x12vehicle_action_msgJ\x04\x08\x0b\x10\x0cJ\x04\x08<\x10=J\x04\x08L\x10M"\xfe\x05\n\x0eGetVehicleData\x121\n\x0egetChargeState\x18\x02 \x01(\x0b2\x19.CarServer.GetChargeState\x123\n\x0fgetClimateState\x18\x03 \x01(\x0b2\x1a.CarServer.GetClimateState\x12/\n\rgetDriveState\x18\x04 \x01(\x0b2\x18.CarServer.GetDriveState\x125\n\x10getLocationState\x18\x07 \x01(\x0b2\x1b.CarServer.GetLocationState\x125\n\x10getClosuresState\x18\x08 \x01(\x0b2\x1b.CarServer.GetClosuresState\x12A\n\x16getChargeScheduleState\x18\n \x01(\x0b2!.CarServer.GetChargeScheduleState\x12S\n\x1fgetPreconditioningScheduleState\x18\x0b \x01(\x0b2*.CarServer.GetPreconditioningScheduleState\x12=\n\x14getTirePressureState\x18\x0e \x01(\x0b2\x1f.CarServer.GetTirePressureState\x12/\n\rgetMediaState\x18\x0f \x01(\x0b2\x18.CarServer.GetMediaState\x12;\n\x13getMediaDetailState\x18\x10 \x01(\x0b2\x1e.CarServer.GetMediaDetailState\x12A\n\x16getSoftwareUpdateState\x18\x11 \x01(\x0b2!.CarServer.GetSoftwareUpdateState\x12E\n\x18getParentalControlsState\x18\x13 \x01(\x0b2#.CarServer.GetParentalControlsStateJ\x04\x08\x05\x10\x06J\x04\x08\x06\x10\x07J\x04\x08\x0c\x10\rJ\x04\x08\r\x10\x0e"\x16\n\x14GetTirePressureState"\x0f\n\rGetMediaState"\x15\n\x13GetMediaDetailState"\x18\n\x16GetSoftwareUpdateState"\x10\n\x0eGetChargeState"\x11\n\x0fGetClimateState"\x0f\n\rGetDriveState"\x12\n\x10GetLocationState"\x12\n\x10GetClosuresState"\x18\n\x16GetChargeScheduleState"!\n\x1fGetPreconditioningScheduleState"\x1a\n\x18GetParentalControlsState"%\n\x13EraseUserDataAction\x12\x0e\n\x06reason\x18\x01 \x01(\t"\x96\x02\n\x08Response\x12-\n\x0cactionStatus\x18\x01 \x01(\x0b2\x17.CarServer.ActionStatus\x12-\n\x0bvehicleData\x18\x02 \x01(\x0b2\x16.CarServer.VehicleDataH\x00\x129\n\x16getSessionInfoResponse\x18\x03 \x01(\x0b2\x17.Signatures.SessionInfoH\x00\x12@\n\x16getNearbyChargingSites\x18\x05 \x01(\x0b2\x1e.CarServer.NearbyChargingSitesH\x00\x12\x1f\n\x04ping\x18\t \x01(\x0b2\x0f.CarServer.PingH\x00B\x0e\n\x0cresponse_msg"l\n\x0cActionStatus\x12,\n\x06result\x18\x01 \x01(\x0e2\x1c.CarServer.OperationStatus_E\x12.\n\rresult_reason\x18\x02 \x01(\x0b2\x17.CarServer.ResultReason".\n\x0cResultReason\x12\x14\n\nplain_text\x18\x01 \x01(\tH\x00B\x08\n\x06reason"F\n\rEncryptedData\x12\x14\n\x0cfield_number\x18\x01 \x01(\x05\x12\x12\n\nciphertext\x18\x02 \x01(\x0c\x12\x0b\n\x03tag\x18\x03 \x01(\x0c")\n\x16ChargingSetLimitAction\x12\x0f\n\x07percent\x18\x01 \x01(\x05"\xea\x01\n\x17ChargingStartStopAction\x12"\n\x07unknown\x18\x01 \x01(\x0b2\x0f.CarServer.VoidH\x00\x12 \n\x05start\x18\x02 \x01(\x0b2\x0f.CarServer.VoidH\x00\x12)\n\x0estart_standard\x18\x03 \x01(\x0b2\x0f.CarServer.VoidH\x00\x12*\n\x0fstart_max_range\x18\x04 \x01(\x0b2\x0f.CarServer.VoidH\x00\x12\x1f\n\x04stop\x18\x05 \x01(\x0b2\x0f.CarServer.VoidH\x00B\x11\n\x0fcharging_action".\n\x1fDrivingClearSpeedLimitPinAction\x12\x0b\n\x03pin\x18\x01 \x01(\t"/\n\x1aDrivingSetSpeedLimitAction\x12\x11\n\tlimit_mph\x18\x01 \x01(\x01"8\n\x17DrivingSpeedLimitAction\x12\x10\n\x08activate\x18\x01 \x01(\x08\x12\x0b\n\x03pin\x18\x02 \x01(\t";\n\x0eHvacAutoAction\x12\x10\n\x08power_on\x18\x01 \x01(\x08\x12\x17\n\x0fmanual_override\x18\x02 \x01(\x08"\xfc\x06\n\x15HvacSeatHeaterActions\x12S\n\x14hvacSeatHeaterAction\x18\x01 \x03(\x0b25.CarServer.HvacSeatHeaterActions.HvacSeatHeaterAction\x1a\x8d\x06\n\x14HvacSeatHeaterAction\x12.\n\x13SEAT_HEATER_UNKNOWN\x18\x01 \x01(\x0b2\x0f.CarServer.VoidH\x00\x12*\n\x0fSEAT_HEATER_OFF\x18\x02 \x01(\x0b2\x0f.CarServer.VoidH\x00\x12*\n\x0fSEAT_HEATER_LOW\x18\x03 \x01(\x0b2\x0f.CarServer.VoidH\x00\x12*\n\x0fSEAT_HEATER_MED\x18\x04 \x01(\x0b2\x0f.CarServer.VoidH\x00\x12+\n\x10SEAT_HEATER_HIGH\x18\x05 \x01(\x0b2\x0f.CarServer.VoidH\x00\x12+\n\x10CAR_SEAT_UNKNOWN\x18\x06 \x01(\x0b2\x0f.CarServer.VoidH\x01\x12.\n\x13CAR_SEAT_FRONT_LEFT\x18\x07 \x01(\x0b2\x0f.CarServer.VoidH\x01\x12/\n\x14CAR_SEAT_FRONT_RIGHT\x18\x08 \x01(\x0b2\x0f.CarServer.VoidH\x01\x12-\n\x12CAR_SEAT_REAR_LEFT\x18\t \x01(\x0b2\x0f.CarServer.VoidH\x01\x122\n\x17CAR_SEAT_REAR_LEFT_BACK\x18\n \x01(\x0b2\x0f.CarServer.VoidH\x01\x12/\n\x14CAR_SEAT_REAR_CENTER\x18\x0b \x01(\x0b2\x0f.CarServer.VoidH\x01\x12.\n\x13CAR_SEAT_REAR_RIGHT\x18\x0c \x01(\x0b2\x0f.CarServer.VoidH\x01\x123\n\x18CAR_SEAT_REAR_RIGHT_BACK\x18\r \x01(\x0b2\x0f.CarServer.VoidH\x01\x122\n\x17CAR_SEAT_THIRD_ROW_LEFT\x18\x0e \x01(\x0b2\x0f.CarServer.VoidH\x01\x123\n\x18CAR_SEAT_THIRD_ROW_RIGHT\x18\x0f \x01(\x0b2\x0f.CarServer.VoidH\x01B\x13\n\x11seat_heater_levelB\x0f\n\rseat_position"\xe8\x04\n\x15HvacSeatCoolerActions\x12S\n\x14hvacSeatCoolerAction\x18\x01 \x03(\x0b25.CarServer.HvacSeatCoolerActions.HvacSeatCoolerAction\x1a\xbb\x01\n\x14HvacSeatCoolerAction\x12Q\n\x11seat_cooler_level\x18\x01 \x01(\x0e26.CarServer.HvacSeatCoolerActions.HvacSeatCoolerLevel_E\x12P\n\rseat_position\x18\x02 \x01(\x0e29.CarServer.HvacSeatCoolerActions.HvacSeatCoolerPosition_E"\xad\x01\n\x15HvacSeatCoolerLevel_E\x12\x1f\n\x1bHvacSeatCoolerLevel_Unknown\x10\x00\x12\x1b\n\x17HvacSeatCoolerLevel_Off\x10\x01\x12\x1b\n\x17HvacSeatCoolerLevel_Low\x10\x02\x12\x1b\n\x17HvacSeatCoolerLevel_Med\x10\x03\x12\x1c\n\x18HvacSeatCoolerLevel_High\x10\x04"\x8b\x01\n\x18HvacSeatCoolerPosition_E\x12"\n\x1eHvacSeatCoolerPosition_Unknown\x10\x00\x12$\n HvacSeatCoolerPosition_FrontLeft\x10\x01\x12%\n!HvacSeatCoolerPosition_FrontRight\x10\x02"\xde\x01\n\x1fHvacSetPreconditioningMaxAction\x12\n\n\x02on\x18\x01 \x01(\x08\x12\x17\n\x0fmanual_override\x18\x02 \x01(\x08\x12]\n\x14manual_override_mode\x18\x03 \x03(\x0e2?.CarServer.HvacSetPreconditioningMaxAction.ManualOverrideMode_E"7\n\x14ManualOverrideMode_E\x12\x0b\n\x07DogMode\x10\x00\x12\x07\n\x03Soc\x10\x01\x12\t\n\x05Doors\x10\x02"1\n\x1dHvacSteeringWheelHeaterAction\x12\x10\n\x08power_on\x18\x01 \x01(\x08"\xb3\x05\n\x1fHvacTemperatureAdjustmentAction\x12\x15\n\rdelta_celsius\x18\x01 \x01(\x02\x12\x15\n\rdelta_percent\x18\x02 \x01(\x11\x12\x18\n\x10absolute_celsius\x18\x03 \x01(\x02\x12E\n\x05level\x18\x05 \x01(\x0b26.CarServer.HvacTemperatureAdjustmentAction.Temperature\x12]\n\x15hvac_temperature_zone\x18\x04 \x03(\x0b2>.CarServer.HvacTemperatureAdjustmentAction.HvacTemperatureZone\x12\x1b\n\x13driver_temp_celsius\x18\x06 \x01(\x02\x12\x1e\n\x16passenger_temp_celsius\x18\x07 \x01(\x02\x1a\x88\x01\n\x0bTemperature\x12\'\n\x0cTEMP_UNKNOWN\x18\x01 \x01(\x0b2\x0f.CarServer.VoidH\x00\x12#\n\x08TEMP_MIN\x18\x02 \x01(\x0b2\x0f.CarServer.VoidH\x00\x12#\n\x08TEMP_MAX\x18\x03 \x01(\x0b2\x0f.CarServer.VoidH\x00B\x06\n\x04type\x1a\xd9\x01\n\x13HvacTemperatureZone\x12,\n\x11TEMP_ZONE_UNKNOWN\x18\x01 \x01(\x0b2\x0f.CarServer.VoidH\x00\x12/\n\x14TEMP_ZONE_FRONT_LEFT\x18\x02 \x01(\x0b2\x0f.CarServer.VoidH\x00\x120\n\x15TEMP_ZONE_FRONT_RIGHT\x18\x03 \x01(\x0b2\x0f.CarServer.VoidH\x00\x12)\n\x0eTEMP_ZONE_REAR\x18\x04 \x01(\x0b2\x0f.CarServer.VoidH\x00B\x06\n\x04type"R\n\x16GetNearbyChargingSites\x12\x19\n\x11include_meta_data\x18\x01 \x01(\x08\x12\x0e\n\x06radius\x18\x02 \x01(\x05\x12\r\n\x05count\x18\x03 \x01(\x05"\x9c\x01\n\x13NearbyChargingSites\x12-\n\ttimestamp\x18\x01 \x01(\x0b2\x1a.google.protobuf.Timestamp\x12/\n\rsuperchargers\x18\x03 \x03(\x0b2\x18.CarServer.Superchargers\x12%\n\x1dcongestion_sync_time_utc_secs\x18\x04 \x01(\x03"\xcb\x03\n\rSuperchargers\x12\n\n\x02id\x18\x01 \x01(\x03\x12\x11\n\tamenities\x18\x02 \x01(\t\x12\x18\n\x10available_stalls\x18\x03 \x01(\x05\x12\x14\n\x0cbilling_info\x18\x04 \x01(\t\x12\x14\n\x0cbilling_time\x18\x05 \x01(\t\x12\x0c\n\x04city\x18\x06 \x01(\t\x12\x0f\n\x07country\x18\x07 \x01(\t\x12\x16\n\x0edistance_miles\x18\x08 \x01(\x02\x12\x10\n\x08district\x18\t \x01(\t\x12$\n\x08location\x18\n \x01(\x0b2\x12.CarServer.LatLong\x12\x0c\n\x04name\x18\x0b \x01(\t\x12\x13\n\x0bpostal_code\x18\x0c \x01(\t\x12\x13\n\x0bsite_closed\x18\r \x01(\x08\x12\r\n\x05state\x18\x0e \x01(\t\x12\x16\n\x0estreet_address\x18\x0f \x01(\t\x12\x14\n\x0ctotal_stalls\x18\x10 \x01(\x05\x12\x14\n\x0cwithin_range\x18\x11 \x01(\x08\x12\x14\n\x0cmax_power_kw\x18\x12 \x01(\x05\x12"\n\x1aout_of_order_stalls_number\x18\x13 \x01(\x05\x12!\n\x19out_of_order_stalls_names\x18\x14 \x01(\t"\x11\n\x0fMediaPlayAction"b\n\x11MediaUpdateVolume\x12\x16\n\x0cvolume_delta\x18\x01 \x01(\x11H\x00\x12\x1f\n\x15volume_absolute_float\x18\x03 \x01(\x02H\x00B\x0e\n\x0cmedia_volumeJ\x04\x08\x02\x10\x03"\x13\n\x11MediaNextFavorite"\x17\n\x15MediaPreviousFavorite"\x10\n\x0eMediaNextTrack"\x14\n\x12MediaPreviousTrack"*\n(VehicleControlCancelSoftwareUpdateAction"!\n\x1fVehicleControlFlashLightsAction"\x1e\n\x1cVehicleControlHonkHornAction"#\n!VehicleControlResetValetPinAction"@\n*VehicleControlScheduleSoftwareUpdateAction\x12\x12\n\noffset_sec\x18\x01 \x01(\x05"/\n!VehicleControlSetSentryModeAction\x12\n\n\x02on\x18\x01 \x01(\x08"@\n VehicleControlSetValetModeAction\x12\n\n\x02on\x18\x01 \x01(\x08\x12\x10\n\x08password\x18\x02 \x01(\t"\xd6\x01\n$VehicleControlSunroofOpenCloseAction\x12\x18\n\x0eabsolute_level\x18\x01 \x01(\x05H\x00\x12\x15\n\x0bdelta_level\x18\x02 \x01(\x11H\x00\x12\x1f\n\x04vent\x18\x03 \x01(\x0b2\x0f.CarServer.VoidH\x01\x12 \n\x05close\x18\x04 \x01(\x0b2\x0f.CarServer.VoidH\x01\x12\x1f\n\x04open\x18\x05 \x01(\x0b2\x0f.CarServer.VoidH\x01B\x0f\n\rsunroof_levelB\x08\n\x06action"Z\n#VehicleControlTriggerHomelinkAction\x12$\n\x08location\x18\x01 \x01(\x0b2\x12.CarServer.LatLong\x12\r\n\x05token\x18\x02 \x01(\t"\x93\x01\n\x1aVehicleControlWindowAction\x12"\n\x07unknown\x18\x02 \x01(\x0b2\x0f.CarServer.VoidH\x00\x12\x1f\n\x04vent\x18\x03 \x01(\x0b2\x0f.CarServer.VoidH\x00\x12 \n\x05close\x18\x04 \x01(\x0b2\x0f.CarServer.VoidH\x00B\x08\n\x06actionJ\x04\x08\x01\x10\x02">\n\x17HvacBioweaponModeAction\x12\n\n\x02on\x18\x01 \x01(\x08\x12\x17\n\x0fmanual_override\x18\x02 \x01(\x08"\xaa\x02\n\x15AutoSeatClimateAction\x129\n\x07carseat\x18\x01 \x03(\x0b2(.CarServer.AutoSeatClimateAction.CarSeat\x1aa\n\x07CarSeat\x12\n\n\x02on\x18\x01 \x01(\x08\x12J\n\rseat_position\x18\x02 \x01(\x0e23.CarServer.AutoSeatClimateAction.AutoSeatPosition_E"s\n\x12AutoSeatPosition_E\x12\x1c\n\x18AutoSeatPosition_Unknown\x10\x00\x12\x1e\n\x1aAutoSeatPosition_FrontLeft\x10\x01\x12\x1f\n\x1bAutoSeatPosition_FrontRight\x10\x02"\x87\x01\n\x04Ping\x12\x0f\n\x07ping_id\x18\x01 \x01(\x05\x123\n\x0flocal_timestamp\x18\x02 \x01(\x0b2\x1a.google.protobuf.Timestamp\x129\n\x15last_remote_timestamp\x18\x03 \x01(\x0b2\x1a.google.protobuf.Timestamp"A\n\x17ScheduledChargingAction\x12\x0f\n\x07enabled\x18\x01 \x01(\x08\x12\x15\n\rcharging_time\x18\x02 \x01(\x05"\xe6\x01\n\x18ScheduledDepartureAction\x12\x0f\n\x07enabled\x18\x01 \x01(\x08\x12\x16\n\x0edeparture_time\x18\x02 \x01(\x05\x12>\n\x15preconditioning_times\x18\x03 \x01(\x0b2\x1f.CarServer.PreconditioningTimes\x12@\n\x17off_peak_charging_times\x18\x04 \x01(\x0b2\x1f.CarServer.OffPeakChargingTimes\x12\x1f\n\x17off_peak_hours_end_time\x18\x05 \x01(\x05"\x97\x02\n\x17HvacClimateKeeperAction\x12U\n\x13ClimateKeeperAction\x18\x01 \x01(\x0e28.CarServer.HvacClimateKeeperAction.ClimateKeeperAction_E\x12\x17\n\x0fmanual_override\x18\x02 \x01(\x08"\x8b\x01\n\x15ClimateKeeperAction_E\x12\x1b\n\x17ClimateKeeperAction_Off\x10\x00\x12\x1a\n\x16ClimateKeeperAction_On\x10\x01\x12\x1b\n\x17ClimateKeeperAction_Dog\x10\x02\x12\x1c\n\x18ClimateKeeperAction_Camp\x10\x03".\n\x15SetChargingAmpsAction\x12\x15\n\rcharging_amps\x18\x01 \x01(\x05"(\n\x1aRemoveChargeScheduleAction\x12\n\n\x02id\x18\x01 \x01(\x04"M\n BatchRemoveChargeSchedulesAction\x12\x0c\n\x04home\x18\x01 \x01(\x08\x12\x0c\n\x04work\x18\x02 \x01(\x08\x12\r\n\x05other\x18\x03 \x01(\x08"S\n&BatchRemovePreconditionSchedulesAction\x12\x0c\n\x04home\x18\x01 \x01(\x08\x12\x0c\n\x04work\x18\x02 \x01(\x08\x12\r\n\x05other\x18\x03 \x01(\x08".\n RemovePreconditionScheduleAction\x12\n\n\x02id\x18\x01 \x01(\x04"@\n SetCabinOverheatProtectionAction\x12\n\n\x02on\x18\x01 \x01(\x08\x12\x10\n\x08fan_only\x18\x02 \x01(\x08"+\n\x14SetVehicleNameAction\x12\x13\n\x0bvehicleName\x18\x01 \x01(\t"\x15\n\x13ChargePortDoorClose"\x14\n\x12ChargePortDoorOpen"X\n\x10SetCopTempAction\x12D\n\x11copActivationTemp\x18\x01 \x01(\x0e2).CarServer.ClimateState.CopActivationTemp"A\n!VehicleControlSetPinToDriveAction\x12\n\n\x02on\x18\x01 \x01(\x08\x12\x10\n\x08password\x18\x02 \x01(\t"%\n#VehicleControlResetPinToDriveAction*F\n\x11OperationStatus_E\x12\x16\n\x12OPERATIONSTATUS_OK\x10\x00\x12\x19\n\x15OPERATIONSTATUS_ERROR\x10\x01Bn\n$com.tesla.generated.carserver.serverZFgithub.com/teslamotors/vehicle-command/pkg/protocol/protobuf/carserverb\x06proto3')
12
- _globals = globals()
13
- _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
14
- _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'car_server_pb2', _globals)
15
- if _descriptor._USE_C_DESCRIPTORS == False:
16
- _globals['DESCRIPTOR']._options = None
17
- _globals['DESCRIPTOR']._serialized_options = b'\n$com.tesla.generated.carserver.serverZFgithub.com/teslamotors/vehicle-command/pkg/protocol/protobuf/carserver'
18
- _globals['_OPERATIONSTATUS_E']._serialized_start = 12067
19
- _globals['_OPERATIONSTATUS_E']._serialized_end = 12137
20
- _globals['_ACTION']._serialized_start = 111
21
- _globals['_ACTION']._serialized_end = 190
22
- _globals['_VEHICLEACTION']._serialized_start = 193
23
- _globals['_VEHICLEACTION']._serialized_end = 4056
24
- _globals['_GETVEHICLEDATA']._serialized_start = 4059
25
- _globals['_GETVEHICLEDATA']._serialized_end = 4825
26
- _globals['_GETTIREPRESSURESTATE']._serialized_start = 4827
27
- _globals['_GETTIREPRESSURESTATE']._serialized_end = 4849
28
- _globals['_GETMEDIASTATE']._serialized_start = 4851
29
- _globals['_GETMEDIASTATE']._serialized_end = 4866
30
- _globals['_GETMEDIADETAILSTATE']._serialized_start = 4868
31
- _globals['_GETMEDIADETAILSTATE']._serialized_end = 4889
32
- _globals['_GETSOFTWAREUPDATESTATE']._serialized_start = 4891
33
- _globals['_GETSOFTWAREUPDATESTATE']._serialized_end = 4915
34
- _globals['_GETCHARGESTATE']._serialized_start = 4917
35
- _globals['_GETCHARGESTATE']._serialized_end = 4933
36
- _globals['_GETCLIMATESTATE']._serialized_start = 4935
37
- _globals['_GETCLIMATESTATE']._serialized_end = 4952
38
- _globals['_GETDRIVESTATE']._serialized_start = 4954
39
- _globals['_GETDRIVESTATE']._serialized_end = 4969
40
- _globals['_GETLOCATIONSTATE']._serialized_start = 4971
41
- _globals['_GETLOCATIONSTATE']._serialized_end = 4989
42
- _globals['_GETCLOSURESSTATE']._serialized_start = 4991
43
- _globals['_GETCLOSURESSTATE']._serialized_end = 5009
44
- _globals['_GETCHARGESCHEDULESTATE']._serialized_start = 5011
45
- _globals['_GETCHARGESCHEDULESTATE']._serialized_end = 5035
46
- _globals['_GETPRECONDITIONINGSCHEDULESTATE']._serialized_start = 5037
47
- _globals['_GETPRECONDITIONINGSCHEDULESTATE']._serialized_end = 5070
48
- _globals['_GETPARENTALCONTROLSSTATE']._serialized_start = 5072
49
- _globals['_GETPARENTALCONTROLSSTATE']._serialized_end = 5098
50
- _globals['_ERASEUSERDATAACTION']._serialized_start = 5100
51
- _globals['_ERASEUSERDATAACTION']._serialized_end = 5137
52
- _globals['_RESPONSE']._serialized_start = 5140
53
- _globals['_RESPONSE']._serialized_end = 5418
54
- _globals['_ACTIONSTATUS']._serialized_start = 5420
55
- _globals['_ACTIONSTATUS']._serialized_end = 5528
56
- _globals['_RESULTREASON']._serialized_start = 5530
57
- _globals['_RESULTREASON']._serialized_end = 5576
58
- _globals['_ENCRYPTEDDATA']._serialized_start = 5578
59
- _globals['_ENCRYPTEDDATA']._serialized_end = 5648
60
- _globals['_CHARGINGSETLIMITACTION']._serialized_start = 5650
61
- _globals['_CHARGINGSETLIMITACTION']._serialized_end = 5691
62
- _globals['_CHARGINGSTARTSTOPACTION']._serialized_start = 5694
63
- _globals['_CHARGINGSTARTSTOPACTION']._serialized_end = 5928
64
- _globals['_DRIVINGCLEARSPEEDLIMITPINACTION']._serialized_start = 5930
65
- _globals['_DRIVINGCLEARSPEEDLIMITPINACTION']._serialized_end = 5976
66
- _globals['_DRIVINGSETSPEEDLIMITACTION']._serialized_start = 5978
67
- _globals['_DRIVINGSETSPEEDLIMITACTION']._serialized_end = 6025
68
- _globals['_DRIVINGSPEEDLIMITACTION']._serialized_start = 6027
69
- _globals['_DRIVINGSPEEDLIMITACTION']._serialized_end = 6083
70
- _globals['_HVACAUTOACTION']._serialized_start = 6085
71
- _globals['_HVACAUTOACTION']._serialized_end = 6144
72
- _globals['_HVACSEATHEATERACTIONS']._serialized_start = 6147
73
- _globals['_HVACSEATHEATERACTIONS']._serialized_end = 7039
74
- _globals['_HVACSEATHEATERACTIONS_HVACSEATHEATERACTION']._serialized_start = 6258
75
- _globals['_HVACSEATHEATERACTIONS_HVACSEATHEATERACTION']._serialized_end = 7039
76
- _globals['_HVACSEATCOOLERACTIONS']._serialized_start = 7042
77
- _globals['_HVACSEATCOOLERACTIONS']._serialized_end = 7658
78
- _globals['_HVACSEATCOOLERACTIONS_HVACSEATCOOLERACTION']._serialized_start = 7153
79
- _globals['_HVACSEATCOOLERACTIONS_HVACSEATCOOLERACTION']._serialized_end = 7340
80
- _globals['_HVACSEATCOOLERACTIONS_HVACSEATCOOLERLEVEL_E']._serialized_start = 7343
81
- _globals['_HVACSEATCOOLERACTIONS_HVACSEATCOOLERLEVEL_E']._serialized_end = 7516
82
- _globals['_HVACSEATCOOLERACTIONS_HVACSEATCOOLERPOSITION_E']._serialized_start = 7519
83
- _globals['_HVACSEATCOOLERACTIONS_HVACSEATCOOLERPOSITION_E']._serialized_end = 7658
84
- _globals['_HVACSETPRECONDITIONINGMAXACTION']._serialized_start = 7661
85
- _globals['_HVACSETPRECONDITIONINGMAXACTION']._serialized_end = 7883
86
- _globals['_HVACSETPRECONDITIONINGMAXACTION_MANUALOVERRIDEMODE_E']._serialized_start = 7828
87
- _globals['_HVACSETPRECONDITIONINGMAXACTION_MANUALOVERRIDEMODE_E']._serialized_end = 7883
88
- _globals['_HVACSTEERINGWHEELHEATERACTION']._serialized_start = 7885
89
- _globals['_HVACSTEERINGWHEELHEATERACTION']._serialized_end = 7934
90
- _globals['_HVACTEMPERATUREADJUSTMENTACTION']._serialized_start = 7937
91
- _globals['_HVACTEMPERATUREADJUSTMENTACTION']._serialized_end = 8628
92
- _globals['_HVACTEMPERATUREADJUSTMENTACTION_TEMPERATURE']._serialized_start = 8272
93
- _globals['_HVACTEMPERATUREADJUSTMENTACTION_TEMPERATURE']._serialized_end = 8408
94
- _globals['_HVACTEMPERATUREADJUSTMENTACTION_HVACTEMPERATUREZONE']._serialized_start = 8411
95
- _globals['_HVACTEMPERATUREADJUSTMENTACTION_HVACTEMPERATUREZONE']._serialized_end = 8628
96
- _globals['_GETNEARBYCHARGINGSITES']._serialized_start = 8630
97
- _globals['_GETNEARBYCHARGINGSITES']._serialized_end = 8712
98
- _globals['_NEARBYCHARGINGSITES']._serialized_start = 8715
99
- _globals['_NEARBYCHARGINGSITES']._serialized_end = 8871
100
- _globals['_SUPERCHARGERS']._serialized_start = 8874
101
- _globals['_SUPERCHARGERS']._serialized_end = 9333
102
- _globals['_MEDIAPLAYACTION']._serialized_start = 9335
103
- _globals['_MEDIAPLAYACTION']._serialized_end = 9352
104
- _globals['_MEDIAUPDATEVOLUME']._serialized_start = 9354
105
- _globals['_MEDIAUPDATEVOLUME']._serialized_end = 9452
106
- _globals['_MEDIANEXTFAVORITE']._serialized_start = 9454
107
- _globals['_MEDIANEXTFAVORITE']._serialized_end = 9473
108
- _globals['_MEDIAPREVIOUSFAVORITE']._serialized_start = 9475
109
- _globals['_MEDIAPREVIOUSFAVORITE']._serialized_end = 9498
110
- _globals['_MEDIANEXTTRACK']._serialized_start = 9500
111
- _globals['_MEDIANEXTTRACK']._serialized_end = 9516
112
- _globals['_MEDIAPREVIOUSTRACK']._serialized_start = 9518
113
- _globals['_MEDIAPREVIOUSTRACK']._serialized_end = 9538
114
- _globals['_VEHICLECONTROLCANCELSOFTWAREUPDATEACTION']._serialized_start = 9540
115
- _globals['_VEHICLECONTROLCANCELSOFTWAREUPDATEACTION']._serialized_end = 9582
116
- _globals['_VEHICLECONTROLFLASHLIGHTSACTION']._serialized_start = 9584
117
- _globals['_VEHICLECONTROLFLASHLIGHTSACTION']._serialized_end = 9617
118
- _globals['_VEHICLECONTROLHONKHORNACTION']._serialized_start = 9619
119
- _globals['_VEHICLECONTROLHONKHORNACTION']._serialized_end = 9649
120
- _globals['_VEHICLECONTROLRESETVALETPINACTION']._serialized_start = 9651
121
- _globals['_VEHICLECONTROLRESETVALETPINACTION']._serialized_end = 9686
122
- _globals['_VEHICLECONTROLSCHEDULESOFTWAREUPDATEACTION']._serialized_start = 9688
123
- _globals['_VEHICLECONTROLSCHEDULESOFTWAREUPDATEACTION']._serialized_end = 9752
124
- _globals['_VEHICLECONTROLSETSENTRYMODEACTION']._serialized_start = 9754
125
- _globals['_VEHICLECONTROLSETSENTRYMODEACTION']._serialized_end = 9801
126
- _globals['_VEHICLECONTROLSETVALETMODEACTION']._serialized_start = 9803
127
- _globals['_VEHICLECONTROLSETVALETMODEACTION']._serialized_end = 9867
128
- _globals['_VEHICLECONTROLSUNROOFOPENCLOSEACTION']._serialized_start = 9870
129
- _globals['_VEHICLECONTROLSUNROOFOPENCLOSEACTION']._serialized_end = 10084
130
- _globals['_VEHICLECONTROLTRIGGERHOMELINKACTION']._serialized_start = 10086
131
- _globals['_VEHICLECONTROLTRIGGERHOMELINKACTION']._serialized_end = 10176
132
- _globals['_VEHICLECONTROLWINDOWACTION']._serialized_start = 10179
133
- _globals['_VEHICLECONTROLWINDOWACTION']._serialized_end = 10326
134
- _globals['_HVACBIOWEAPONMODEACTION']._serialized_start = 10328
135
- _globals['_HVACBIOWEAPONMODEACTION']._serialized_end = 10390
136
- _globals['_AUTOSEATCLIMATEACTION']._serialized_start = 10393
137
- _globals['_AUTOSEATCLIMATEACTION']._serialized_end = 10691
138
- _globals['_AUTOSEATCLIMATEACTION_CARSEAT']._serialized_start = 10477
139
- _globals['_AUTOSEATCLIMATEACTION_CARSEAT']._serialized_end = 10574
140
- _globals['_AUTOSEATCLIMATEACTION_AUTOSEATPOSITION_E']._serialized_start = 10576
141
- _globals['_AUTOSEATCLIMATEACTION_AUTOSEATPOSITION_E']._serialized_end = 10691
142
- _globals['_PING']._serialized_start = 10694
143
- _globals['_PING']._serialized_end = 10829
144
- _globals['_SCHEDULEDCHARGINGACTION']._serialized_start = 10831
145
- _globals['_SCHEDULEDCHARGINGACTION']._serialized_end = 10896
146
- _globals['_SCHEDULEDDEPARTUREACTION']._serialized_start = 10899
147
- _globals['_SCHEDULEDDEPARTUREACTION']._serialized_end = 11129
148
- _globals['_HVACCLIMATEKEEPERACTION']._serialized_start = 11132
149
- _globals['_HVACCLIMATEKEEPERACTION']._serialized_end = 11411
150
- _globals['_HVACCLIMATEKEEPERACTION_CLIMATEKEEPERACTION_E']._serialized_start = 11272
151
- _globals['_HVACCLIMATEKEEPERACTION_CLIMATEKEEPERACTION_E']._serialized_end = 11411
152
- _globals['_SETCHARGINGAMPSACTION']._serialized_start = 11413
153
- _globals['_SETCHARGINGAMPSACTION']._serialized_end = 11459
154
- _globals['_REMOVECHARGESCHEDULEACTION']._serialized_start = 11461
155
- _globals['_REMOVECHARGESCHEDULEACTION']._serialized_end = 11501
156
- _globals['_BATCHREMOVECHARGESCHEDULESACTION']._serialized_start = 11503
157
- _globals['_BATCHREMOVECHARGESCHEDULESACTION']._serialized_end = 11580
158
- _globals['_BATCHREMOVEPRECONDITIONSCHEDULESACTION']._serialized_start = 11582
159
- _globals['_BATCHREMOVEPRECONDITIONSCHEDULESACTION']._serialized_end = 11665
160
- _globals['_REMOVEPRECONDITIONSCHEDULEACTION']._serialized_start = 11667
161
- _globals['_REMOVEPRECONDITIONSCHEDULEACTION']._serialized_end = 11713
162
- _globals['_SETCABINOVERHEATPROTECTIONACTION']._serialized_start = 11715
163
- _globals['_SETCABINOVERHEATPROTECTIONACTION']._serialized_end = 11779
164
- _globals['_SETVEHICLENAMEACTION']._serialized_start = 11781
165
- _globals['_SETVEHICLENAMEACTION']._serialized_end = 11824
166
- _globals['_CHARGEPORTDOORCLOSE']._serialized_start = 11826
167
- _globals['_CHARGEPORTDOORCLOSE']._serialized_end = 11847
168
- _globals['_CHARGEPORTDOOROPEN']._serialized_start = 11849
169
- _globals['_CHARGEPORTDOOROPEN']._serialized_end = 11869
170
- _globals['_SETCOPTEMPACTION']._serialized_start = 11871
171
- _globals['_SETCOPTEMPACTION']._serialized_end = 11959
172
- _globals['_VEHICLECONTROLSETPINTODRIVEACTION']._serialized_start = 11961
173
- _globals['_VEHICLECONTROLSETPINTODRIVEACTION']._serialized_end = 12026
174
- _globals['_VEHICLECONTROLRESETPINTODRIVEACTION']._serialized_start = 12028
175
- _globals['_VEHICLECONTROLRESETPINTODRIVEACTION']._serialized_end = 12065