mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Updated HVAC_SIDE_MIRROR_HEAT with a more realistic config am: 7073d3faf7 am: 5446412cbc
Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/19442366 Change-Id: Ib9ceb323428dcc91567542cb8e3005e867b145d9 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -721,17 +721,12 @@ const std::vector<ConfigDeclaration> kVehicleProperties = {
|
||||
.access = VehiclePropertyAccess::READ_WRITE,
|
||||
.changeMode = VehiclePropertyChangeMode::ON_CHANGE,
|
||||
.areaConfigs = {VehicleAreaConfig{
|
||||
.areaId = toInt(VehicleAreaMirror::DRIVER_LEFT),
|
||||
.minInt32Value = 0,
|
||||
.maxInt32Value = 2,
|
||||
},
|
||||
VehicleAreaConfig{
|
||||
.areaId = toInt(VehicleAreaMirror::DRIVER_RIGHT),
|
||||
.minInt32Value = 0,
|
||||
.maxInt32Value = 2,
|
||||
}}},
|
||||
.initialAreaValues = {{toInt(VehicleAreaMirror::DRIVER_LEFT), {.int32Values = {2}}},
|
||||
{toInt(VehicleAreaMirror::DRIVER_RIGHT), {.int32Values = {1}}}}},
|
||||
.areaId = toInt(VehicleAreaMirror::DRIVER_LEFT) |
|
||||
toInt(VehicleAreaMirror::DRIVER_RIGHT),
|
||||
.minInt32Value = 0,
|
||||
.maxInt32Value = 2,
|
||||
}}},
|
||||
.initialValue = {.int32Values = {0}}},
|
||||
|
||||
{.config = {.prop = toInt(VehicleProperty::HVAC_TEMPERATURE_SET),
|
||||
.access = VehiclePropertyAccess::READ_WRITE,
|
||||
|
||||
Reference in New Issue
Block a user