protos

package
v0.7.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 19, 2025 License: Apache-2.0 Imports: 5 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Audience_name = map[int32]string{
		0: "Unknown",
		1: "Customer",
		2: "Service",
		3: "ServiceFix",
	}
	Audience_value = map[string]int32{
		"Unknown":    0,
		"Customer":   1,
		"Service":    2,
		"ServiceFix": 3,
	}
)

Enum value maps for Audience.

View Source
var (
	ConnectivityEvent_name = map[int32]string{
		0: "UNKNOWN",
		1: "CONNECTED",
		2: "DISCONNECTED",
	}
	ConnectivityEvent_value = map[string]int32{
		"UNKNOWN":      0,
		"CONNECTED":    1,
		"DISCONNECTED": 2,
	}
)

Enum value maps for ConnectivityEvent.

View Source
var (
	Field_name = map[int32]string{}/* 258 elements not displayed */

	Field_value = map[string]int32{}/* 258 elements not displayed */

)

Enum value maps for Field.

View Source
var (
	ChargingState_name = map[int32]string{
		0: "ChargeStateUnknown",
		1: "ChargeStateDisconnected",
		2: "ChargeStateNoPower",
		3: "ChargeStateStarting",
		4: "ChargeStateCharging",
		5: "ChargeStateComplete",
		6: "ChargeStateStopped",
	}
	ChargingState_value = map[string]int32{
		"ChargeStateUnknown":      0,
		"ChargeStateDisconnected": 1,
		"ChargeStateNoPower":      2,
		"ChargeStateStarting":     3,
		"ChargeStateCharging":     4,
		"ChargeStateComplete":     5,
		"ChargeStateStopped":      6,
	}
)

Enum value maps for ChargingState.

View Source
var (
	DetailedChargeStateValue_name = map[int32]string{
		0: "DetailedChargeStateUnknown",
		1: "DetailedChargeStateDisconnected",
		2: "DetailedChargeStateNoPower",
		3: "DetailedChargeStateStarting",
		4: "DetailedChargeStateCharging",
		5: "DetailedChargeStateComplete",
		6: "DetailedChargeStateStopped",
	}
	DetailedChargeStateValue_value = map[string]int32{
		"DetailedChargeStateUnknown":      0,
		"DetailedChargeStateDisconnected": 1,
		"DetailedChargeStateNoPower":      2,
		"DetailedChargeStateStarting":     3,
		"DetailedChargeStateCharging":     4,
		"DetailedChargeStateComplete":     5,
		"DetailedChargeStateStopped":      6,
	}
)

Enum value maps for DetailedChargeStateValue.

View Source
var (
	ShiftState_name = map[int32]string{
		0: "ShiftStateUnknown",
		1: "ShiftStateInvalid",
		2: "ShiftStateP",
		3: "ShiftStateR",
		4: "ShiftStateN",
		5: "ShiftStateD",
		6: "ShiftStateSNA",
	}
	ShiftState_value = map[string]int32{
		"ShiftStateUnknown": 0,
		"ShiftStateInvalid": 1,
		"ShiftStateP":       2,
		"ShiftStateR":       3,
		"ShiftStateN":       4,
		"ShiftStateD":       5,
		"ShiftStateSNA":     6,
	}
)

Enum value maps for ShiftState.

View Source
var (
	FollowDistance_name = map[int32]string{
		0: "FollowDistanceUnknown",
		1: "FollowDistance1",
		2: "FollowDistance2",
		3: "FollowDistance3",
		4: "FollowDistance4",
		5: "FollowDistance5",
		6: "FollowDistance6",
		7: "FollowDistance7",
	}
	FollowDistance_value = map[string]int32{
		"FollowDistanceUnknown": 0,
		"FollowDistance1":       1,
		"FollowDistance2":       2,
		"FollowDistance3":       3,
		"FollowDistance4":       4,
		"FollowDistance5":       5,
		"FollowDistance6":       6,
		"FollowDistance7":       7,
	}
)

Enum value maps for FollowDistance.

View Source
var (
	ForwardCollisionSensitivity_name = map[int32]string{
		0: "ForwardCollisionSensitivityUnknown",
		1: "ForwardCollisionSensitivityOff",
		2: "ForwardCollisionSensitivityLate",
		3: "ForwardCollisionSensitivityAverage",
		4: "ForwardCollisionSensitivityEarly",
	}
	ForwardCollisionSensitivity_value = map[string]int32{
		"ForwardCollisionSensitivityUnknown": 0,
		"ForwardCollisionSensitivityOff":     1,
		"ForwardCollisionSensitivityLate":    2,
		"ForwardCollisionSensitivityAverage": 3,
		"ForwardCollisionSensitivityEarly":   4,
	}
)

Enum value maps for ForwardCollisionSensitivity.

View Source
var (
	GuestModeMobileAccess_name = map[int32]string{
		0:  "GuestModeMobileAccessUnknown",
		1:  "GuestModeMobileAccessInit",
		2:  "GuestModeMobileAccessNotAuthenticated",
		3:  "GuestModeMobileAccessAuthenticated",
		4:  "GuestModeMobileAccessAbortedDriving",
		5:  "GuestModeMobileAccessAbortedUsingRemoteStart",
		6:  "GuestModeMobileAccessAbortedUsingBLEKeys",
		7:  "GuestModeMobileAccessAbortedValetMode",
		8:  "GuestModeMobileAccessAbortedGuestModeOff",
		9:  "GuestModeMobileAccessAbortedDriveAuthTimeExceeded",
		10: "GuestModeMobileAccessAbortedNoDataReceived",
		11: "GuestModeMobileAccessRequestingFromMothership",
		12: "GuestModeMobileAccessRequestingFromAuthD",
		13: "GuestModeMobileAccessAbortedFetchFailed",
		14: "GuestModeMobileAccessAbortedBadDataReceived",
		15: "GuestModeMobileAccessShowingQRCode",
		16: "GuestModeMobileAccessSwipedAway",
		17: "GuestModeMobileAccessDismissedQRCodeExpired",
		18: "GuestModeMobileAccessSucceededPairedNewBLEKey",
	}
	GuestModeMobileAccess_value = map[string]int32{
		"GuestModeMobileAccessUnknown":                      0,
		"GuestModeMobileAccessInit":                         1,
		"GuestModeMobileAccessNotAuthenticated":             2,
		"GuestModeMobileAccessAuthenticated":                3,
		"GuestModeMobileAccessAbortedDriving":               4,
		"GuestModeMobileAccessAbortedUsingRemoteStart":      5,
		"GuestModeMobileAccessAbortedUsingBLEKeys":          6,
		"GuestModeMobileAccessAbortedValetMode":             7,
		"GuestModeMobileAccessAbortedGuestModeOff":          8,
		"GuestModeMobileAccessAbortedDriveAuthTimeExceeded": 9,
		"GuestModeMobileAccessAbortedNoDataReceived":        10,
		"GuestModeMobileAccessRequestingFromMothership":     11,
		"GuestModeMobileAccessRequestingFromAuthD":          12,
		"GuestModeMobileAccessAbortedFetchFailed":           13,
		"GuestModeMobileAccessAbortedBadDataReceived":       14,
		"GuestModeMobileAccessShowingQRCode":                15,
		"GuestModeMobileAccessSwipedAway":                   16,
		"GuestModeMobileAccessDismissedQRCodeExpired":       17,
		"GuestModeMobileAccessSucceededPairedNewBLEKey":     18,
	}
)

Enum value maps for GuestModeMobileAccess.

View Source
var (
	LaneAssistLevel_name = map[int32]string{
		0: "LaneAssistLevelUnknown",
		1: "LaneAssistLevelNone",
		2: "LaneAssistLevelWarning",
		3: "LaneAssistLevelAssist",
	}
	LaneAssistLevel_value = map[string]int32{
		"LaneAssistLevelUnknown": 0,
		"LaneAssistLevelNone":    1,
		"LaneAssistLevelWarning": 2,
		"LaneAssistLevelAssist":  3,
	}
)

Enum value maps for LaneAssistLevel.

View Source
var (
	ScheduledChargingModeValue_name = map[int32]string{
		0: "ScheduledChargingModeUnknown",
		1: "ScheduledChargingModeOff",
		2: "ScheduledChargingModeStartAt",
		3: "ScheduledChargingModeDepartBy",
	}
	ScheduledChargingModeValue_value = map[string]int32{
		"ScheduledChargingModeUnknown":  0,
		"ScheduledChargingModeOff":      1,
		"ScheduledChargingModeStartAt":  2,
		"ScheduledChargingModeDepartBy": 3,
	}
)

Enum value maps for ScheduledChargingModeValue.

View Source
var (
	SentryModeState_name = map[int32]string{
		0: "SentryModeStateUnknown",
		1: "SentryModeStateOff",
		2: "SentryModeStateIdle",
		3: "SentryModeStateArmed",
		4: "SentryModeStateAware",
		5: "SentryModeStatePanic",
		6: "SentryModeStateQuiet",
	}
	SentryModeState_value = map[string]int32{
		"SentryModeStateUnknown": 0,
		"SentryModeStateOff":     1,
		"SentryModeStateIdle":    2,
		"SentryModeStateArmed":   3,
		"SentryModeStateAware":   4,
		"SentryModeStatePanic":   5,
		"SentryModeStateQuiet":   6,
	}
)

Enum value maps for SentryModeState.

View Source
var (
	SpeedAssistLevel_name = map[int32]string{
		0: "SpeedAssistLevelUnknown",
		1: "SpeedAssistLevelNone",
		2: "SpeedAssistLevelDisplay",
		3: "SpeedAssistLevelChime",
	}
	SpeedAssistLevel_value = map[string]int32{
		"SpeedAssistLevelUnknown": 0,
		"SpeedAssistLevelNone":    1,
		"SpeedAssistLevelDisplay": 2,
		"SpeedAssistLevelChime":   3,
	}
)

Enum value maps for SpeedAssistLevel.

View Source
var (
	BMSStateValue_name = map[int32]string{
		0:  "BMSStateUnknown",
		1:  "BMSStateStandby",
		2:  "BMSStateDrive",
		3:  "BMSStateSupport",
		4:  "BMSStateCharge",
		5:  "BMSStateFEIM",
		6:  "BMSStateClearFault",
		7:  "BMSStateFault",
		8:  "BMSStateWeld",
		9:  "BMSStateTest",
		10: "BMSStateSNA",
	}
	BMSStateValue_value = map[string]int32{
		"BMSStateUnknown":    0,
		"BMSStateStandby":    1,
		"BMSStateDrive":      2,
		"BMSStateSupport":    3,
		"BMSStateCharge":     4,
		"BMSStateFEIM":       5,
		"BMSStateClearFault": 6,
		"BMSStateFault":      7,
		"BMSStateWeld":       8,
		"BMSStateTest":       9,
		"BMSStateSNA":        10,
	}
)

Enum value maps for BMSStateValue.

View Source
var (
	BuckleStatus_name = map[int32]string{
		0: "BuckleStatusUnknown",
		1: "BuckleStatusUnlatched",
		2: "BuckleStatusLatched",
		3: "BuckleStatusFaulted",
	}
	BuckleStatus_value = map[string]int32{
		"BuckleStatusUnknown":   0,
		"BuckleStatusUnlatched": 1,
		"BuckleStatusLatched":   2,
		"BuckleStatusFaulted":   3,
	}
)

Enum value maps for BuckleStatus.

View Source
var (
	CarTypeValue_name = map[int32]string{
		0: "CarTypeUnknown",
		1: "CarTypeModelS",
		2: "CarTypeModelX",
		3: "CarTypeModel3",
		4: "CarTypeModelY",
		5: "CarTypeSemiTruck",
		6: "CarTypeCybertruck",
	}
	CarTypeValue_value = map[string]int32{
		"CarTypeUnknown":    0,
		"CarTypeModelS":     1,
		"CarTypeModelX":     2,
		"CarTypeModel3":     3,
		"CarTypeModelY":     4,
		"CarTypeSemiTruck":  5,
		"CarTypeCybertruck": 6,
	}
)

Enum value maps for CarTypeValue.

View Source
var (
	ChargePortValue_name = map[int32]string{
		0: "ChargePortUnknown",
		1: "ChargePortUS",
		2: "ChargePortEU",
		3: "ChargePortGB",
		4: "ChargePortCCS",
	}
	ChargePortValue_value = map[string]int32{
		"ChargePortUnknown": 0,
		"ChargePortUS":      1,
		"ChargePortEU":      2,
		"ChargePortGB":      3,
		"ChargePortCCS":     4,
	}
)

Enum value maps for ChargePortValue.

View Source
var (
	ChargePortLatchValue_name = map[int32]string{
		0: "ChargePortLatchUnknown",
		1: "ChargePortLatchSNA",
		2: "ChargePortLatchDisengaged",
		3: "ChargePortLatchEngaged",
		4: "ChargePortLatchBlocking",
	}
	ChargePortLatchValue_value = map[string]int32{
		"ChargePortLatchUnknown":    0,
		"ChargePortLatchSNA":        1,
		"ChargePortLatchDisengaged": 2,
		"ChargePortLatchEngaged":    3,
		"ChargePortLatchBlocking":   4,
	}
)

Enum value maps for ChargePortLatchValue.

View Source
var (
	DriveInverterState_name = map[int32]string{
		0: "DriveInverterStateUnknown",
		1: "DriveInverterStateUnavailable",
		2: "DriveInverterStateStandby",
		3: "DriveInverterStateFault",
		4: "DriveInverterStateAbort",
		5: "DriveInverterStateEnable",
	}
	DriveInverterState_value = map[string]int32{
		"DriveInverterStateUnknown":     0,
		"DriveInverterStateUnavailable": 1,
		"DriveInverterStateStandby":     2,
		"DriveInverterStateFault":       3,
		"DriveInverterStateAbort":       4,
		"DriveInverterStateEnable":      5,
	}
)

Enum value maps for DriveInverterState.

View Source
var (
	HvilStatus_name = map[int32]string{
		0: "HvilStatusUnknown",
		1: "HvilStatusFault",
		2: "HvilStatusOK",
	}
	HvilStatus_value = map[string]int32{
		"HvilStatusUnknown": 0,
		"HvilStatusFault":   1,
		"HvilStatusOK":      2,
	}
)

Enum value maps for HvilStatus.

View Source
var (
	WindowState_name = map[int32]string{
		0: "WindowStateUnknown",
		1: "WindowStateClosed",
		2: "WindowStatePartiallyOpen",
		3: "WindowStateOpened",
	}
	WindowState_value = map[string]int32{
		"WindowStateUnknown":       0,
		"WindowStateClosed":        1,
		"WindowStatePartiallyOpen": 2,
		"WindowStateOpened":        3,
	}
)

Enum value maps for WindowState.

View Source
var (
	SeatFoldPosition_name = map[int32]string{
		0: "SeatFoldPositionUnknown",
		1: "SeatFoldPositionSNA",
		2: "SeatFoldPositionFaulted",
		3: "SeatFoldPositionNotConfigured",
		4: "SeatFoldPositionFolded",
		5: "SeatFoldPositionUnfolded",
	}
	SeatFoldPosition_value = map[string]int32{
		"SeatFoldPositionUnknown":       0,
		"SeatFoldPositionSNA":           1,
		"SeatFoldPositionFaulted":       2,
		"SeatFoldPositionNotConfigured": 3,
		"SeatFoldPositionFolded":        4,
		"SeatFoldPositionUnfolded":      5,
	}
)

Enum value maps for SeatFoldPosition.

View Source
var (
	TractorAirStatus_name = map[int32]string{
		0: "TractorAirStatusUnknown",
		1: "TractorAirStatusNotAvailable",
		2: "TractorAirStatusError",
		3: "TractorAirStatusCharged",
		4: "TractorAirStatusBuildingPressureIntermediate",
		5: "TractorAirStatusExhaustingPressureIntermediate",
		6: "TractorAirStatusExhausted",
	}
	TractorAirStatus_value = map[string]int32{
		"TractorAirStatusUnknown":                        0,
		"TractorAirStatusNotAvailable":                   1,
		"TractorAirStatusError":                          2,
		"TractorAirStatusCharged":                        3,
		"TractorAirStatusBuildingPressureIntermediate":   4,
		"TractorAirStatusExhaustingPressureIntermediate": 5,
		"TractorAirStatusExhausted":                      6,
	}
)

Enum value maps for TractorAirStatus.

View Source
var (
	TrailerAirStatus_name = map[int32]string{
		0: "TrailerAirStatusUnknown",
		1: "TrailerAirStatusSNA",
		2: "TrailerAirStatusInvalid",
		3: "TrailerAirStatusBobtailMode",
		4: "TrailerAirStatusCharged",
		5: "TrailerAirStatusBuildingPressureIntermediate",
		6: "TrailerAirStatusExhaustingPressureIntermediate",
		7: "TrailerAirStatusExhausted",
	}
	TrailerAirStatus_value = map[string]int32{
		"TrailerAirStatusUnknown":                        0,
		"TrailerAirStatusSNA":                            1,
		"TrailerAirStatusInvalid":                        2,
		"TrailerAirStatusBobtailMode":                    3,
		"TrailerAirStatusCharged":                        4,
		"TrailerAirStatusBuildingPressureIntermediate":   5,
		"TrailerAirStatusExhaustingPressureIntermediate": 6,
		"TrailerAirStatusExhausted":                      7,
	}
)

Enum value maps for TrailerAirStatus.

View Source
var (
	HvacAutoModeState_name = map[int32]string{
		0: "HvacAutoModeStateUnknown",
		1: "HvacAutoModeStateOn",
		2: "HvacAutoModeStateOverride",
	}
	HvacAutoModeState_value = map[string]int32{
		"HvacAutoModeStateUnknown":  0,
		"HvacAutoModeStateOn":       1,
		"HvacAutoModeStateOverride": 2,
	}
)

Enum value maps for HvacAutoModeState.

View Source
var (
	CabinOverheatProtectionModeState_name = map[int32]string{
		0: "CabinOverheatProtectionModeStateUnknown",
		1: "CabinOverheatProtectionModeStateOff",
		2: "CabinOverheatProtectionModeStateOn",
		3: "CabinOverheatProtectionModeStateFanOnly",
	}
	CabinOverheatProtectionModeState_value = map[string]int32{
		"CabinOverheatProtectionModeStateUnknown": 0,
		"CabinOverheatProtectionModeStateOff":     1,
		"CabinOverheatProtectionModeStateOn":      2,
		"CabinOverheatProtectionModeStateFanOnly": 3,
	}
)

Enum value maps for CabinOverheatProtectionModeState.

View Source
var (
	ClimateOverheatProtectionTempLimit_name = map[int32]string{
		0: "ClimateOverheatProtectionTempLimitUnknown",
		1: "ClimateOverheatProtectionTempLimitHigh",
		2: "ClimateOverheatProtectionTempLimitMedium",
		3: "ClimateOverheatProtectionTempLimitLow",
	}
	ClimateOverheatProtectionTempLimit_value = map[string]int32{
		"ClimateOverheatProtectionTempLimitUnknown": 0,
		"ClimateOverheatProtectionTempLimitHigh":    1,
		"ClimateOverheatProtectionTempLimitMedium":  2,
		"ClimateOverheatProtectionTempLimitLow":     3,
	}
)

Enum value maps for ClimateOverheatProtectionTempLimit.

View Source
var (
	DefrostModeState_name = map[int32]string{
		0: "DefrostModeStateUnknown",
		1: "DefrostModeStateOff",
		2: "DefrostModeStateNormal",
		3: "DefrostModeStateMax",
		4: "DefrostModeStateAutoDefog",
	}
	DefrostModeState_value = map[string]int32{
		"DefrostModeStateUnknown":   0,
		"DefrostModeStateOff":       1,
		"DefrostModeStateNormal":    2,
		"DefrostModeStateMax":       3,
		"DefrostModeStateAutoDefog": 4,
	}
)

Enum value maps for DefrostModeState.

View Source
var (
	ClimateKeeperModeState_name = map[int32]string{
		0: "ClimateKeeperModeStateUnknown",
		1: "ClimateKeeperModeStateOff",
		2: "ClimateKeeperModeStateOn",
		3: "ClimateKeeperModeStateDog",
		4: "ClimateKeeperModeStateParty",
	}
	ClimateKeeperModeState_value = map[string]int32{
		"ClimateKeeperModeStateUnknown": 0,
		"ClimateKeeperModeStateOff":     1,
		"ClimateKeeperModeStateOn":      2,
		"ClimateKeeperModeStateDog":     3,
		"ClimateKeeperModeStateParty":   4,
	}
)

Enum value maps for ClimateKeeperModeState.

View Source
var (
	HvacPowerState_name = map[int32]string{
		0: "HvacPowerStateUnknown",
		1: "HvacPowerStateOff",
		2: "HvacPowerStateOn",
		3: "HvacPowerStatePrecondition",
		4: "HvacPowerStateOverheatProtect",
	}
	HvacPowerState_value = map[string]int32{
		"HvacPowerStateUnknown":         0,
		"HvacPowerStateOff":             1,
		"HvacPowerStateOn":              2,
		"HvacPowerStatePrecondition":    3,
		"HvacPowerStateOverheatProtect": 4,
	}
)

Enum value maps for HvacPowerState.

View Source
var (
	FastCharger_name = map[int32]string{
		0: "FastChargerUnknown",
		1: "FastChargerSupercharger",
		2: "FastChargerCHAdeMO",
		3: "FastChargerGB",
		4: "FastChargerACSingleWireCAN",
		5: "FastChargerCombo",
		6: "FastChargerMCSingleWireCAN",
		7: "FastChargerOther",
		8: "FastChargerSNA",
	}
	FastCharger_value = map[string]int32{
		"FastChargerUnknown":         0,
		"FastChargerSupercharger":    1,
		"FastChargerCHAdeMO":         2,
		"FastChargerGB":              3,
		"FastChargerACSingleWireCAN": 4,
		"FastChargerCombo":           5,
		"FastChargerMCSingleWireCAN": 6,
		"FastChargerOther":           7,
		"FastChargerSNA":             8,
	}
)

Enum value maps for FastCharger.

View Source
var (
	CableType_name = map[int32]string{
		0: "CableTypeUnknown",
		1: "CableTypeIEC",
		2: "CableTypeSAE",
		3: "CableTypeGB_AC",
		4: "CableTypeGB_DC",
		5: "CableTypeSNA",
	}
	CableType_value = map[string]int32{
		"CableTypeUnknown": 0,
		"CableTypeIEC":     1,
		"CableTypeSAE":     2,
		"CableTypeGB_AC":   3,
		"CableTypeGB_DC":   4,
		"CableTypeSNA":     5,
	}
)

Enum value maps for CableType.

View Source
var (
	TonneauTentModeState_name = map[int32]string{
		0: "TonneauTentModeStateUnknown",
		1: "TonneauTentModeStateInactive",
		2: "TonneauTentModeStateMoving",
		3: "TonneauTentModeStateFailed",
		4: "TonneauTentModeStateActive",
	}
	TonneauTentModeState_value = map[string]int32{
		"TonneauTentModeStateUnknown":  0,
		"TonneauTentModeStateInactive": 1,
		"TonneauTentModeStateMoving":   2,
		"TonneauTentModeStateFailed":   3,
		"TonneauTentModeStateActive":   4,
	}
)

Enum value maps for TonneauTentModeState.

View Source
var (
	TonneauPositionState_name = map[int32]string{
		0: "TonneauPositionStateUnknown",
		1: "TonneauPositionStateInvalid",
		2: "TonneauPositionStateClosed",
		3: "TonneauPositionStatePartiallyOpen",
		4: "TonneauPositionStateFullyOpen",
	}
	TonneauPositionState_value = map[string]int32{
		"TonneauPositionStateUnknown":       0,
		"TonneauPositionStateInvalid":       1,
		"TonneauPositionStateClosed":        2,
		"TonneauPositionStatePartiallyOpen": 3,
		"TonneauPositionStateFullyOpen":     4,
	}
)

Enum value maps for TonneauPositionState.

View Source
var (
	PowershareState_name = map[int32]string{
		0: "PowershareStateUnknown",
		1: "PowershareStateInactive",
		2: "PowershareStateHandshaking",
		3: "PowershareStateInit",
		4: "PowershareStateEnabled",
		5: "PowershareStateEnabledReconnectingSoon",
		6: "PowershareStateStopped",
	}
	PowershareState_value = map[string]int32{
		"PowershareStateUnknown":                 0,
		"PowershareStateInactive":                1,
		"PowershareStateHandshaking":             2,
		"PowershareStateInit":                    3,
		"PowershareStateEnabled":                 4,
		"PowershareStateEnabledReconnectingSoon": 5,
		"PowershareStateStopped":                 6,
	}
)

Enum value maps for PowershareState.

View Source
var (
	PowershareStopReasonStatus_name = map[int32]string{
		0: "PowershareStopReasonStatusUnknown",
		1: "PowershareStopReasonStatusNone",
		2: "PowershareStopReasonStatusSOCTooLow",
		3: "PowershareStopReasonStatusRetry",
		4: "PowershareStopReasonStatusFault",
		5: "PowershareStopReasonStatusUser",
		6: "PowershareStopReasonStatusReconnecting",
		7: "PowershareStopReasonStatusAuthentication",
	}
	PowershareStopReasonStatus_value = map[string]int32{
		"PowershareStopReasonStatusUnknown":        0,
		"PowershareStopReasonStatusNone":           1,
		"PowershareStopReasonStatusSOCTooLow":      2,
		"PowershareStopReasonStatusRetry":          3,
		"PowershareStopReasonStatusFault":          4,
		"PowershareStopReasonStatusUser":           5,
		"PowershareStopReasonStatusReconnecting":   6,
		"PowershareStopReasonStatusAuthentication": 7,
	}
)

Enum value maps for PowershareStopReasonStatus.

View Source
var (
	PowershareTypeStatus_name = map[int32]string{
		0: "PowershareTypeStatusUnknown",
		1: "PowershareTypeStatusNone",
		2: "PowershareTypeStatusLoad",
		3: "PowershareTypeStatusHome",
	}
	PowershareTypeStatus_value = map[string]int32{
		"PowershareTypeStatusUnknown": 0,
		"PowershareTypeStatusNone":    1,
		"PowershareTypeStatusLoad":    2,
		"PowershareTypeStatusHome":    3,
	}
)

Enum value maps for PowershareTypeStatus.

View Source
var (
	DisplayState_name = map[int32]string{
		0:  "DisplayStateUnknown",
		1:  "DisplayStateOff",
		2:  "DisplayStateDim",
		3:  "DisplayStateAccessory",
		4:  "DisplayStateOn",
		5:  "DisplayStateDriving",
		6:  "DisplayStateCharging",
		7:  "DisplayStateLock",
		8:  "DisplayStateSentry",
		9:  "DisplayStateDog",
		10: "DisplayStateEntertainment",
	}
	DisplayState_value = map[string]int32{
		"DisplayStateUnknown":       0,
		"DisplayStateOff":           1,
		"DisplayStateDim":           2,
		"DisplayStateAccessory":     3,
		"DisplayStateOn":            4,
		"DisplayStateDriving":       5,
		"DisplayStateCharging":      6,
		"DisplayStateLock":          7,
		"DisplayStateSentry":        8,
		"DisplayStateDog":           9,
		"DisplayStateEntertainment": 10,
	}
)

Enum value maps for DisplayState.

View Source
var (
	DistanceUnit_name = map[int32]string{
		0: "DistanceUnitUnknown",
		1: "DistanceUnitMiles",
		2: "DistanceUnitKilometers",
	}
	DistanceUnit_value = map[string]int32{
		"DistanceUnitUnknown":    0,
		"DistanceUnitMiles":      1,
		"DistanceUnitKilometers": 2,
	}
)

Enum value maps for DistanceUnit.

View Source
var (
	TemperatureUnit_name = map[int32]string{
		0: "TemperatureUnitUnknown",
		1: "TemperatureUnitFahrenheit",
		2: "TemperatureUnitCelsius",
	}
	TemperatureUnit_value = map[string]int32{
		"TemperatureUnitUnknown":    0,
		"TemperatureUnitFahrenheit": 1,
		"TemperatureUnitCelsius":    2,
	}
)

Enum value maps for TemperatureUnit.

View Source
var (
	PressureUnit_name = map[int32]string{
		0: "PressureUnitUnknown",
		1: "PressureUnitPsi",
		2: "PressureUnitBar",
	}
	PressureUnit_value = map[string]int32{
		"PressureUnitUnknown": 0,
		"PressureUnitPsi":     1,
		"PressureUnitBar":     2,
	}
)

Enum value maps for PressureUnit.

View Source
var (
	ChargeUnitPreference_name = map[int32]string{
		0: "ChargeUnitUnknown",
		1: "ChargeUnitDistance",
		2: "ChargeUnitPercent",
	}
	ChargeUnitPreference_value = map[string]int32{
		"ChargeUnitUnknown":  0,
		"ChargeUnitDistance": 1,
		"ChargeUnitPercent":  2,
	}
)

Enum value maps for ChargeUnitPreference.

View Source
var (
	SunroofInstalledState_name = map[int32]string{
		0: "SunroofInstalledStateUnknown",
		1: "SunroofInstalledStateNotInstalled",
		2: "SunroofInstalledStateGen1Installed",
		3: "SunroofInstalledStateGen2Installed",
	}
	SunroofInstalledState_value = map[string]int32{
		"SunroofInstalledStateUnknown":       0,
		"SunroofInstalledStateNotInstalled":  1,
		"SunroofInstalledStateGen1Installed": 2,
		"SunroofInstalledStateGen2Installed": 3,
	}
)

Enum value maps for SunroofInstalledState.

View Source
var (
	TurnSignalState_name = map[int32]string{
		0: "TurnSignalStateUnknown",
		1: "TurnSignalStateOff",
		2: "TurnSignalStateLeft",
		3: "TurnSignalStateRight",
		4: "TurnSignalStateBoth",
	}
	TurnSignalState_value = map[string]int32{
		"TurnSignalStateUnknown": 0,
		"TurnSignalStateOff":     1,
		"TurnSignalStateLeft":    2,
		"TurnSignalStateRight":   3,
		"TurnSignalStateBoth":    4,
	}
)

Enum value maps for TurnSignalState.

View Source
var (
	MediaStatus_name = map[int32]string{
		0: "MediaStatusUnknown",
		1: "MediaStatusStopped",
		2: "MediaStatusPlaying",
		3: "MediaStatusPaused",
	}
	MediaStatus_value = map[string]int32{
		"MediaStatusUnknown": 0,
		"MediaStatusStopped": 1,
		"MediaStatusPlaying": 2,
		"MediaStatusPaused":  3,
	}
)

Enum value maps for MediaStatus.

View Source
var File_protos_vehicle_alert_proto protoreflect.FileDescriptor
View Source
var File_protos_vehicle_connectivity_proto protoreflect.FileDescriptor
View Source
var File_protos_vehicle_data_proto protoreflect.FileDescriptor
View Source
var File_protos_vehicle_error_proto protoreflect.FileDescriptor
View Source
var File_protos_vehicle_metric_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Audience

type Audience int32

Audience the target audience for the alert.

const (
	Audience_Unknown    Audience = 0
	Audience_Customer   Audience = 1
	Audience_Service    Audience = 2
	Audience_ServiceFix Audience = 3
)

func (Audience) Descriptor

func (Audience) Descriptor() protoreflect.EnumDescriptor

func (Audience) Enum

func (x Audience) Enum() *Audience

func (Audience) EnumDescriptor deprecated

func (Audience) EnumDescriptor() ([]byte, []int)

Deprecated: Use Audience.Descriptor instead.

func (Audience) Number

func (x Audience) Number() protoreflect.EnumNumber

func (Audience) String

func (x Audience) String() string

func (Audience) Type

type BMSStateValue added in v0.3.2

type BMSStateValue int32
const (
	BMSStateValue_BMSStateUnknown    BMSStateValue = 0
	BMSStateValue_BMSStateStandby    BMSStateValue = 1
	BMSStateValue_BMSStateDrive      BMSStateValue = 2
	BMSStateValue_BMSStateSupport    BMSStateValue = 3
	BMSStateValue_BMSStateCharge     BMSStateValue = 4
	BMSStateValue_BMSStateFEIM       BMSStateValue = 5
	BMSStateValue_BMSStateClearFault BMSStateValue = 6
	BMSStateValue_BMSStateFault      BMSStateValue = 7
	BMSStateValue_BMSStateWeld       BMSStateValue = 8
	BMSStateValue_BMSStateTest       BMSStateValue = 9
	BMSStateValue_BMSStateSNA        BMSStateValue = 10
)

func (BMSStateValue) Descriptor added in v0.3.2

func (BMSStateValue) Enum added in v0.3.2

func (x BMSStateValue) Enum() *BMSStateValue

func (BMSStateValue) EnumDescriptor deprecated added in v0.3.2

func (BMSStateValue) EnumDescriptor() ([]byte, []int)

Deprecated: Use BMSStateValue.Descriptor instead.

func (BMSStateValue) Number added in v0.3.2

func (BMSStateValue) String added in v0.3.2

func (x BMSStateValue) String() string

func (BMSStateValue) Type added in v0.3.2

type BuckleStatus added in v0.3.2

type BuckleStatus int32
const (
	BuckleStatus_BuckleStatusUnknown   BuckleStatus = 0
	BuckleStatus_BuckleStatusUnlatched BuckleStatus = 1
	BuckleStatus_BuckleStatusLatched   BuckleStatus = 2
	BuckleStatus_BuckleStatusFaulted   BuckleStatus = 3
)

func (BuckleStatus) Descriptor added in v0.3.2

func (BuckleStatus) Enum added in v0.3.2

func (x BuckleStatus) Enum() *BuckleStatus

func (BuckleStatus) EnumDescriptor deprecated added in v0.3.2

func (BuckleStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use BuckleStatus.Descriptor instead.

func (BuckleStatus) Number added in v0.3.2

func (BuckleStatus) String added in v0.3.2

func (x BuckleStatus) String() string

func (BuckleStatus) Type added in v0.3.2

type CabinOverheatProtectionModeState added in v0.4.0

type CabinOverheatProtectionModeState int32
const (
	CabinOverheatProtectionModeState_CabinOverheatProtectionModeStateUnknown CabinOverheatProtectionModeState = 0
	CabinOverheatProtectionModeState_CabinOverheatProtectionModeStateOff     CabinOverheatProtectionModeState = 1
	CabinOverheatProtectionModeState_CabinOverheatProtectionModeStateOn      CabinOverheatProtectionModeState = 2
	CabinOverheatProtectionModeState_CabinOverheatProtectionModeStateFanOnly CabinOverheatProtectionModeState = 3
)

func (CabinOverheatProtectionModeState) Descriptor added in v0.4.0

func (CabinOverheatProtectionModeState) Enum added in v0.4.0

func (CabinOverheatProtectionModeState) EnumDescriptor deprecated added in v0.4.0

func (CabinOverheatProtectionModeState) EnumDescriptor() ([]byte, []int)

Deprecated: Use CabinOverheatProtectionModeState.Descriptor instead.

func (CabinOverheatProtectionModeState) Number added in v0.4.0

func (CabinOverheatProtectionModeState) String added in v0.4.0

func (CabinOverheatProtectionModeState) Type added in v0.4.0

type CableType added in v0.4.0

type CableType int32
const (
	CableType_CableTypeUnknown CableType = 0
	CableType_CableTypeIEC     CableType = 1
	CableType_CableTypeSAE     CableType = 2
	CableType_CableTypeGB_AC   CableType = 3
	CableType_CableTypeGB_DC   CableType = 4
	CableType_CableTypeSNA     CableType = 5
)

func (CableType) Descriptor added in v0.4.0

func (CableType) Descriptor() protoreflect.EnumDescriptor

func (CableType) Enum added in v0.4.0

func (x CableType) Enum() *CableType

func (CableType) EnumDescriptor deprecated added in v0.4.0

func (CableType) EnumDescriptor() ([]byte, []int)

Deprecated: Use CableType.Descriptor instead.

func (CableType) Number added in v0.4.0

func (x CableType) Number() protoreflect.EnumNumber

func (CableType) String added in v0.4.0

func (x CableType) String() string

func (CableType) Type added in v0.4.0

type CarTypeValue added in v0.3.2

type CarTypeValue int32
const (
	CarTypeValue_CarTypeUnknown    CarTypeValue = 0
	CarTypeValue_CarTypeModelS     CarTypeValue = 1
	CarTypeValue_CarTypeModelX     CarTypeValue = 2
	CarTypeValue_CarTypeModel3     CarTypeValue = 3
	CarTypeValue_CarTypeModelY     CarTypeValue = 4
	CarTypeValue_CarTypeSemiTruck  CarTypeValue = 5
	CarTypeValue_CarTypeCybertruck CarTypeValue = 6
)

func (CarTypeValue) Descriptor added in v0.3.2

func (CarTypeValue) Enum added in v0.3.2

func (x CarTypeValue) Enum() *CarTypeValue

func (CarTypeValue) EnumDescriptor deprecated added in v0.3.2

func (CarTypeValue) EnumDescriptor() ([]byte, []int)

Deprecated: Use CarTypeValue.Descriptor instead.

func (CarTypeValue) Number added in v0.3.2

func (CarTypeValue) String added in v0.3.2

func (x CarTypeValue) String() string

func (CarTypeValue) Type added in v0.3.2

type ChargePortLatchValue added in v0.3.2

type ChargePortLatchValue int32
const (
	ChargePortLatchValue_ChargePortLatchUnknown    ChargePortLatchValue = 0
	ChargePortLatchValue_ChargePortLatchSNA        ChargePortLatchValue = 1
	ChargePortLatchValue_ChargePortLatchDisengaged ChargePortLatchValue = 2
	ChargePortLatchValue_ChargePortLatchEngaged    ChargePortLatchValue = 3
	ChargePortLatchValue_ChargePortLatchBlocking   ChargePortLatchValue = 4
)

func (ChargePortLatchValue) Descriptor added in v0.3.2

func (ChargePortLatchValue) Enum added in v0.3.2

func (ChargePortLatchValue) EnumDescriptor deprecated added in v0.3.2

func (ChargePortLatchValue) EnumDescriptor() ([]byte, []int)

Deprecated: Use ChargePortLatchValue.Descriptor instead.

func (ChargePortLatchValue) Number added in v0.3.2

func (ChargePortLatchValue) String added in v0.3.2

func (x ChargePortLatchValue) String() string

func (ChargePortLatchValue) Type added in v0.3.2

type ChargePortValue added in v0.3.2

type ChargePortValue int32
const (
	ChargePortValue_ChargePortUnknown ChargePortValue = 0
	ChargePortValue_ChargePortUS      ChargePortValue = 1
	ChargePortValue_ChargePortEU      ChargePortValue = 2
	ChargePortValue_ChargePortGB      ChargePortValue = 3
	ChargePortValue_ChargePortCCS     ChargePortValue = 4
)

func (ChargePortValue) Descriptor added in v0.3.2

func (ChargePortValue) Enum added in v0.3.2

func (x ChargePortValue) Enum() *ChargePortValue

func (ChargePortValue) EnumDescriptor deprecated added in v0.3.2

func (ChargePortValue) EnumDescriptor() ([]byte, []int)

Deprecated: Use ChargePortValue.Descriptor instead.

func (ChargePortValue) Number added in v0.3.2

func (ChargePortValue) String added in v0.3.2

func (x ChargePortValue) String() string

func (ChargePortValue) Type added in v0.3.2

type ChargeUnitPreference added in v0.4.1

type ChargeUnitPreference int32
const (
	ChargeUnitPreference_ChargeUnitUnknown  ChargeUnitPreference = 0
	ChargeUnitPreference_ChargeUnitDistance ChargeUnitPreference = 1
	ChargeUnitPreference_ChargeUnitPercent  ChargeUnitPreference = 2
)

func (ChargeUnitPreference) Descriptor added in v0.4.1

func (ChargeUnitPreference) Enum added in v0.4.1

func (ChargeUnitPreference) EnumDescriptor deprecated added in v0.4.1

func (ChargeUnitPreference) EnumDescriptor() ([]byte, []int)

Deprecated: Use ChargeUnitPreference.Descriptor instead.

func (ChargeUnitPreference) Number added in v0.4.1

func (ChargeUnitPreference) String added in v0.4.1

func (x ChargeUnitPreference) String() string

func (ChargeUnitPreference) Type added in v0.4.1

type ChargingState

type ChargingState int32

ChargingState is deprecated and not used

const (
	ChargingState_ChargeStateUnknown      ChargingState = 0
	ChargingState_ChargeStateDisconnected ChargingState = 1
	ChargingState_ChargeStateNoPower      ChargingState = 2
	ChargingState_ChargeStateStarting     ChargingState = 3
	ChargingState_ChargeStateCharging     ChargingState = 4
	ChargingState_ChargeStateComplete     ChargingState = 5
	ChargingState_ChargeStateStopped      ChargingState = 6
)

func (ChargingState) Descriptor

func (ChargingState) Enum

func (x ChargingState) Enum() *ChargingState

func (ChargingState) EnumDescriptor deprecated

func (ChargingState) EnumDescriptor() ([]byte, []int)

Deprecated: Use ChargingState.Descriptor instead.

func (ChargingState) Number

func (ChargingState) String

func (x ChargingState) String() string

func (ChargingState) Type

type ClimateKeeperModeState added in v0.4.0

type ClimateKeeperModeState int32
const (
	ClimateKeeperModeState_ClimateKeeperModeStateUnknown ClimateKeeperModeState = 0
	ClimateKeeperModeState_ClimateKeeperModeStateOff     ClimateKeeperModeState = 1
	ClimateKeeperModeState_ClimateKeeperModeStateOn      ClimateKeeperModeState = 2
	ClimateKeeperModeState_ClimateKeeperModeStateDog     ClimateKeeperModeState = 3
	ClimateKeeperModeState_ClimateKeeperModeStateParty   ClimateKeeperModeState = 4
)

func (ClimateKeeperModeState) Descriptor added in v0.4.0

func (ClimateKeeperModeState) Enum added in v0.4.0

func (ClimateKeeperModeState) EnumDescriptor deprecated added in v0.4.0

func (ClimateKeeperModeState) EnumDescriptor() ([]byte, []int)

Deprecated: Use ClimateKeeperModeState.Descriptor instead.

func (ClimateKeeperModeState) Number added in v0.4.0

func (ClimateKeeperModeState) String added in v0.4.0

func (x ClimateKeeperModeState) String() string

func (ClimateKeeperModeState) Type added in v0.4.0

type ClimateOverheatProtectionTempLimit added in v0.4.0

type ClimateOverheatProtectionTempLimit int32
const (
	ClimateOverheatProtectionTempLimit_ClimateOverheatProtectionTempLimitUnknown ClimateOverheatProtectionTempLimit = 0
	ClimateOverheatProtectionTempLimit_ClimateOverheatProtectionTempLimitHigh    ClimateOverheatProtectionTempLimit = 1
	ClimateOverheatProtectionTempLimit_ClimateOverheatProtectionTempLimitMedium  ClimateOverheatProtectionTempLimit = 2
	ClimateOverheatProtectionTempLimit_ClimateOverheatProtectionTempLimitLow     ClimateOverheatProtectionTempLimit = 3
)

func (ClimateOverheatProtectionTempLimit) Descriptor added in v0.4.0

func (ClimateOverheatProtectionTempLimit) Enum added in v0.4.0

func (ClimateOverheatProtectionTempLimit) EnumDescriptor deprecated added in v0.4.0

func (ClimateOverheatProtectionTempLimit) EnumDescriptor() ([]byte, []int)

Deprecated: Use ClimateOverheatProtectionTempLimit.Descriptor instead.

func (ClimateOverheatProtectionTempLimit) Number added in v0.4.0

func (ClimateOverheatProtectionTempLimit) String added in v0.4.0

func (ClimateOverheatProtectionTempLimit) Type added in v0.4.0

type ConnectivityEvent added in v0.3.4

type ConnectivityEvent int32

ConnectivityEvent represents connection state of the vehicle

const (
	ConnectivityEvent_UNKNOWN      ConnectivityEvent = 0
	ConnectivityEvent_CONNECTED    ConnectivityEvent = 1
	ConnectivityEvent_DISCONNECTED ConnectivityEvent = 2
)

func (ConnectivityEvent) Descriptor added in v0.3.4

func (ConnectivityEvent) Enum added in v0.3.4

func (ConnectivityEvent) EnumDescriptor deprecated added in v0.3.4

func (ConnectivityEvent) EnumDescriptor() ([]byte, []int)

Deprecated: Use ConnectivityEvent.Descriptor instead.

func (ConnectivityEvent) Number added in v0.3.4

func (ConnectivityEvent) String added in v0.3.4

func (x ConnectivityEvent) String() string

func (ConnectivityEvent) Type added in v0.3.4

type Datum

type Datum struct {
	Key   Field  `protobuf:"varint,1,opt,name=key,proto3,enum=telemetry.vehicle_data.Field" json:"key,omitempty"`
	Value *Value `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

Datum represents a single field and its value

func (*Datum) Descriptor deprecated

func (*Datum) Descriptor() ([]byte, []int)

Deprecated: Use Datum.ProtoReflect.Descriptor instead.

func (*Datum) GetKey

func (x *Datum) GetKey() Field

func (*Datum) GetValue

func (x *Datum) GetValue() *Value

func (*Datum) ProtoMessage

func (*Datum) ProtoMessage()

func (*Datum) ProtoReflect

func (x *Datum) ProtoReflect() protoreflect.Message

func (*Datum) Reset

func (x *Datum) Reset()

func (*Datum) String

func (x *Datum) String() string

type DefrostModeState added in v0.4.0

type DefrostModeState int32
const (
	DefrostModeState_DefrostModeStateUnknown   DefrostModeState = 0
	DefrostModeState_DefrostModeStateOff       DefrostModeState = 1
	DefrostModeState_DefrostModeStateNormal    DefrostModeState = 2
	DefrostModeState_DefrostModeStateMax       DefrostModeState = 3
	DefrostModeState_DefrostModeStateAutoDefog DefrostModeState = 4
)

func (DefrostModeState) Descriptor added in v0.4.0

func (DefrostModeState) Enum added in v0.4.0

func (DefrostModeState) EnumDescriptor deprecated added in v0.4.0

func (DefrostModeState) EnumDescriptor() ([]byte, []int)

Deprecated: Use DefrostModeState.Descriptor instead.

func (DefrostModeState) Number added in v0.4.0

func (DefrostModeState) String added in v0.4.0

func (x DefrostModeState) String() string

func (DefrostModeState) Type added in v0.4.0

type DetailedChargeStateValue added in v0.3.2

type DetailedChargeStateValue int32
const (
	DetailedChargeStateValue_DetailedChargeStateUnknown      DetailedChargeStateValue = 0
	DetailedChargeStateValue_DetailedChargeStateDisconnected DetailedChargeStateValue = 1
	DetailedChargeStateValue_DetailedChargeStateNoPower      DetailedChargeStateValue = 2
	DetailedChargeStateValue_DetailedChargeStateStarting     DetailedChargeStateValue = 3
	DetailedChargeStateValue_DetailedChargeStateCharging     DetailedChargeStateValue = 4
	DetailedChargeStateValue_DetailedChargeStateComplete     DetailedChargeStateValue = 5
	DetailedChargeStateValue_DetailedChargeStateStopped      DetailedChargeStateValue = 6
)

func (DetailedChargeStateValue) Descriptor added in v0.3.2

func (DetailedChargeStateValue) Enum added in v0.3.2

func (DetailedChargeStateValue) EnumDescriptor deprecated added in v0.3.2

func (DetailedChargeStateValue) EnumDescriptor() ([]byte, []int)

Deprecated: Use DetailedChargeStateValue.Descriptor instead.

func (DetailedChargeStateValue) Number added in v0.3.2

func (DetailedChargeStateValue) String added in v0.3.2

func (x DetailedChargeStateValue) String() string

func (DetailedChargeStateValue) Type added in v0.3.2

type DisplayState added in v0.4.0

type DisplayState int32
const (
	DisplayState_DisplayStateUnknown       DisplayState = 0
	DisplayState_DisplayStateOff           DisplayState = 1
	DisplayState_DisplayStateDim           DisplayState = 2
	DisplayState_DisplayStateAccessory     DisplayState = 3
	DisplayState_DisplayStateOn            DisplayState = 4
	DisplayState_DisplayStateDriving       DisplayState = 5
	DisplayState_DisplayStateCharging      DisplayState = 6
	DisplayState_DisplayStateLock          DisplayState = 7
	DisplayState_DisplayStateSentry        DisplayState = 8
	DisplayState_DisplayStateDog           DisplayState = 9
	DisplayState_DisplayStateEntertainment DisplayState = 10
)

func (DisplayState) Descriptor added in v0.4.0

func (DisplayState) Enum added in v0.4.0

func (x DisplayState) Enum() *DisplayState

func (DisplayState) EnumDescriptor deprecated added in v0.4.0

func (DisplayState) EnumDescriptor() ([]byte, []int)

Deprecated: Use DisplayState.Descriptor instead.

func (DisplayState) Number added in v0.4.0

func (DisplayState) String added in v0.4.0

func (x DisplayState) String() string

func (DisplayState) Type added in v0.4.0

type DistanceUnit added in v0.4.1

type DistanceUnit int32
const (
	DistanceUnit_DistanceUnitUnknown    DistanceUnit = 0
	DistanceUnit_DistanceUnitMiles      DistanceUnit = 1
	DistanceUnit_DistanceUnitKilometers DistanceUnit = 2
)

func (DistanceUnit) Descriptor added in v0.4.1

func (DistanceUnit) Enum added in v0.4.1

func (x DistanceUnit) Enum() *DistanceUnit

func (DistanceUnit) EnumDescriptor deprecated added in v0.4.1

func (DistanceUnit) EnumDescriptor() ([]byte, []int)

Deprecated: Use DistanceUnit.Descriptor instead.

func (DistanceUnit) Number added in v0.4.1

func (DistanceUnit) String added in v0.4.1

func (x DistanceUnit) String() string

func (DistanceUnit) Type added in v0.4.1

type Doors added in v0.3.2

type Doors struct {
	DriverFront    bool `protobuf:"varint,1,opt,name=DriverFront,proto3" json:"DriverFront,omitempty"`
	DriverRear     bool `protobuf:"varint,2,opt,name=DriverRear,proto3" json:"DriverRear,omitempty"`
	PassengerFront bool `protobuf:"varint,3,opt,name=PassengerFront,proto3" json:"PassengerFront,omitempty"`
	PassengerRear  bool `protobuf:"varint,4,opt,name=PassengerRear,proto3" json:"PassengerRear,omitempty"`
	TrunkFront     bool `protobuf:"varint,5,opt,name=TrunkFront,proto3" json:"TrunkFront,omitempty"`
	TrunkRear      bool `protobuf:"varint,6,opt,name=TrunkRear,proto3" json:"TrunkRear,omitempty"`
	// contains filtered or unexported fields
}

func (*Doors) Descriptor deprecated added in v0.3.2

func (*Doors) Descriptor() ([]byte, []int)

Deprecated: Use Doors.ProtoReflect.Descriptor instead.

func (*Doors) GetDriverFront added in v0.3.2

func (x *Doors) GetDriverFront() bool

func (*Doors) GetDriverRear added in v0.3.2

func (x *Doors) GetDriverRear() bool

func (*Doors) GetPassengerFront added in v0.3.2

func (x *Doors) GetPassengerFront() bool

func (*Doors) GetPassengerRear added in v0.3.2

func (x *Doors) GetPassengerRear() bool

func (*Doors) GetTrunkFront added in v0.3.2

func (x *Doors) GetTrunkFront() bool

func (*Doors) GetTrunkRear added in v0.3.2

func (x *Doors) GetTrunkRear() bool

func (*Doors) ProtoMessage added in v0.3.2

func (*Doors) ProtoMessage()

func (*Doors) ProtoReflect added in v0.3.2

func (x *Doors) ProtoReflect() protoreflect.Message

func (*Doors) Reset added in v0.3.2

func (x *Doors) Reset()

func (*Doors) String added in v0.3.2

func (x *Doors) String() string

type DriveInverterState added in v0.3.2

type DriveInverterState int32
const (
	DriveInverterState_DriveInverterStateUnknown     DriveInverterState = 0
	DriveInverterState_DriveInverterStateUnavailable DriveInverterState = 1
	DriveInverterState_DriveInverterStateStandby     DriveInverterState = 2
	DriveInverterState_DriveInverterStateFault       DriveInverterState = 3
	DriveInverterState_DriveInverterStateAbort       DriveInverterState = 4
	DriveInverterState_DriveInverterStateEnable      DriveInverterState = 5
)

func (DriveInverterState) Descriptor added in v0.3.2

func (DriveInverterState) Enum added in v0.3.2

func (DriveInverterState) EnumDescriptor deprecated added in v0.3.2

func (DriveInverterState) EnumDescriptor() ([]byte, []int)

Deprecated: Use DriveInverterState.Descriptor instead.

func (DriveInverterState) Number added in v0.3.2

func (DriveInverterState) String added in v0.3.2

func (x DriveInverterState) String() string

func (DriveInverterState) Type added in v0.3.2

type FastCharger added in v0.4.0

type FastCharger int32
const (
	FastCharger_FastChargerUnknown         FastCharger = 0
	FastCharger_FastChargerSupercharger    FastCharger = 1
	FastCharger_FastChargerCHAdeMO         FastCharger = 2
	FastCharger_FastChargerGB              FastCharger = 3
	FastCharger_FastChargerACSingleWireCAN FastCharger = 4
	FastCharger_FastChargerCombo           FastCharger = 5
	FastCharger_FastChargerMCSingleWireCAN FastCharger = 6
	FastCharger_FastChargerOther           FastCharger = 7
	FastCharger_FastChargerSNA             FastCharger = 8
)

func (FastCharger) Descriptor added in v0.4.0

func (FastCharger) Enum added in v0.4.0

func (x FastCharger) Enum() *FastCharger

func (FastCharger) EnumDescriptor deprecated added in v0.4.0

func (FastCharger) EnumDescriptor() ([]byte, []int)

Deprecated: Use FastCharger.Descriptor instead.

func (FastCharger) Number added in v0.4.0

func (x FastCharger) Number() protoreflect.EnumNumber

func (FastCharger) String added in v0.4.0

func (x FastCharger) String() string

func (FastCharger) Type added in v0.4.0

type Field

type Field int32
const (
	Field_Unknown                                   Field = 0
	Field_DriveRail                                 Field = 1
	Field_ChargeState                               Field = 2
	Field_BmsFullchargecomplete                     Field = 3
	Field_VehicleSpeed                              Field = 4
	Field_Odometer                                  Field = 5
	Field_PackVoltage                               Field = 6
	Field_PackCurrent                               Field = 7
	Field_Soc                                       Field = 8
	Field_DCDCEnable                                Field = 9
	Field_Gear                                      Field = 10
	Field_IsolationResistance                       Field = 11
	Field_PedalPosition                             Field = 12
	Field_BrakePedal                                Field = 13
	Field_DiStateR                                  Field = 14
	Field_DiHeatsinkTR                              Field = 15
	Field_DiAxleSpeedR                              Field = 16
	Field_DiTorquemotor                             Field = 17
	Field_DiStatorTempR                             Field = 18
	Field_DiVBatR                                   Field = 19
	Field_DiMotorCurrentR                           Field = 20
	Field_Location                                  Field = 21
	Field_GpsState                                  Field = 22
	Field_GpsHeading                                Field = 23
	Field_NumBrickVoltageMax                        Field = 24
	Field_BrickVoltageMax                           Field = 25
	Field_NumBrickVoltageMin                        Field = 26
	Field_BrickVoltageMin                           Field = 27
	Field_NumModuleTempMax                          Field = 28
	Field_ModuleTempMax                             Field = 29
	Field_NumModuleTempMin                          Field = 30
	Field_ModuleTempMin                             Field = 31
	Field_RatedRange                                Field = 32
	Field_Hvil                                      Field = 33
	Field_DCChargingEnergyIn                        Field = 34
	Field_DCChargingPower                           Field = 35
	Field_ACChargingEnergyIn                        Field = 36
	Field_ACChargingPower                           Field = 37
	Field_ChargeLimitSoc                            Field = 38
	Field_FastChargerPresent                        Field = 39
	Field_EstBatteryRange                           Field = 40
	Field_IdealBatteryRange                         Field = 41
	Field_BatteryLevel                              Field = 42
	Field_TimeToFullCharge                          Field = 43
	Field_ScheduledChargingStartTime                Field = 44
	Field_ScheduledChargingPending                  Field = 45
	Field_ScheduledDepartureTime                    Field = 46
	Field_PreconditioningEnabled                    Field = 47
	Field_ScheduledChargingMode                     Field = 48
	Field_ChargeAmps                                Field = 49
	Field_ChargeEnableRequest                       Field = 50
	Field_ChargerPhases                             Field = 51
	Field_ChargePortColdWeatherMode                 Field = 52
	Field_ChargeCurrentRequest                      Field = 53
	Field_ChargeCurrentRequestMax                   Field = 54
	Field_BatteryHeaterOn                           Field = 55
	Field_NotEnoughPowerToHeat                      Field = 56
	Field_SuperchargerSessionTripPlanner            Field = 57
	Field_DoorState                                 Field = 58
	Field_Locked                                    Field = 59
	Field_FdWindow                                  Field = 60
	Field_FpWindow                                  Field = 61
	Field_RdWindow                                  Field = 62
	Field_RpWindow                                  Field = 63
	Field_VehicleName                               Field = 64
	Field_SentryMode                                Field = 65
	Field_SpeedLimitMode                            Field = 66
	Field_CurrentLimitMph                           Field = 67
	Field_Version                                   Field = 68
	Field_TpmsPressureFl                            Field = 69
	Field_TpmsPressureFr                            Field = 70
	Field_TpmsPressureRl                            Field = 71
	Field_TpmsPressureRr                            Field = 72
	Field_SemitruckTpmsPressureRe1L0                Field = 73 // Semi-truck only
	Field_SemitruckTpmsPressureRe1L1                Field = 74 // Semi-truck only
	Field_SemitruckTpmsPressureRe1R0                Field = 75 // Semi-truck only
	Field_SemitruckTpmsPressureRe1R1                Field = 76 // Semi-truck only
	Field_SemitruckTpmsPressureRe2L0                Field = 77 // Semi-truck only
	Field_SemitruckTpmsPressureRe2L1                Field = 78 // Semi-truck only
	Field_SemitruckTpmsPressureRe2R0                Field = 79 // Semi-truck only
	Field_SemitruckTpmsPressureRe2R1                Field = 80 // Semi-truck only
	Field_TpmsLastSeenPressureTimeFl                Field = 81
	Field_TpmsLastSeenPressureTimeFr                Field = 82
	Field_TpmsLastSeenPressureTimeRl                Field = 83
	Field_TpmsLastSeenPressureTimeRr                Field = 84
	Field_InsideTemp                                Field = 85
	Field_OutsideTemp                               Field = 86
	Field_SeatHeaterLeft                            Field = 87
	Field_SeatHeaterRight                           Field = 88
	Field_SeatHeaterRearLeft                        Field = 89
	Field_SeatHeaterRearRight                       Field = 90
	Field_SeatHeaterRearCenter                      Field = 91
	Field_AutoSeatClimateLeft                       Field = 92
	Field_AutoSeatClimateRight                      Field = 93
	Field_DriverSeatBelt                            Field = 94
	Field_PassengerSeatBelt                         Field = 95
	Field_DriverSeatOccupied                        Field = 96
	Field_SemitruckPassengerSeatFoldPosition        Field = 97 // Semi-truck only
	Field_LateralAcceleration                       Field = 98
	Field_LongitudinalAcceleration                  Field = 99
	Field_Deprecated_2                              Field = 100
	Field_CruiseSetSpeed                            Field = 101
	Field_LifetimeEnergyUsed                        Field = 102
	Field_LifetimeEnergyUsedDrive                   Field = 103
	Field_SemitruckTractorParkBrakeStatus           Field = 104 // Semi-truck only
	Field_SemitruckTrailerParkBrakeStatus           Field = 105 // Semi-truck only
	Field_BrakePedalPos                             Field = 106
	Field_RouteLastUpdated                          Field = 107
	Field_RouteLine                                 Field = 108
	Field_MilesToArrival                            Field = 109
	Field_MinutesToArrival                          Field = 110
	Field_OriginLocation                            Field = 111
	Field_DestinationLocation                       Field = 112
	Field_CarType                                   Field = 113
	Field_Trim                                      Field = 114
	Field_ExteriorColor                             Field = 115
	Field_RoofColor                                 Field = 116
	Field_ChargePort                                Field = 117
	Field_ChargePortLatch                           Field = 118
	Field_Experimental_1                            Field = 119
	Field_Experimental_2                            Field = 120
	Field_Experimental_3                            Field = 121
	Field_Experimental_4                            Field = 122
	Field_GuestModeEnabled                          Field = 123
	Field_PinToDriveEnabled                         Field = 124
	Field_PairedPhoneKeyAndKeyFobQty                Field = 125
	Field_CruiseFollowDistance                      Field = 126
	Field_AutomaticBlindSpotCamera                  Field = 127
	Field_BlindSpotCollisionWarningChime            Field = 128
	Field_SpeedLimitWarning                         Field = 129
	Field_ForwardCollisionWarning                   Field = 130
	Field_LaneDepartureAvoidance                    Field = 131
	Field_EmergencyLaneDepartureAvoidance           Field = 132
	Field_AutomaticEmergencyBrakingOff              Field = 133
	Field_LifetimeEnergyGainedRegen                 Field = 134
	Field_DiStateF                                  Field = 135
	Field_DiStateREL                                Field = 136
	Field_DiStateRER                                Field = 137
	Field_DiHeatsinkTF                              Field = 138
	Field_DiHeatsinkTREL                            Field = 139
	Field_DiHeatsinkTRER                            Field = 140
	Field_DiAxleSpeedF                              Field = 141
	Field_DiAxleSpeedREL                            Field = 142
	Field_DiAxleSpeedRER                            Field = 143
	Field_DiSlaveTorqueCmd                          Field = 144
	Field_DiTorqueActualR                           Field = 145
	Field_DiTorqueActualF                           Field = 146
	Field_DiTorqueActualREL                         Field = 147
	Field_DiTorqueActualRER                         Field = 148
	Field_DiStatorTempF                             Field = 149
	Field_DiStatorTempREL                           Field = 150
	Field_DiStatorTempRER                           Field = 151
	Field_DiVBatF                                   Field = 152
	Field_DiVBatREL                                 Field = 153
	Field_DiVBatRER                                 Field = 154
	Field_DiMotorCurrentF                           Field = 155
	Field_DiMotorCurrentREL                         Field = 156
	Field_DiMotorCurrentRER                         Field = 157
	Field_EnergyRemaining                           Field = 158
	Field_ServiceMode                               Field = 159
	Field_BMSState                                  Field = 160
	Field_GuestModeMobileAccessState                Field = 161
	Field_Deprecated_1                              Field = 162
	Field_DestinationName                           Field = 163
	Field_DiInverterTR                              Field = 164
	Field_DiInverterTF                              Field = 165
	Field_DiInverterTREL                            Field = 166
	Field_DiInverterTRER                            Field = 167
	Field_Experimental_5                            Field = 168
	Field_Experimental_6                            Field = 169
	Field_Experimental_7                            Field = 170
	Field_Experimental_8                            Field = 171
	Field_Experimental_9                            Field = 172
	Field_Experimental_10                           Field = 173
	Field_Experimental_11                           Field = 174
	Field_Experimental_12                           Field = 175
	Field_Experimental_13                           Field = 176
	Field_Experimental_14                           Field = 177
	Field_Experimental_15                           Field = 178
	Field_DetailedChargeState                       Field = 179
	Field_CabinOverheatProtectionMode               Field = 180
	Field_CabinOverheatProtectionTemperatureLimit   Field = 181
	Field_CenterDisplay                             Field = 182
	Field_ChargePortDoorOpen                        Field = 183
	Field_ChargerVoltage                            Field = 184
	Field_ChargingCableType                         Field = 185
	Field_ClimateKeeperMode                         Field = 186
	Field_DefrostForPreconditioning                 Field = 187
	Field_DefrostMode                               Field = 188
	Field_EfficiencyPackage                         Field = 189
	Field_EstimatedHoursToChargeTermination         Field = 190
	Field_EuropeVehicle                             Field = 191
	Field_ExpectedEnergyPercentAtTripArrival        Field = 192
	Field_FastChargerType                           Field = 193
	Field_HomelinkDeviceCount                       Field = 194
	Field_HomelinkNearby                            Field = 195
	Field_HvacACEnabled                             Field = 196
	Field_HvacAutoMode                              Field = 197
	Field_HvacFanSpeed                              Field = 198
	Field_HvacFanStatus                             Field = 199
	Field_HvacLeftTemperatureRequest                Field = 200
	Field_HvacPower                                 Field = 201
	Field_HvacRightTemperatureRequest               Field = 202
	Field_HvacSteeringWheelHeatAuto                 Field = 203
	Field_HvacSteeringWheelHeatLevel                Field = 204
	Field_OffroadLightbarPresent                    Field = 205
	Field_PowershareHoursLeft                       Field = 206
	Field_PowershareInstantaneousPowerKW            Field = 207
	Field_PowershareStatus                          Field = 208
	Field_PowershareStopReason                      Field = 209
	Field_PowershareType                            Field = 210
	Field_RearDisplayHvacEnabled                    Field = 211
	Field_RearSeatHeaters                           Field = 212
	Field_RemoteStartEnabled                        Field = 213
	Field_RightHandDrive                            Field = 214
	Field_RouteTrafficMinutesDelay                  Field = 215
	Field_SoftwareUpdateDownloadPercentComplete     Field = 216
	Field_SoftwareUpdateExpectedDurationMinutes     Field = 217
	Field_SoftwareUpdateInstallationPercentComplete Field = 218
	Field_SoftwareUpdateScheduledStartTime          Field = 219
	Field_SoftwareUpdateVersion                     Field = 220
	Field_TonneauOpenPercent                        Field = 221
	Field_TonneauPosition                           Field = 222
	Field_TonneauTentMode                           Field = 223
	Field_TpmsHardWarnings                          Field = 224
	Field_TpmsSoftWarnings                          Field = 225
	Field_ValetModeEnabled                          Field = 226
	Field_WheelType                                 Field = 227
	Field_WiperHeatEnabled                          Field = 228
	Field_LocatedAtHome                             Field = 229
	Field_LocatedAtWork                             Field = 230
	Field_LocatedAtFavorite                         Field = 231
	Field_SettingDistanceUnit                       Field = 232
	Field_SettingTemperatureUnit                    Field = 233
	Field_Setting24HourTime                         Field = 234
	Field_SettingTirePressureUnit                   Field = 235
	Field_SettingChargeUnit                         Field = 236
	Field_ClimateSeatCoolingFrontLeft               Field = 237
	Field_ClimateSeatCoolingFrontRight              Field = 238
	Field_LightsHazardsActive                       Field = 239
	Field_LightsTurnSignal                          Field = 240
	Field_LightsHighBeams                           Field = 241
	Field_MediaPlaybackStatus                       Field = 242
	Field_MediaPlaybackSource                       Field = 243
	Field_MediaAudioVolume                          Field = 244
	Field_MediaNowPlayingDuration                   Field = 245
	Field_MediaNowPlayingElapsed                    Field = 246
	Field_MediaNowPlayingArtist                     Field = 247
	Field_MediaNowPlayingTitle                      Field = 248
	Field_MediaNowPlayingAlbum                      Field = 249
	Field_MediaNowPlayingStation                    Field = 250
	Field_MediaAudioVolumeIncrement                 Field = 251
	Field_MediaAudioVolumeMax                       Field = 252
	Field_SunroofInstalled                          Field = 253
	Field_SeatVentEnabled                           Field = 254
	Field_RearDefrostEnabled                        Field = 255
	Field_ChargeRateMilePerHour                     Field = 256
	Field_Deprecated_3                              Field = 257
)

func (Field) Descriptor

func (Field) Descriptor() protoreflect.EnumDescriptor

func (Field) Enum

func (x Field) Enum() *Field

func (Field) EnumDescriptor deprecated

func (Field) EnumDescriptor() ([]byte, []int)

Deprecated: Use Field.Descriptor instead.

func (Field) Number

func (x Field) Number() protoreflect.EnumNumber

func (Field) String

func (x Field) String() string

func (Field) Type

func (Field) Type() protoreflect.EnumType

type FollowDistance added in v0.3.2

type FollowDistance int32
const (
	FollowDistance_FollowDistanceUnknown FollowDistance = 0
	FollowDistance_FollowDistance1       FollowDistance = 1
	FollowDistance_FollowDistance2       FollowDistance = 2
	FollowDistance_FollowDistance3       FollowDistance = 3
	FollowDistance_FollowDistance4       FollowDistance = 4
	FollowDistance_FollowDistance5       FollowDistance = 5
	FollowDistance_FollowDistance6       FollowDistance = 6
	FollowDistance_FollowDistance7       FollowDistance = 7
)

func (FollowDistance) Descriptor added in v0.3.2

func (FollowDistance) Enum added in v0.3.2

func (x FollowDistance) Enum() *FollowDistance

func (FollowDistance) EnumDescriptor deprecated added in v0.3.2

func (FollowDistance) EnumDescriptor() ([]byte, []int)

Deprecated: Use FollowDistance.Descriptor instead.

func (FollowDistance) Number added in v0.3.2

func (FollowDistance) String added in v0.3.2

func (x FollowDistance) String() string

func (FollowDistance) Type added in v0.3.2

type ForwardCollisionSensitivity added in v0.3.2

type ForwardCollisionSensitivity int32
const (
	ForwardCollisionSensitivity_ForwardCollisionSensitivityUnknown ForwardCollisionSensitivity = 0
	ForwardCollisionSensitivity_ForwardCollisionSensitivityOff     ForwardCollisionSensitivity = 1
	ForwardCollisionSensitivity_ForwardCollisionSensitivityLate    ForwardCollisionSensitivity = 2
	ForwardCollisionSensitivity_ForwardCollisionSensitivityAverage ForwardCollisionSensitivity = 3
	ForwardCollisionSensitivity_ForwardCollisionSensitivityEarly   ForwardCollisionSensitivity = 4
)

func (ForwardCollisionSensitivity) Descriptor added in v0.3.2

func (ForwardCollisionSensitivity) Enum added in v0.3.2

func (ForwardCollisionSensitivity) EnumDescriptor deprecated added in v0.3.2

func (ForwardCollisionSensitivity) EnumDescriptor() ([]byte, []int)

Deprecated: Use ForwardCollisionSensitivity.Descriptor instead.

func (ForwardCollisionSensitivity) Number added in v0.3.2

func (ForwardCollisionSensitivity) String added in v0.3.2

func (ForwardCollisionSensitivity) Type added in v0.3.2

type GuestModeMobileAccess added in v0.3.2

type GuestModeMobileAccess int32
const (
	GuestModeMobileAccess_GuestModeMobileAccessUnknown                      GuestModeMobileAccess = 0
	GuestModeMobileAccess_GuestModeMobileAccessInit                         GuestModeMobileAccess = 1
	GuestModeMobileAccess_GuestModeMobileAccessNotAuthenticated             GuestModeMobileAccess = 2
	GuestModeMobileAccess_GuestModeMobileAccessAuthenticated                GuestModeMobileAccess = 3
	GuestModeMobileAccess_GuestModeMobileAccessAbortedDriving               GuestModeMobileAccess = 4
	GuestModeMobileAccess_GuestModeMobileAccessAbortedUsingRemoteStart      GuestModeMobileAccess = 5
	GuestModeMobileAccess_GuestModeMobileAccessAbortedUsingBLEKeys          GuestModeMobileAccess = 6
	GuestModeMobileAccess_GuestModeMobileAccessAbortedValetMode             GuestModeMobileAccess = 7
	GuestModeMobileAccess_GuestModeMobileAccessAbortedGuestModeOff          GuestModeMobileAccess = 8
	GuestModeMobileAccess_GuestModeMobileAccessAbortedDriveAuthTimeExceeded GuestModeMobileAccess = 9
	GuestModeMobileAccess_GuestModeMobileAccessAbortedNoDataReceived        GuestModeMobileAccess = 10
	GuestModeMobileAccess_GuestModeMobileAccessRequestingFromMothership     GuestModeMobileAccess = 11
	GuestModeMobileAccess_GuestModeMobileAccessRequestingFromAuthD          GuestModeMobileAccess = 12
	GuestModeMobileAccess_GuestModeMobileAccessAbortedFetchFailed           GuestModeMobileAccess = 13
	GuestModeMobileAccess_GuestModeMobileAccessAbortedBadDataReceived       GuestModeMobileAccess = 14
	GuestModeMobileAccess_GuestModeMobileAccessShowingQRCode                GuestModeMobileAccess = 15
	GuestModeMobileAccess_GuestModeMobileAccessSwipedAway                   GuestModeMobileAccess = 16
	GuestModeMobileAccess_GuestModeMobileAccessDismissedQRCodeExpired       GuestModeMobileAccess = 17
	GuestModeMobileAccess_GuestModeMobileAccessSucceededPairedNewBLEKey     GuestModeMobileAccess = 18
)

func (GuestModeMobileAccess) Descriptor added in v0.3.2

func (GuestModeMobileAccess) Enum added in v0.3.2

func (GuestModeMobileAccess) EnumDescriptor deprecated added in v0.3.2

func (GuestModeMobileAccess) EnumDescriptor() ([]byte, []int)

Deprecated: Use GuestModeMobileAccess.Descriptor instead.

func (GuestModeMobileAccess) Number added in v0.3.2

func (GuestModeMobileAccess) String added in v0.3.2

func (x GuestModeMobileAccess) String() string

func (GuestModeMobileAccess) Type added in v0.3.2

type HvacAutoModeState added in v0.4.0

type HvacAutoModeState int32
const (
	HvacAutoModeState_HvacAutoModeStateUnknown  HvacAutoModeState = 0
	HvacAutoModeState_HvacAutoModeStateOn       HvacAutoModeState = 1
	HvacAutoModeState_HvacAutoModeStateOverride HvacAutoModeState = 2
)

func (HvacAutoModeState) Descriptor added in v0.4.0

func (HvacAutoModeState) Enum added in v0.4.0

func (HvacAutoModeState) EnumDescriptor deprecated added in v0.4.0

func (HvacAutoModeState) EnumDescriptor() ([]byte, []int)

Deprecated: Use HvacAutoModeState.Descriptor instead.

func (HvacAutoModeState) Number added in v0.4.0

func (HvacAutoModeState) String added in v0.4.0

func (x HvacAutoModeState) String() string

func (HvacAutoModeState) Type added in v0.4.0

type HvacPowerState added in v0.4.0

type HvacPowerState int32
const (
	HvacPowerState_HvacPowerStateUnknown         HvacPowerState = 0
	HvacPowerState_HvacPowerStateOff             HvacPowerState = 1
	HvacPowerState_HvacPowerStateOn              HvacPowerState = 2
	HvacPowerState_HvacPowerStatePrecondition    HvacPowerState = 3
	HvacPowerState_HvacPowerStateOverheatProtect HvacPowerState = 4
)

func (HvacPowerState) Descriptor added in v0.4.0

func (HvacPowerState) Enum added in v0.4.0

func (x HvacPowerState) Enum() *HvacPowerState

func (HvacPowerState) EnumDescriptor deprecated added in v0.4.0

func (HvacPowerState) EnumDescriptor() ([]byte, []int)

Deprecated: Use HvacPowerState.Descriptor instead.

func (HvacPowerState) Number added in v0.4.0

func (HvacPowerState) String added in v0.4.0

func (x HvacPowerState) String() string

func (HvacPowerState) Type added in v0.4.0

type HvilStatus added in v0.3.2

type HvilStatus int32
const (
	HvilStatus_HvilStatusUnknown HvilStatus = 0
	HvilStatus_HvilStatusFault   HvilStatus = 1
	HvilStatus_HvilStatusOK      HvilStatus = 2
)

func (HvilStatus) Descriptor added in v0.3.2

func (HvilStatus) Descriptor() protoreflect.EnumDescriptor

func (HvilStatus) Enum added in v0.3.2

func (x HvilStatus) Enum() *HvilStatus

func (HvilStatus) EnumDescriptor deprecated added in v0.3.2

func (HvilStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use HvilStatus.Descriptor instead.

func (HvilStatus) Number added in v0.3.2

func (x HvilStatus) Number() protoreflect.EnumNumber

func (HvilStatus) String added in v0.3.2

func (x HvilStatus) String() string

func (HvilStatus) Type added in v0.3.2

type LaneAssistLevel added in v0.3.2

type LaneAssistLevel int32
const (
	LaneAssistLevel_LaneAssistLevelUnknown LaneAssistLevel = 0
	LaneAssistLevel_LaneAssistLevelNone    LaneAssistLevel = 1
	LaneAssistLevel_LaneAssistLevelWarning LaneAssistLevel = 2
	LaneAssistLevel_LaneAssistLevelAssist  LaneAssistLevel = 3
)

func (LaneAssistLevel) Descriptor added in v0.3.2

func (LaneAssistLevel) Enum added in v0.3.2

func (x LaneAssistLevel) Enum() *LaneAssistLevel

func (LaneAssistLevel) EnumDescriptor deprecated added in v0.3.2

func (LaneAssistLevel) EnumDescriptor() ([]byte, []int)

Deprecated: Use LaneAssistLevel.Descriptor instead.

func (LaneAssistLevel) Number added in v0.3.2

func (LaneAssistLevel) String added in v0.3.2

func (x LaneAssistLevel) String() string

func (LaneAssistLevel) Type added in v0.3.2

type LocationValue

type LocationValue struct {
	Latitude  float64 `protobuf:"fixed64,1,opt,name=latitude,proto3" json:"latitude,omitempty"`
	Longitude float64 `protobuf:"fixed64,2,opt,name=longitude,proto3" json:"longitude,omitempty"`
	// contains filtered or unexported fields
}

LocationValue is a Datum value type

func (*LocationValue) Descriptor deprecated

func (*LocationValue) Descriptor() ([]byte, []int)

Deprecated: Use LocationValue.ProtoReflect.Descriptor instead.

func (*LocationValue) GetLatitude

func (x *LocationValue) GetLatitude() float64

func (*LocationValue) GetLongitude

func (x *LocationValue) GetLongitude() float64

func (*LocationValue) ProtoMessage

func (*LocationValue) ProtoMessage()

func (*LocationValue) ProtoReflect

func (x *LocationValue) ProtoReflect() protoreflect.Message

func (*LocationValue) Reset

func (x *LocationValue) Reset()

func (*LocationValue) String

func (x *LocationValue) String() string

type MediaStatus added in v0.7.0

type MediaStatus int32
const (
	MediaStatus_MediaStatusUnknown MediaStatus = 0
	MediaStatus_MediaStatusStopped MediaStatus = 1
	MediaStatus_MediaStatusPlaying MediaStatus = 2
	MediaStatus_MediaStatusPaused  MediaStatus = 3
)

func (MediaStatus) Descriptor added in v0.7.0

func (MediaStatus) Enum added in v0.7.0

func (x MediaStatus) Enum() *MediaStatus

func (MediaStatus) EnumDescriptor deprecated added in v0.7.0

func (MediaStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use MediaStatus.Descriptor instead.

func (MediaStatus) Number added in v0.7.0

func (x MediaStatus) Number() protoreflect.EnumNumber

func (MediaStatus) String added in v0.7.0

func (x MediaStatus) String() string

func (MediaStatus) Type added in v0.7.0

type Metric

type Metric struct {
	Name  string            `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Tags  map[string]string `` /* 149-byte string literal not displayed */
	Value float64           `protobuf:"fixed64,3,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

Metric is a single metric value with a name, tags, and a value.

func (*Metric) Descriptor deprecated

func (*Metric) Descriptor() ([]byte, []int)

Deprecated: Use Metric.ProtoReflect.Descriptor instead.

func (*Metric) GetName

func (x *Metric) GetName() string

func (*Metric) GetTags

func (x *Metric) GetTags() map[string]string

func (*Metric) GetValue

func (x *Metric) GetValue() float64

func (*Metric) ProtoMessage

func (*Metric) ProtoMessage()

func (*Metric) ProtoReflect

func (x *Metric) ProtoReflect() protoreflect.Message

func (*Metric) Reset

func (x *Metric) Reset()

func (*Metric) String

func (x *Metric) String() string

type Payload

type Payload struct {
	Data      []*Datum               `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	Vin       string                 `protobuf:"bytes,3,opt,name=vin,proto3" json:"vin,omitempty"`
	IsResend  bool                   `protobuf:"varint,4,opt,name=is_resend,json=isResend,proto3" json:"is_resend,omitempty"`
	// contains filtered or unexported fields
}

Payload holds a collection of values, and may not have a vin

func (*Payload) Descriptor deprecated

func (*Payload) Descriptor() ([]byte, []int)

Deprecated: Use Payload.ProtoReflect.Descriptor instead.

func (*Payload) GetCreatedAt

func (x *Payload) GetCreatedAt() *timestamppb.Timestamp

func (*Payload) GetData

func (x *Payload) GetData() []*Datum

func (*Payload) GetIsResend added in v0.7.0

func (x *Payload) GetIsResend() bool

func (*Payload) GetVin

func (x *Payload) GetVin() string

func (*Payload) ProtoMessage

func (*Payload) ProtoMessage()

func (*Payload) ProtoReflect

func (x *Payload) ProtoReflect() protoreflect.Message

func (*Payload) Reset

func (x *Payload) Reset()

func (*Payload) String

func (x *Payload) String() string

type PowershareState added in v0.4.0

type PowershareState int32
const (
	PowershareState_PowershareStateUnknown                 PowershareState = 0
	PowershareState_PowershareStateInactive                PowershareState = 1
	PowershareState_PowershareStateHandshaking             PowershareState = 2
	PowershareState_PowershareStateInit                    PowershareState = 3
	PowershareState_PowershareStateEnabled                 PowershareState = 4
	PowershareState_PowershareStateEnabledReconnectingSoon PowershareState = 5
	PowershareState_PowershareStateStopped                 PowershareState = 6
)

func (PowershareState) Descriptor added in v0.4.0

func (PowershareState) Enum added in v0.4.0

func (x PowershareState) Enum() *PowershareState

func (PowershareState) EnumDescriptor deprecated added in v0.4.0

func (PowershareState) EnumDescriptor() ([]byte, []int)

Deprecated: Use PowershareState.Descriptor instead.

func (PowershareState) Number added in v0.4.0

func (PowershareState) String added in v0.4.0

func (x PowershareState) String() string

func (PowershareState) Type added in v0.4.0

type PowershareStopReasonStatus added in v0.4.0

type PowershareStopReasonStatus int32
const (
	PowershareStopReasonStatus_PowershareStopReasonStatusUnknown        PowershareStopReasonStatus = 0
	PowershareStopReasonStatus_PowershareStopReasonStatusNone           PowershareStopReasonStatus = 1
	PowershareStopReasonStatus_PowershareStopReasonStatusSOCTooLow      PowershareStopReasonStatus = 2
	PowershareStopReasonStatus_PowershareStopReasonStatusRetry          PowershareStopReasonStatus = 3
	PowershareStopReasonStatus_PowershareStopReasonStatusFault          PowershareStopReasonStatus = 4
	PowershareStopReasonStatus_PowershareStopReasonStatusUser           PowershareStopReasonStatus = 5
	PowershareStopReasonStatus_PowershareStopReasonStatusReconnecting   PowershareStopReasonStatus = 6
	PowershareStopReasonStatus_PowershareStopReasonStatusAuthentication PowershareStopReasonStatus = 7
)

func (PowershareStopReasonStatus) Descriptor added in v0.4.0

func (PowershareStopReasonStatus) Enum added in v0.4.0

func (PowershareStopReasonStatus) EnumDescriptor deprecated added in v0.4.0

func (PowershareStopReasonStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use PowershareStopReasonStatus.Descriptor instead.

func (PowershareStopReasonStatus) Number added in v0.4.0

func (PowershareStopReasonStatus) String added in v0.4.0

func (PowershareStopReasonStatus) Type added in v0.4.0

type PowershareTypeStatus added in v0.4.0

type PowershareTypeStatus int32
const (
	PowershareTypeStatus_PowershareTypeStatusUnknown PowershareTypeStatus = 0
	PowershareTypeStatus_PowershareTypeStatusNone    PowershareTypeStatus = 1
	PowershareTypeStatus_PowershareTypeStatusLoad    PowershareTypeStatus = 2
	PowershareTypeStatus_PowershareTypeStatusHome    PowershareTypeStatus = 3
)

func (PowershareTypeStatus) Descriptor added in v0.4.0

func (PowershareTypeStatus) Enum added in v0.4.0

func (PowershareTypeStatus) EnumDescriptor deprecated added in v0.4.0

func (PowershareTypeStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use PowershareTypeStatus.Descriptor instead.

func (PowershareTypeStatus) Number added in v0.4.0

func (PowershareTypeStatus) String added in v0.4.0

func (x PowershareTypeStatus) String() string

func (PowershareTypeStatus) Type added in v0.4.0

type PressureUnit added in v0.4.1

type PressureUnit int32
const (
	PressureUnit_PressureUnitUnknown PressureUnit = 0
	PressureUnit_PressureUnitPsi     PressureUnit = 1
	PressureUnit_PressureUnitBar     PressureUnit = 2
)

func (PressureUnit) Descriptor added in v0.4.1

func (PressureUnit) Enum added in v0.4.1

func (x PressureUnit) Enum() *PressureUnit

func (PressureUnit) EnumDescriptor deprecated added in v0.4.1

func (PressureUnit) EnumDescriptor() ([]byte, []int)

Deprecated: Use PressureUnit.Descriptor instead.

func (PressureUnit) Number added in v0.4.1

func (PressureUnit) String added in v0.4.1

func (x PressureUnit) String() string

func (PressureUnit) Type added in v0.4.1

type ScheduledChargingModeValue added in v0.3.2

type ScheduledChargingModeValue int32
const (
	ScheduledChargingModeValue_ScheduledChargingModeUnknown  ScheduledChargingModeValue = 0
	ScheduledChargingModeValue_ScheduledChargingModeOff      ScheduledChargingModeValue = 1
	ScheduledChargingModeValue_ScheduledChargingModeStartAt  ScheduledChargingModeValue = 2
	ScheduledChargingModeValue_ScheduledChargingModeDepartBy ScheduledChargingModeValue = 3
)

func (ScheduledChargingModeValue) Descriptor added in v0.3.2

func (ScheduledChargingModeValue) Enum added in v0.3.2

func (ScheduledChargingModeValue) EnumDescriptor deprecated added in v0.3.2

func (ScheduledChargingModeValue) EnumDescriptor() ([]byte, []int)

Deprecated: Use ScheduledChargingModeValue.Descriptor instead.

func (ScheduledChargingModeValue) Number added in v0.3.2

func (ScheduledChargingModeValue) String added in v0.3.2

func (ScheduledChargingModeValue) Type added in v0.3.2

type SeatFoldPosition added in v0.3.2

type SeatFoldPosition int32
const (
	SeatFoldPosition_SeatFoldPositionUnknown       SeatFoldPosition = 0
	SeatFoldPosition_SeatFoldPositionSNA           SeatFoldPosition = 1
	SeatFoldPosition_SeatFoldPositionFaulted       SeatFoldPosition = 2
	SeatFoldPosition_SeatFoldPositionNotConfigured SeatFoldPosition = 3
	SeatFoldPosition_SeatFoldPositionFolded        SeatFoldPosition = 4
	SeatFoldPosition_SeatFoldPositionUnfolded      SeatFoldPosition = 5
)

func (SeatFoldPosition) Descriptor added in v0.3.2

func (SeatFoldPosition) Enum added in v0.3.2

func (SeatFoldPosition) EnumDescriptor deprecated added in v0.3.2

func (SeatFoldPosition) EnumDescriptor() ([]byte, []int)

Deprecated: Use SeatFoldPosition.Descriptor instead.

func (SeatFoldPosition) Number added in v0.3.2

func (SeatFoldPosition) String added in v0.3.2

func (x SeatFoldPosition) String() string

func (SeatFoldPosition) Type added in v0.3.2

type SentryModeState added in v0.3.2

type SentryModeState int32
const (
	SentryModeState_SentryModeStateUnknown SentryModeState = 0
	SentryModeState_SentryModeStateOff     SentryModeState = 1
	SentryModeState_SentryModeStateIdle    SentryModeState = 2
	SentryModeState_SentryModeStateArmed   SentryModeState = 3
	SentryModeState_SentryModeStateAware   SentryModeState = 4
	SentryModeState_SentryModeStatePanic   SentryModeState = 5
	SentryModeState_SentryModeStateQuiet   SentryModeState = 6
)

func (SentryModeState) Descriptor added in v0.3.2

func (SentryModeState) Enum added in v0.3.2

func (x SentryModeState) Enum() *SentryModeState

func (SentryModeState) EnumDescriptor deprecated added in v0.3.2

func (SentryModeState) EnumDescriptor() ([]byte, []int)

Deprecated: Use SentryModeState.Descriptor instead.

func (SentryModeState) Number added in v0.3.2

func (SentryModeState) String added in v0.3.2

func (x SentryModeState) String() string

func (SentryModeState) Type added in v0.3.2

type ShiftState

type ShiftState int32

ShiftState are the gear options

const (
	ShiftState_ShiftStateUnknown ShiftState = 0
	ShiftState_ShiftStateInvalid ShiftState = 1
	ShiftState_ShiftStateP       ShiftState = 2
	ShiftState_ShiftStateR       ShiftState = 3
	ShiftState_ShiftStateN       ShiftState = 4
	ShiftState_ShiftStateD       ShiftState = 5
	ShiftState_ShiftStateSNA     ShiftState = 6
)

func (ShiftState) Descriptor

func (ShiftState) Descriptor() protoreflect.EnumDescriptor

func (ShiftState) Enum

func (x ShiftState) Enum() *ShiftState

func (ShiftState) EnumDescriptor deprecated

func (ShiftState) EnumDescriptor() ([]byte, []int)

Deprecated: Use ShiftState.Descriptor instead.

func (ShiftState) Number

func (x ShiftState) Number() protoreflect.EnumNumber

func (ShiftState) String

func (x ShiftState) String() string

func (ShiftState) Type

type SpeedAssistLevel added in v0.3.2

type SpeedAssistLevel int32
const (
	SpeedAssistLevel_SpeedAssistLevelUnknown SpeedAssistLevel = 0
	SpeedAssistLevel_SpeedAssistLevelNone    SpeedAssistLevel = 1
	SpeedAssistLevel_SpeedAssistLevelDisplay SpeedAssistLevel = 2
	SpeedAssistLevel_SpeedAssistLevelChime   SpeedAssistLevel = 3
)

func (SpeedAssistLevel) Descriptor added in v0.3.2

func (SpeedAssistLevel) Enum added in v0.3.2

func (SpeedAssistLevel) EnumDescriptor deprecated added in v0.3.2

func (SpeedAssistLevel) EnumDescriptor() ([]byte, []int)

Deprecated: Use SpeedAssistLevel.Descriptor instead.

func (SpeedAssistLevel) Number added in v0.3.2

func (SpeedAssistLevel) String added in v0.3.2

func (x SpeedAssistLevel) String() string

func (SpeedAssistLevel) Type added in v0.3.2

type SunroofInstalledState added in v0.7.0

type SunroofInstalledState int32
const (
	SunroofInstalledState_SunroofInstalledStateUnknown       SunroofInstalledState = 0
	SunroofInstalledState_SunroofInstalledStateNotInstalled  SunroofInstalledState = 1
	SunroofInstalledState_SunroofInstalledStateGen1Installed SunroofInstalledState = 2
	SunroofInstalledState_SunroofInstalledStateGen2Installed SunroofInstalledState = 3
)

func (SunroofInstalledState) Descriptor added in v0.7.0

func (SunroofInstalledState) Enum added in v0.7.0

func (SunroofInstalledState) EnumDescriptor deprecated added in v0.7.0

func (SunroofInstalledState) EnumDescriptor() ([]byte, []int)

Deprecated: Use SunroofInstalledState.Descriptor instead.

func (SunroofInstalledState) Number added in v0.7.0

func (SunroofInstalledState) String added in v0.7.0

func (x SunroofInstalledState) String() string

func (SunroofInstalledState) Type added in v0.7.0

type TemperatureUnit added in v0.4.1

type TemperatureUnit int32
const (
	TemperatureUnit_TemperatureUnitUnknown    TemperatureUnit = 0
	TemperatureUnit_TemperatureUnitFahrenheit TemperatureUnit = 1
	TemperatureUnit_TemperatureUnitCelsius    TemperatureUnit = 2
)

func (TemperatureUnit) Descriptor added in v0.4.1

func (TemperatureUnit) Enum added in v0.4.1

func (x TemperatureUnit) Enum() *TemperatureUnit

func (TemperatureUnit) EnumDescriptor deprecated added in v0.4.1

func (TemperatureUnit) EnumDescriptor() ([]byte, []int)

Deprecated: Use TemperatureUnit.Descriptor instead.

func (TemperatureUnit) Number added in v0.4.1

func (TemperatureUnit) String added in v0.4.1

func (x TemperatureUnit) String() string

func (TemperatureUnit) Type added in v0.4.1

type Time added in v0.3.2

type Time struct {
	Hour   int32 `protobuf:"varint,1,opt,name=hour,proto3" json:"hour,omitempty"`
	Minute int32 `protobuf:"varint,2,opt,name=minute,proto3" json:"minute,omitempty"`
	Second int32 `protobuf:"varint,3,opt,name=second,proto3" json:"second,omitempty"`
	// contains filtered or unexported fields
}

func (*Time) Descriptor deprecated added in v0.3.2

func (*Time) Descriptor() ([]byte, []int)

Deprecated: Use Time.ProtoReflect.Descriptor instead.

func (*Time) GetHour added in v0.3.2

func (x *Time) GetHour() int32

func (*Time) GetMinute added in v0.3.2

func (x *Time) GetMinute() int32

func (*Time) GetSecond added in v0.3.2

func (x *Time) GetSecond() int32

func (*Time) ProtoMessage added in v0.3.2

func (*Time) ProtoMessage()

func (*Time) ProtoReflect added in v0.3.2

func (x *Time) ProtoReflect() protoreflect.Message

func (*Time) Reset added in v0.3.2

func (x *Time) Reset()

func (*Time) String added in v0.3.2

func (x *Time) String() string

type TireLocation added in v0.4.0

type TireLocation struct {
	FrontLeft             bool `protobuf:"varint,1,opt,name=front_left,json=frontLeft,proto3" json:"front_left,omitempty"`
	FrontRight            bool `protobuf:"varint,2,opt,name=front_right,json=frontRight,proto3" json:"front_right,omitempty"`
	RearLeft              bool `protobuf:"varint,3,opt,name=rear_left,json=rearLeft,proto3" json:"rear_left,omitempty"`
	RearRight             bool `protobuf:"varint,4,opt,name=rear_right,json=rearRight,proto3" json:"rear_right,omitempty"`
	SemiMiddleAxleLeft_2  bool `protobuf:"varint,5,opt,name=semi_middle_axle_left_2,json=semiMiddleAxleLeft2,proto3" json:"semi_middle_axle_left_2,omitempty"`
	SemiMiddleAxleRight_2 bool `` /* 128-byte string literal not displayed */
	SemiRearAxleLeft      bool `protobuf:"varint,7,opt,name=semi_rear_axle_left,json=semiRearAxleLeft,proto3" json:"semi_rear_axle_left,omitempty"`
	SemiRearAxleRight     bool `protobuf:"varint,8,opt,name=semi_rear_axle_right,json=semiRearAxleRight,proto3" json:"semi_rear_axle_right,omitempty"`
	SemiRearAxleLeft_2    bool `protobuf:"varint,9,opt,name=semi_rear_axle_left_2,json=semiRearAxleLeft2,proto3" json:"semi_rear_axle_left_2,omitempty"`
	SemiRearAxleRight_2   bool `protobuf:"varint,10,opt,name=semi_rear_axle_right_2,json=semiRearAxleRight2,proto3" json:"semi_rear_axle_right_2,omitempty"`
	// contains filtered or unexported fields
}

func (*TireLocation) Descriptor deprecated added in v0.4.0

func (*TireLocation) Descriptor() ([]byte, []int)

Deprecated: Use TireLocation.ProtoReflect.Descriptor instead.

func (*TireLocation) GetFrontLeft added in v0.4.0

func (x *TireLocation) GetFrontLeft() bool

func (*TireLocation) GetFrontRight added in v0.4.0

func (x *TireLocation) GetFrontRight() bool

func (*TireLocation) GetRearLeft added in v0.4.0

func (x *TireLocation) GetRearLeft() bool

func (*TireLocation) GetRearRight added in v0.4.0

func (x *TireLocation) GetRearRight() bool

func (*TireLocation) GetSemiMiddleAxleLeft_2 added in v0.4.0

func (x *TireLocation) GetSemiMiddleAxleLeft_2() bool

func (*TireLocation) GetSemiMiddleAxleRight_2 added in v0.4.0

func (x *TireLocation) GetSemiMiddleAxleRight_2() bool

func (*TireLocation) GetSemiRearAxleLeft added in v0.4.0

func (x *TireLocation) GetSemiRearAxleLeft() bool

func (*TireLocation) GetSemiRearAxleLeft_2 added in v0.4.0

func (x *TireLocation) GetSemiRearAxleLeft_2() bool

func (*TireLocation) GetSemiRearAxleRight added in v0.4.0

func (x *TireLocation) GetSemiRearAxleRight() bool

func (*TireLocation) GetSemiRearAxleRight_2 added in v0.4.0

func (x *TireLocation) GetSemiRearAxleRight_2() bool

func (*TireLocation) ProtoMessage added in v0.4.0

func (*TireLocation) ProtoMessage()

func (*TireLocation) ProtoReflect added in v0.4.0

func (x *TireLocation) ProtoReflect() protoreflect.Message

func (*TireLocation) Reset added in v0.4.0

func (x *TireLocation) Reset()

func (*TireLocation) String added in v0.4.0

func (x *TireLocation) String() string

type TonneauPositionState added in v0.4.0

type TonneauPositionState int32
const (
	TonneauPositionState_TonneauPositionStateUnknown       TonneauPositionState = 0
	TonneauPositionState_TonneauPositionStateInvalid       TonneauPositionState = 1
	TonneauPositionState_TonneauPositionStateClosed        TonneauPositionState = 2
	TonneauPositionState_TonneauPositionStatePartiallyOpen TonneauPositionState = 3
	TonneauPositionState_TonneauPositionStateFullyOpen     TonneauPositionState = 4
)

func (TonneauPositionState) Descriptor added in v0.4.0

func (TonneauPositionState) Enum added in v0.4.0

func (TonneauPositionState) EnumDescriptor deprecated added in v0.4.0

func (TonneauPositionState) EnumDescriptor() ([]byte, []int)

Deprecated: Use TonneauPositionState.Descriptor instead.

func (TonneauPositionState) Number added in v0.4.0

func (TonneauPositionState) String added in v0.4.0

func (x TonneauPositionState) String() string

func (TonneauPositionState) Type added in v0.4.0

type TonneauTentModeState added in v0.4.0

type TonneauTentModeState int32
const (
	TonneauTentModeState_TonneauTentModeStateUnknown  TonneauTentModeState = 0
	TonneauTentModeState_TonneauTentModeStateInactive TonneauTentModeState = 1
	TonneauTentModeState_TonneauTentModeStateMoving   TonneauTentModeState = 2
	TonneauTentModeState_TonneauTentModeStateFailed   TonneauTentModeState = 3
	TonneauTentModeState_TonneauTentModeStateActive   TonneauTentModeState = 4
)

func (TonneauTentModeState) Descriptor added in v0.4.0

func (TonneauTentModeState) Enum added in v0.4.0

func (TonneauTentModeState) EnumDescriptor deprecated added in v0.4.0

func (TonneauTentModeState) EnumDescriptor() ([]byte, []int)

Deprecated: Use TonneauTentModeState.Descriptor instead.

func (TonneauTentModeState) Number added in v0.4.0

func (TonneauTentModeState) String added in v0.4.0

func (x TonneauTentModeState) String() string

func (TonneauTentModeState) Type added in v0.4.0

type TractorAirStatus added in v0.3.2

type TractorAirStatus int32
const (
	TractorAirStatus_TractorAirStatusUnknown                        TractorAirStatus = 0
	TractorAirStatus_TractorAirStatusNotAvailable                   TractorAirStatus = 1
	TractorAirStatus_TractorAirStatusError                          TractorAirStatus = 2
	TractorAirStatus_TractorAirStatusCharged                        TractorAirStatus = 3
	TractorAirStatus_TractorAirStatusBuildingPressureIntermediate   TractorAirStatus = 4
	TractorAirStatus_TractorAirStatusExhaustingPressureIntermediate TractorAirStatus = 5
	TractorAirStatus_TractorAirStatusExhausted                      TractorAirStatus = 6
)

func (TractorAirStatus) Descriptor added in v0.3.2

func (TractorAirStatus) Enum added in v0.3.2

func (TractorAirStatus) EnumDescriptor deprecated added in v0.3.2

func (TractorAirStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use TractorAirStatus.Descriptor instead.

func (TractorAirStatus) Number added in v0.3.2

func (TractorAirStatus) String added in v0.3.2

func (x TractorAirStatus) String() string

func (TractorAirStatus) Type added in v0.3.2

type TrailerAirStatus added in v0.3.2

type TrailerAirStatus int32
const (
	TrailerAirStatus_TrailerAirStatusUnknown                        TrailerAirStatus = 0
	TrailerAirStatus_TrailerAirStatusSNA                            TrailerAirStatus = 1
	TrailerAirStatus_TrailerAirStatusInvalid                        TrailerAirStatus = 2
	TrailerAirStatus_TrailerAirStatusBobtailMode                    TrailerAirStatus = 3
	TrailerAirStatus_TrailerAirStatusCharged                        TrailerAirStatus = 4
	TrailerAirStatus_TrailerAirStatusBuildingPressureIntermediate   TrailerAirStatus = 5
	TrailerAirStatus_TrailerAirStatusExhaustingPressureIntermediate TrailerAirStatus = 6
	TrailerAirStatus_TrailerAirStatusExhausted                      TrailerAirStatus = 7
)

func (TrailerAirStatus) Descriptor added in v0.3.2

func (TrailerAirStatus) Enum added in v0.3.2

func (TrailerAirStatus) EnumDescriptor deprecated added in v0.3.2

func (TrailerAirStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use TrailerAirStatus.Descriptor instead.

func (TrailerAirStatus) Number added in v0.3.2

func (TrailerAirStatus) String added in v0.3.2

func (x TrailerAirStatus) String() string

func (TrailerAirStatus) Type added in v0.3.2

type TurnSignalState added in v0.7.0

type TurnSignalState int32
const (
	TurnSignalState_TurnSignalStateUnknown TurnSignalState = 0
	TurnSignalState_TurnSignalStateOff     TurnSignalState = 1
	TurnSignalState_TurnSignalStateLeft    TurnSignalState = 2
	TurnSignalState_TurnSignalStateRight   TurnSignalState = 3
	TurnSignalState_TurnSignalStateBoth    TurnSignalState = 4
)

func (TurnSignalState) Descriptor added in v0.7.0

func (TurnSignalState) Enum added in v0.7.0

func (x TurnSignalState) Enum() *TurnSignalState

func (TurnSignalState) EnumDescriptor deprecated added in v0.7.0

func (TurnSignalState) EnumDescriptor() ([]byte, []int)

Deprecated: Use TurnSignalState.Descriptor instead.

func (TurnSignalState) Number added in v0.7.0

func (TurnSignalState) String added in v0.7.0

func (x TurnSignalState) String() string

func (TurnSignalState) Type added in v0.7.0

type Value

type Value struct {

	// Types that are assignable to Value:
	//
	//	*Value_StringValue
	//	*Value_IntValue
	//	*Value_LongValue
	//	*Value_FloatValue
	//	*Value_DoubleValue
	//	*Value_BooleanValue
	//	*Value_LocationValue
	//	*Value_ChargingValue
	//	*Value_ShiftStateValue
	//	*Value_Invalid
	//	*Value_LaneAssistLevelValue
	//	*Value_ScheduledChargingModeValue
	//	*Value_SentryModeStateValue
	//	*Value_SpeedAssistLevelValue
	//	*Value_BmsStateValue
	//	*Value_BuckleStatusValue
	//	*Value_CarTypeValue
	//	*Value_ChargePortValue
	//	*Value_ChargePortLatchValue
	//	*Value_DoorValue
	//	*Value_DriveInverterStateValue
	//	*Value_HvilStatusValue
	//	*Value_WindowStateValue
	//	*Value_SeatFoldPositionValue
	//	*Value_TractorAirStatusValue
	//	*Value_FollowDistanceValue
	//	*Value_ForwardCollisionSensitivityValue
	//	*Value_GuestModeMobileAccessValue
	//	*Value_TrailerAirStatusValue
	//	*Value_TimeValue
	//	*Value_DetailedChargeStateValue
	//	*Value_HvacAutoModeValue
	//	*Value_CabinOverheatProtectionModeValue
	//	*Value_CabinOverheatProtectionTemperatureLimitValue
	//	*Value_DefrostModeValue
	//	*Value_ClimateKeeperModeValue
	//	*Value_HvacPowerValue
	//	*Value_TireLocationValue
	//	*Value_FastChargerValue
	//	*Value_CableTypeValue
	//	*Value_TonneauTentModeValue
	//	*Value_TonneauPositionValue
	//	*Value_PowershareTypeValue
	//	*Value_PowershareStateValue
	//	*Value_PowershareStopReasonValue
	//	*Value_DisplayStateValue
	//	*Value_DistanceUnitValue
	//	*Value_TemperatureUnitValue
	//	*Value_PressureUnitValue
	//	*Value_ChargeUnitPreferenceValue
	//	*Value_TurnSignalStateValue
	//	*Value_MediaStatusValue
	//	*Value_SunroofInstalledStateValue
	Value isValue_Value `protobuf_oneof:"value"`
	// contains filtered or unexported fields
}

Value is a dynamic Datum type. Most Datums are strings and is the default format Note: Fields may have their types updated with different software and vehicle versions to optimize for precision or space

func (*Value) Descriptor deprecated

func (*Value) Descriptor() ([]byte, []int)

Deprecated: Use Value.ProtoReflect.Descriptor instead.

func (*Value) GetBmsStateValue added in v0.3.2

func (x *Value) GetBmsStateValue() BMSStateValue

func (*Value) GetBooleanValue

func (x *Value) GetBooleanValue() bool

func (*Value) GetBuckleStatusValue added in v0.3.2

func (x *Value) GetBuckleStatusValue() BuckleStatus

func (*Value) GetCabinOverheatProtectionModeValue added in v0.4.0

func (x *Value) GetCabinOverheatProtectionModeValue() CabinOverheatProtectionModeState

func (*Value) GetCabinOverheatProtectionTemperatureLimitValue added in v0.4.0

func (x *Value) GetCabinOverheatProtectionTemperatureLimitValue() ClimateOverheatProtectionTempLimit

func (*Value) GetCableTypeValue added in v0.4.0

func (x *Value) GetCableTypeValue() CableType

func (*Value) GetCarTypeValue added in v0.3.2

func (x *Value) GetCarTypeValue() CarTypeValue

func (*Value) GetChargePortLatchValue added in v0.3.2

func (x *Value) GetChargePortLatchValue() ChargePortLatchValue

func (*Value) GetChargePortValue added in v0.3.2

func (x *Value) GetChargePortValue() ChargePortValue

func (*Value) GetChargeUnitPreferenceValue added in v0.4.1

func (x *Value) GetChargeUnitPreferenceValue() ChargeUnitPreference

func (*Value) GetChargingValue

func (x *Value) GetChargingValue() ChargingState

func (*Value) GetClimateKeeperModeValue added in v0.4.0

func (x *Value) GetClimateKeeperModeValue() ClimateKeeperModeState

func (*Value) GetDefrostModeValue added in v0.4.0

func (x *Value) GetDefrostModeValue() DefrostModeState

func (*Value) GetDetailedChargeStateValue added in v0.3.2

func (x *Value) GetDetailedChargeStateValue() DetailedChargeStateValue

func (*Value) GetDisplayStateValue added in v0.4.0

func (x *Value) GetDisplayStateValue() DisplayState

func (*Value) GetDistanceUnitValue added in v0.4.1

func (x *Value) GetDistanceUnitValue() DistanceUnit

func (*Value) GetDoorValue added in v0.3.2

func (x *Value) GetDoorValue() *Doors

func (*Value) GetDoubleValue

func (x *Value) GetDoubleValue() float64

func (*Value) GetDriveInverterStateValue added in v0.3.2

func (x *Value) GetDriveInverterStateValue() DriveInverterState

func (*Value) GetFastChargerValue added in v0.4.0

func (x *Value) GetFastChargerValue() FastCharger

func (*Value) GetFloatValue

func (x *Value) GetFloatValue() float32

func (*Value) GetFollowDistanceValue added in v0.3.2

func (x *Value) GetFollowDistanceValue() FollowDistance

func (*Value) GetForwardCollisionSensitivityValue added in v0.3.2

func (x *Value) GetForwardCollisionSensitivityValue() ForwardCollisionSensitivity

func (*Value) GetGuestModeMobileAccessValue added in v0.3.2

func (x *Value) GetGuestModeMobileAccessValue() GuestModeMobileAccess

func (*Value) GetHvacAutoModeValue added in v0.4.0

func (x *Value) GetHvacAutoModeValue() HvacAutoModeState

func (*Value) GetHvacPowerValue added in v0.4.0

func (x *Value) GetHvacPowerValue() HvacPowerState

func (*Value) GetHvilStatusValue added in v0.3.2

func (x *Value) GetHvilStatusValue() HvilStatus

func (*Value) GetIntValue

func (x *Value) GetIntValue() int32

func (*Value) GetInvalid added in v0.3.1

func (x *Value) GetInvalid() bool

func (*Value) GetLaneAssistLevelValue added in v0.3.2

func (x *Value) GetLaneAssistLevelValue() LaneAssistLevel

func (*Value) GetLocationValue

func (x *Value) GetLocationValue() *LocationValue

func (*Value) GetLongValue

func (x *Value) GetLongValue() int64

func (*Value) GetMediaStatusValue added in v0.7.0

func (x *Value) GetMediaStatusValue() MediaStatus

func (*Value) GetPowershareStateValue added in v0.4.0

func (x *Value) GetPowershareStateValue() PowershareState

func (*Value) GetPowershareStopReasonValue added in v0.4.0

func (x *Value) GetPowershareStopReasonValue() PowershareStopReasonStatus

func (*Value) GetPowershareTypeValue added in v0.4.0

func (x *Value) GetPowershareTypeValue() PowershareTypeStatus

func (*Value) GetPressureUnitValue added in v0.4.1

func (x *Value) GetPressureUnitValue() PressureUnit

func (*Value) GetScheduledChargingModeValue added in v0.3.2

func (x *Value) GetScheduledChargingModeValue() ScheduledChargingModeValue

func (*Value) GetSeatFoldPositionValue added in v0.3.2

func (x *Value) GetSeatFoldPositionValue() SeatFoldPosition

func (*Value) GetSentryModeStateValue added in v0.3.2

func (x *Value) GetSentryModeStateValue() SentryModeState

func (*Value) GetShiftStateValue

func (x *Value) GetShiftStateValue() ShiftState

func (*Value) GetSpeedAssistLevelValue added in v0.3.2

func (x *Value) GetSpeedAssistLevelValue() SpeedAssistLevel

func (*Value) GetStringValue

func (x *Value) GetStringValue() string

func (*Value) GetSunroofInstalledStateValue added in v0.7.0

func (x *Value) GetSunroofInstalledStateValue() SunroofInstalledState

func (*Value) GetTemperatureUnitValue added in v0.4.1

func (x *Value) GetTemperatureUnitValue() TemperatureUnit

func (*Value) GetTimeValue added in v0.3.2

func (x *Value) GetTimeValue() *Time

func (*Value) GetTireLocationValue added in v0.4.0

func (x *Value) GetTireLocationValue() *TireLocation

func (*Value) GetTonneauPositionValue added in v0.4.0

func (x *Value) GetTonneauPositionValue() TonneauPositionState

func (*Value) GetTonneauTentModeValue added in v0.4.0

func (x *Value) GetTonneauTentModeValue() TonneauTentModeState

func (*Value) GetTractorAirStatusValue added in v0.3.2

func (x *Value) GetTractorAirStatusValue() TractorAirStatus

func (*Value) GetTrailerAirStatusValue added in v0.3.2

func (x *Value) GetTrailerAirStatusValue() TrailerAirStatus

func (*Value) GetTurnSignalStateValue added in v0.7.0

func (x *Value) GetTurnSignalStateValue() TurnSignalState

func (*Value) GetValue

func (m *Value) GetValue() isValue_Value

func (*Value) GetWindowStateValue added in v0.3.2

func (x *Value) GetWindowStateValue() WindowState

func (*Value) ProtoMessage

func (*Value) ProtoMessage()

func (*Value) ProtoReflect

func (x *Value) ProtoReflect() protoreflect.Message

func (*Value) Reset

func (x *Value) Reset()

func (*Value) String

func (x *Value) String() string

type Value_BmsStateValue added in v0.3.2

type Value_BmsStateValue struct {
	BmsStateValue BMSStateValue `protobuf:"varint,15,opt,name=bms_state_value,json=bmsStateValue,proto3,enum=telemetry.vehicle_data.BMSStateValue,oneof"`
}

type Value_BooleanValue

type Value_BooleanValue struct {
	BooleanValue bool `protobuf:"varint,6,opt,name=boolean_value,json=booleanValue,proto3,oneof"`
}

type Value_BuckleStatusValue added in v0.3.2

type Value_BuckleStatusValue struct {
	BuckleStatusValue BuckleStatus `` /* 126-byte string literal not displayed */
}

type Value_CabinOverheatProtectionModeValue added in v0.4.0

type Value_CabinOverheatProtectionModeValue struct {
	CabinOverheatProtectionModeValue CabinOverheatProtectionModeState `` /* 178-byte string literal not displayed */
}

type Value_CabinOverheatProtectionTemperatureLimitValue added in v0.4.0

type Value_CabinOverheatProtectionTemperatureLimitValue struct {
	CabinOverheatProtectionTemperatureLimitValue ClimateOverheatProtectionTempLimit `` /* 205-byte string literal not displayed */
}

type Value_CableTypeValue added in v0.4.0

type Value_CableTypeValue struct {
	CableTypeValue CableType `protobuf:"varint,41,opt,name=cable_type_value,json=cableTypeValue,proto3,enum=telemetry.vehicle_data.CableType,oneof"`
}

type Value_CarTypeValue added in v0.3.2

type Value_CarTypeValue struct {
	CarTypeValue CarTypeValue `protobuf:"varint,17,opt,name=car_type_value,json=carTypeValue,proto3,enum=telemetry.vehicle_data.CarTypeValue,oneof"`
}

type Value_ChargePortLatchValue added in v0.3.2

type Value_ChargePortLatchValue struct {
	ChargePortLatchValue ChargePortLatchValue `` /* 141-byte string literal not displayed */
}

type Value_ChargePortValue added in v0.3.2

type Value_ChargePortValue struct {
	ChargePortValue ChargePortValue `protobuf:"varint,18,opt,name=charge_port_value,json=chargePortValue,proto3,enum=telemetry.vehicle_data.ChargePortValue,oneof"`
}

type Value_ChargeUnitPreferenceValue added in v0.4.1

type Value_ChargeUnitPreferenceValue struct {
	ChargeUnitPreferenceValue ChargeUnitPreference `` /* 151-byte string literal not displayed */
}

type Value_ChargingValue

type Value_ChargingValue struct {
	ChargingValue ChargingState `protobuf:"varint,8,opt,name=charging_value,json=chargingValue,proto3,enum=telemetry.vehicle_data.ChargingState,oneof"`
}

type Value_ClimateKeeperModeValue added in v0.4.0

type Value_ClimateKeeperModeValue struct {
	ClimateKeeperModeValue ClimateKeeperModeState `` /* 147-byte string literal not displayed */
}

type Value_DefrostModeValue added in v0.4.0

type Value_DefrostModeValue struct {
	DefrostModeValue DefrostModeState `` /* 128-byte string literal not displayed */
}

type Value_DetailedChargeStateValue added in v0.3.2

type Value_DetailedChargeStateValue struct {
	DetailedChargeStateValue DetailedChargeStateValue `` /* 153-byte string literal not displayed */
}

type Value_DisplayStateValue added in v0.4.0

type Value_DisplayStateValue struct {
	DisplayStateValue DisplayState `` /* 126-byte string literal not displayed */
}

type Value_DistanceUnitValue added in v0.4.1

type Value_DistanceUnitValue struct {
	DistanceUnitValue DistanceUnit `` /* 126-byte string literal not displayed */
}

type Value_DoorValue added in v0.3.2

type Value_DoorValue struct {
	DoorValue *Doors `protobuf:"bytes,21,opt,name=door_value,json=doorValue,proto3,oneof"`
}

type Value_DoubleValue

type Value_DoubleValue struct {
	DoubleValue float64 `protobuf:"fixed64,5,opt,name=double_value,json=doubleValue,proto3,oneof"`
}

type Value_DriveInverterStateValue added in v0.3.2

type Value_DriveInverterStateValue struct {
	DriveInverterStateValue DriveInverterState `` /* 145-byte string literal not displayed */
}

type Value_FastChargerValue added in v0.4.0

type Value_FastChargerValue struct {
	FastChargerValue FastCharger `protobuf:"varint,40,opt,name=fast_charger_value,json=fastChargerValue,proto3,enum=telemetry.vehicle_data.FastCharger,oneof"`
}

type Value_FloatValue

type Value_FloatValue struct {
	FloatValue float32 `protobuf:"fixed32,4,opt,name=float_value,json=floatValue,proto3,oneof"`
}

type Value_FollowDistanceValue added in v0.3.2

type Value_FollowDistanceValue struct {
	FollowDistanceValue FollowDistance `` /* 132-byte string literal not displayed */
}

type Value_ForwardCollisionSensitivityValue added in v0.3.2

type Value_ForwardCollisionSensitivityValue struct {
	ForwardCollisionSensitivityValue ForwardCollisionSensitivity `` /* 172-byte string literal not displayed */
}

type Value_GuestModeMobileAccessValue added in v0.3.2

type Value_GuestModeMobileAccessValue struct {
	GuestModeMobileAccessValue GuestModeMobileAccess `` /* 155-byte string literal not displayed */
}

type Value_HvacAutoModeValue added in v0.4.0

type Value_HvacAutoModeValue struct {
	HvacAutoModeValue HvacAutoModeState `` /* 132-byte string literal not displayed */
}

type Value_HvacPowerValue added in v0.4.0

type Value_HvacPowerValue struct {
	HvacPowerValue HvacPowerState `protobuf:"varint,38,opt,name=hvac_power_value,json=hvacPowerValue,proto3,enum=telemetry.vehicle_data.HvacPowerState,oneof"`
}

type Value_HvilStatusValue added in v0.3.2

type Value_HvilStatusValue struct {
	HvilStatusValue HvilStatus `protobuf:"varint,23,opt,name=hvil_status_value,json=hvilStatusValue,proto3,enum=telemetry.vehicle_data.HvilStatus,oneof"`
}

type Value_IntValue

type Value_IntValue struct {
	IntValue int32 `protobuf:"varint,2,opt,name=int_value,json=intValue,proto3,oneof"`
}

type Value_Invalid added in v0.3.1

type Value_Invalid struct {
	Invalid bool `protobuf:"varint,10,opt,name=invalid,proto3,oneof"`
}

type Value_LaneAssistLevelValue added in v0.3.2

type Value_LaneAssistLevelValue struct {
	LaneAssistLevelValue LaneAssistLevel `` /* 136-byte string literal not displayed */
}

type Value_LocationValue

type Value_LocationValue struct {
	LocationValue *LocationValue `protobuf:"bytes,7,opt,name=location_value,json=locationValue,proto3,oneof"`
}

type Value_LongValue

type Value_LongValue struct {
	LongValue int64 `protobuf:"varint,3,opt,name=long_value,json=longValue,proto3,oneof"`
}

type Value_MediaStatusValue added in v0.7.0

type Value_MediaStatusValue struct {
	MediaStatusValue MediaStatus `protobuf:"varint,53,opt,name=media_status_value,json=mediaStatusValue,proto3,enum=telemetry.vehicle_data.MediaStatus,oneof"`
}

type Value_PowershareStateValue added in v0.4.0

type Value_PowershareStateValue struct {
	PowershareStateValue PowershareState `` /* 135-byte string literal not displayed */
}

type Value_PowershareStopReasonValue added in v0.4.0

type Value_PowershareStopReasonValue struct {
	PowershareStopReasonValue PowershareStopReasonStatus `` /* 157-byte string literal not displayed */
}

type Value_PowershareTypeValue added in v0.4.0

type Value_PowershareTypeValue struct {
	PowershareTypeValue PowershareTypeStatus `` /* 138-byte string literal not displayed */
}

type Value_PressureUnitValue added in v0.4.1

type Value_PressureUnitValue struct {
	PressureUnitValue PressureUnit `` /* 126-byte string literal not displayed */
}

type Value_ScheduledChargingModeValue added in v0.3.2

type Value_ScheduledChargingModeValue struct {
	ScheduledChargingModeValue ScheduledChargingModeValue `` /* 159-byte string literal not displayed */
}

type Value_SeatFoldPositionValue added in v0.3.2

type Value_SeatFoldPositionValue struct {
	SeatFoldPositionValue SeatFoldPosition `` /* 139-byte string literal not displayed */
}

type Value_SentryModeStateValue added in v0.3.2

type Value_SentryModeStateValue struct {
	SentryModeStateValue SentryModeState `` /* 136-byte string literal not displayed */
}

type Value_ShiftStateValue

type Value_ShiftStateValue struct {
	ShiftStateValue ShiftState `protobuf:"varint,9,opt,name=shift_state_value,json=shiftStateValue,proto3,enum=telemetry.vehicle_data.ShiftState,oneof"`
}

type Value_SpeedAssistLevelValue added in v0.3.2

type Value_SpeedAssistLevelValue struct {
	SpeedAssistLevelValue SpeedAssistLevel `` /* 139-byte string literal not displayed */
}

type Value_StringValue

type Value_StringValue struct {
	StringValue string `protobuf:"bytes,1,opt,name=string_value,json=stringValue,proto3,oneof"`
}

type Value_SunroofInstalledStateValue added in v0.7.0

type Value_SunroofInstalledStateValue struct {
	SunroofInstalledStateValue SunroofInstalledState `` /* 154-byte string literal not displayed */
}

type Value_TemperatureUnitValue added in v0.4.1

type Value_TemperatureUnitValue struct {
	TemperatureUnitValue TemperatureUnit `` /* 135-byte string literal not displayed */
}

type Value_TimeValue added in v0.3.2

type Value_TimeValue struct {
	TimeValue *Time `protobuf:"bytes,31,opt,name=time_value,json=timeValue,proto3,oneof"`
}

type Value_TireLocationValue added in v0.4.0

type Value_TireLocationValue struct {
	TireLocationValue *TireLocation `protobuf:"bytes,39,opt,name=tire_location_value,json=tireLocationValue,proto3,oneof"`
}

type Value_TonneauPositionValue added in v0.4.0

type Value_TonneauPositionValue struct {
	TonneauPositionValue TonneauPositionState `` /* 140-byte string literal not displayed */
}

type Value_TonneauTentModeValue added in v0.4.0

type Value_TonneauTentModeValue struct {
	TonneauTentModeValue TonneauTentModeState `` /* 141-byte string literal not displayed */
}

type Value_TractorAirStatusValue added in v0.3.2

type Value_TractorAirStatusValue struct {
	TractorAirStatusValue TractorAirStatus `` /* 139-byte string literal not displayed */
}

type Value_TrailerAirStatusValue added in v0.3.2

type Value_TrailerAirStatusValue struct {
	TrailerAirStatusValue TrailerAirStatus `` /* 139-byte string literal not displayed */
}

type Value_TurnSignalStateValue added in v0.7.0

type Value_TurnSignalStateValue struct {
	TurnSignalStateValue TurnSignalState `` /* 136-byte string literal not displayed */
}

type Value_WindowStateValue added in v0.3.2

type Value_WindowStateValue struct {
	WindowStateValue WindowState `protobuf:"varint,24,opt,name=window_state_value,json=windowStateValue,proto3,enum=telemetry.vehicle_data.WindowState,oneof"`
}

type VehicleAlert

type VehicleAlert struct {
	Name      string                 `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Audiences []Audience             `protobuf:"varint,2,rep,packed,name=audiences,proto3,enum=telemetry.vehicle_alerts.Audience" json:"audiences,omitempty"`
	StartedAt *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=started_at,json=startedAt,proto3" json:"started_at,omitempty"`
	EndedAt   *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=ended_at,json=endedAt,proto3" json:"ended_at,omitempty"`
	// contains filtered or unexported fields
}

VehicleAlert is a single alert and is active if ended_at is nil.

func (*VehicleAlert) Descriptor deprecated

func (*VehicleAlert) Descriptor() ([]byte, []int)

Deprecated: Use VehicleAlert.ProtoReflect.Descriptor instead.

func (*VehicleAlert) GetAudiences

func (x *VehicleAlert) GetAudiences() []Audience

func (*VehicleAlert) GetEndedAt

func (x *VehicleAlert) GetEndedAt() *timestamppb.Timestamp

func (*VehicleAlert) GetName

func (x *VehicleAlert) GetName() string

func (*VehicleAlert) GetStartedAt

func (x *VehicleAlert) GetStartedAt() *timestamppb.Timestamp

func (*VehicleAlert) ProtoMessage

func (*VehicleAlert) ProtoMessage()

func (*VehicleAlert) ProtoReflect

func (x *VehicleAlert) ProtoReflect() protoreflect.Message

func (*VehicleAlert) Reset

func (x *VehicleAlert) Reset()

func (*VehicleAlert) String

func (x *VehicleAlert) String() string

type VehicleAlerts

type VehicleAlerts struct {
	Alerts    []*VehicleAlert        `protobuf:"bytes,1,rep,name=alerts,proto3" json:"alerts,omitempty"`
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	Vin       string                 `protobuf:"bytes,3,opt,name=vin,proto3" json:"vin,omitempty"`
	// contains filtered or unexported fields
}

VehicleAlerts is a collection of recent alerts.

func (*VehicleAlerts) Descriptor deprecated

func (*VehicleAlerts) Descriptor() ([]byte, []int)

Deprecated: Use VehicleAlerts.ProtoReflect.Descriptor instead.

func (*VehicleAlerts) GetAlerts

func (x *VehicleAlerts) GetAlerts() []*VehicleAlert

func (*VehicleAlerts) GetCreatedAt

func (x *VehicleAlerts) GetCreatedAt() *timestamppb.Timestamp

func (*VehicleAlerts) GetVin

func (x *VehicleAlerts) GetVin() string

func (*VehicleAlerts) ProtoMessage

func (*VehicleAlerts) ProtoMessage()

func (*VehicleAlerts) ProtoReflect

func (x *VehicleAlerts) ProtoReflect() protoreflect.Message

func (*VehicleAlerts) Reset

func (x *VehicleAlerts) Reset()

func (*VehicleAlerts) String

func (x *VehicleAlerts) String() string

type VehicleConnectivity added in v0.3.4

type VehicleConnectivity struct {
	Vin              string                 `protobuf:"bytes,1,opt,name=vin,proto3" json:"vin,omitempty"`
	ConnectionId     string                 `protobuf:"bytes,2,opt,name=connection_id,json=connectionId,proto3" json:"connection_id,omitempty"`
	Status           ConnectivityEvent      `protobuf:"varint,3,opt,name=status,proto3,enum=telemetry.vehicle_connectivity.ConnectivityEvent" json:"status,omitempty"`
	CreatedAt        *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	NetworkInterface string                 `protobuf:"bytes,5,opt,name=network_interface,json=networkInterface,proto3" json:"network_interface,omitempty"`
	// contains filtered or unexported fields
}

VehicleConnectivity represents connection status change for the vehicle

func (*VehicleConnectivity) Descriptor deprecated added in v0.3.4

func (*VehicleConnectivity) Descriptor() ([]byte, []int)

Deprecated: Use VehicleConnectivity.ProtoReflect.Descriptor instead.

func (*VehicleConnectivity) GetConnectionId added in v0.3.4

func (x *VehicleConnectivity) GetConnectionId() string

func (*VehicleConnectivity) GetCreatedAt added in v0.3.4

func (x *VehicleConnectivity) GetCreatedAt() *timestamppb.Timestamp

func (*VehicleConnectivity) GetNetworkInterface added in v0.4.0

func (x *VehicleConnectivity) GetNetworkInterface() string

func (*VehicleConnectivity) GetStatus added in v0.3.4

func (x *VehicleConnectivity) GetStatus() ConnectivityEvent

func (*VehicleConnectivity) GetVin added in v0.3.4

func (x *VehicleConnectivity) GetVin() string

func (*VehicleConnectivity) ProtoMessage added in v0.3.4

func (*VehicleConnectivity) ProtoMessage()

func (*VehicleConnectivity) ProtoReflect added in v0.3.4

func (x *VehicleConnectivity) ProtoReflect() protoreflect.Message

func (*VehicleConnectivity) Reset added in v0.3.4

func (x *VehicleConnectivity) Reset()

func (*VehicleConnectivity) String added in v0.3.4

func (x *VehicleConnectivity) String() string

type VehicleError

type VehicleError struct {
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	Name      string                 `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Tags      map[string]string      `` /* 149-byte string literal not displayed */
	Body      string                 `protobuf:"bytes,4,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

VehicleError is a single error

func (*VehicleError) Descriptor deprecated

func (*VehicleError) Descriptor() ([]byte, []int)

Deprecated: Use VehicleError.ProtoReflect.Descriptor instead.

func (*VehicleError) GetBody

func (x *VehicleError) GetBody() string

func (*VehicleError) GetCreatedAt

func (x *VehicleError) GetCreatedAt() *timestamppb.Timestamp

func (*VehicleError) GetName

func (x *VehicleError) GetName() string

func (*VehicleError) GetTags

func (x *VehicleError) GetTags() map[string]string

func (*VehicleError) ProtoMessage

func (*VehicleError) ProtoMessage()

func (*VehicleError) ProtoReflect

func (x *VehicleError) ProtoReflect() protoreflect.Message

func (*VehicleError) Reset

func (x *VehicleError) Reset()

func (*VehicleError) String

func (x *VehicleError) String() string

type VehicleErrors

type VehicleErrors struct {
	Errors    []*VehicleError        `protobuf:"bytes,1,rep,name=errors,proto3" json:"errors,omitempty"`
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	Vin       string                 `protobuf:"bytes,3,opt,name=vin,proto3" json:"vin,omitempty"`
	// contains filtered or unexported fields
}

VehicleErrors is a collection of errors for a single vehicle.

func (*VehicleErrors) Descriptor deprecated

func (*VehicleErrors) Descriptor() ([]byte, []int)

Deprecated: Use VehicleErrors.ProtoReflect.Descriptor instead.

func (*VehicleErrors) GetCreatedAt

func (x *VehicleErrors) GetCreatedAt() *timestamppb.Timestamp

func (*VehicleErrors) GetErrors

func (x *VehicleErrors) GetErrors() []*VehicleError

func (*VehicleErrors) GetVin

func (x *VehicleErrors) GetVin() string

func (*VehicleErrors) ProtoMessage

func (*VehicleErrors) ProtoMessage()

func (*VehicleErrors) ProtoReflect

func (x *VehicleErrors) ProtoReflect() protoreflect.Message

func (*VehicleErrors) Reset

func (x *VehicleErrors) Reset()

func (*VehicleErrors) String

func (x *VehicleErrors) String() string

type VehicleMetrics

type VehicleMetrics struct {
	Metrics   []*Metric              `protobuf:"bytes,1,rep,name=metrics,proto3" json:"metrics,omitempty"`
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	Vin       string                 `protobuf:"bytes,3,opt,name=vin,proto3" json:"vin,omitempty"`
	// contains filtered or unexported fields
}

VehicleMetrics is a collection of metrics for a single vehicle.

func (*VehicleMetrics) Descriptor deprecated

func (*VehicleMetrics) Descriptor() ([]byte, []int)

Deprecated: Use VehicleMetrics.ProtoReflect.Descriptor instead.

func (*VehicleMetrics) GetCreatedAt

func (x *VehicleMetrics) GetCreatedAt() *timestamppb.Timestamp

func (*VehicleMetrics) GetMetrics

func (x *VehicleMetrics) GetMetrics() []*Metric

func (*VehicleMetrics) GetVin

func (x *VehicleMetrics) GetVin() string

func (*VehicleMetrics) ProtoMessage

func (*VehicleMetrics) ProtoMessage()

func (*VehicleMetrics) ProtoReflect

func (x *VehicleMetrics) ProtoReflect() protoreflect.Message

func (*VehicleMetrics) Reset

func (x *VehicleMetrics) Reset()

func (*VehicleMetrics) String

func (x *VehicleMetrics) String() string

type WindowState added in v0.3.2

type WindowState int32
const (
	WindowState_WindowStateUnknown       WindowState = 0
	WindowState_WindowStateClosed        WindowState = 1
	WindowState_WindowStatePartiallyOpen WindowState = 2
	WindowState_WindowStateOpened        WindowState = 3
)

func (WindowState) Descriptor added in v0.3.2

func (WindowState) Enum added in v0.3.2

func (x WindowState) Enum() *WindowState

func (WindowState) EnumDescriptor deprecated added in v0.3.2

func (WindowState) EnumDescriptor() ([]byte, []int)

Deprecated: Use WindowState.Descriptor instead.

func (WindowState) Number added in v0.3.2

func (x WindowState) Number() protoreflect.EnumNumber

func (WindowState) String added in v0.3.2

func (x WindowState) String() string

func (WindowState) Type added in v0.3.2

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL