Package com.highmobility.autoapi.value
Enum Class Event
- All Implemented Interfaces:
ByteEnum,Serializable,Comparable<Event>,Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionTriggered when accident assistance call is triggered, either manually by the driver or automatically by the vehicle.Sent when the authorization status changes.Triggered when the 12V battery runs lowTriggered when the driver calls the roadside assistance service.Triggered when the warning/malfunction indicator lights change.Triggered when intelligent emergency call is triggered.Triggered when the engine state changes.Triggered when the vehicle fleet clearance has changed.Triggered when the ignition state changes, e.g.Triggered when the property "condition_based_services" in Maintenance capability changes.Sent every time when the webhook is configured or changed.Indicates a seat belt is buckled while the vehicle is moving.Sent when the tire pressure changed to low or too high.Sent when a vehicle ends a trip.Sent every time a vehicle starts a trip.Sent when the vehicle location changes. -
Method Summary
-
Enum Constant Details
-
PING
Sent every time when the webhook is configured or changed. -
TRIP_STARTED
Sent every time a vehicle starts a trip. -
TRIP_ENDED
Sent when a vehicle ends a trip. -
VEHICLE_LOCATION_CHANGED
Sent when the vehicle location changes. -
AUTHORIZATION_CHANGED
Sent when the authorization status changes. -
TIRE_PRESSURE_CHANGED
Sent when the tire pressure changed to low or too high. -
SEAT_BELT_TRIGGERED
Indicates a seat belt is buckled while the vehicle is moving. -
MAINTENANCE_CHANGED
Triggered when the property "condition_based_services" in Maintenance capability changes. -
DASHBOARD_LIGHTS_CHANGED
Triggered when the warning/malfunction indicator lights change. -
IGNITION_CHANGED
Triggered when the ignition state changes, e.g. at the beginning and the end of a trip. -
ACCIDENT_REPORTED
Triggered when accident assistance call is triggered, either manually by the driver or automatically by the vehicle. -
EMERGENCY_REPORTED
Triggered when intelligent emergency call is triggered. -
BREAKDOWN_REPORTED
Triggered when the driver calls the roadside assistance service. -
BATTERY_GUARD_WARNING
Triggered when the 12V battery runs low -
ENGINE_CHANGED
Triggered when the engine state changes. -
FLEET_CLEARANCE_CHANGED
Triggered when the vehicle fleet clearance has changed.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
fromByte
- Throws:
CommandParseException
-
getByte
public byte getByte()
-