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

Commit 4e9b13a0 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 5590748 from a02d613b to qt-c2f2-release

Change-Id: Icbea950571f4852239176ac7f486298c463b43aa
parents a7642c16 a02d613b
Loading
Loading
Loading
Loading
+15 −1
Original line number Diff line number Diff line
@@ -641,7 +641,9 @@ enum VehicleProperty : int32_t {
    /**
     * Night mode
     *
     * True indicates that night mode is currently enabled.
     * True indicates that the night mode sensor has detected that the car cabin environment has
     * low light. The platform could use this, for example, to enable appropriate UI for
     * better viewing in dark or low light environments.
     *
     * @change_mode VehiclePropertyChangeMode:ON_CHANGE
     * @access VehiclePropertyAccess:READ
@@ -983,6 +985,10 @@ enum VehicleProperty : int32_t {
     *
     * Indicates whether the vehicle is displaying temperature to the user as
     * Celsius or Fahrenheit.
     * VehiclePropConfig.configArray is used to indicate the supported temperature display units.
     * For example: configArray[0] = CELSIUS
     *              configArray[1] = FAHRENHEIT
     *
     * This parameter MAY be used for displaying any HVAC temperature in the system.
     * Values must be one of VehicleUnit::CELSIUS or VehicleUnit::FAHRENHEIT
     * Note that internally, all temperatures are represented in floating point Celsius.
@@ -2792,6 +2798,14 @@ struct VehicleAreaConfig {
     */
    int32_t areaId;

    /**
     * If the property has @data_enum, leave the range to zero.
     *
     * Range will be ignored in the following cases:
     *    - The VehiclePropertyType is not INT32, INT64 or FLOAT.
     *    - Both of min value and max value are zero.
     */

    int32_t minInt32Value;
    int32_t maxInt32Value;