Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 61b24e3a authored by Steve Paik's avatar Steve Paik
Browse files

Add PERF_VEHICLE_SPEED_DISPLAY

Bug: 110881960
Test: none
Change-Id: I486d71bb00e2d943293e5e5567f4dbb0c35e39b0
parent 405b84c4
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -305,6 +305,22 @@ enum VehicleProperty : int32_t {
        | VehiclePropertyType:FLOAT
        | VehicleArea:GLOBAL),

    /**
     * Speed of the vehicle for displays
     *
     * Some cars display a slightly slower speed than the actual speed.  This is
     * usually displayed on the speedometer.
     *
     * @change_mode VehiclePropertyChangeMode:CONTINUOUS
     * @access VehiclePropertyAccess:READ
     * @unit VehicleUnit:METER_PER_SEC
     */
    PERF_VEHICLE_SPEED_DISPLAY = (
        0x0208
        | VehiclePropertyGroup:SYSTEM
        | VehiclePropertyType:FLOAT
        | VehicleArea:GLOBAL),

    /**
     * Temperature of engine coolant
     *