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

Commit b4a1c64a authored by Yu Shan's avatar Yu Shan
Browse files

Update doc for HVAC_FAN_DIRECTION.

Test: None
Bug: 371636116
Flag: EXEMPT no code change
Change-Id: Ibc1e804824a0d68178ce6500e8a662c068a0469d
parent 2ab3af86
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -322,7 +322,7 @@
                    "VehicleHvacFanDirection"
                ],
                "data_enum": "VehicleHvacFanDirection",
                "description": "Fan direction setting\nThis property is defined as VehiclePropertyAccess.READ_WRITE, but OEMs have the option to implement it as VehiclePropertyAccess.READ only."
                "description": "Fan direction setting\nThis property is defined as VehiclePropertyAccess.READ_WRITE, but OEMs have the option to implement it as VehiclePropertyAccess.READ only.\nThe supported hvac fan direction is exposed through {@code HVAC_FAN_DIRECTION_AVAILABLE} property. Caller should not call {@code getSupportedValuesList}, or use {@code VehicleAreaConfig#supportedEnumValues}."
            },
            {
                "name": "HVAC current temperature.",
+4 −0
Original line number Diff line number Diff line
@@ -959,6 +959,10 @@ enum VehicleProperty {
     * This property is defined as VehiclePropertyAccess.READ_WRITE, but OEMs have the option to
     * implement it as VehiclePropertyAccess.READ only.
     *
     * The supported hvac fan direction is exposed through {@code HVAC_FAN_DIRECTION_AVAILABLE}
     * property. Caller should not call {@code getSupportedValuesList}, or use
     * {@code VehicleAreaConfig#supportedEnumValues}.
     *
     * @change_mode VehiclePropertyChangeMode.ON_CHANGE
     * @access VehiclePropertyAccess.READ_WRITE
     * @access VehiclePropertyAccess.READ