mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Merge "Updated EV_CHARGE_CURRENT_DRAW_LIMIT config array" into tm-dev am: 5d66c5fad1 am: 04342432d8
Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/17746958 Change-Id: If671b13595cdf2e69635873fea68e8641968b822 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -292,8 +292,9 @@ const std::vector<ConfigDeclaration> kVehicleProperties = {
|
||||
.prop = toInt(VehicleProperty::EV_CHARGE_CURRENT_DRAW_LIMIT),
|
||||
.access = VehiclePropertyAccess::READ_WRITE,
|
||||
.changeMode = VehiclePropertyChangeMode::ON_CHANGE,
|
||||
.configArray = {/*max current draw allowed by vehicle in amperes=*/20},
|
||||
},
|
||||
.initialValue = {.floatValues = {(float)VehicleUnit::AMPERE}}},
|
||||
.initialValue = {.floatValues = {(float)12.5}}},
|
||||
|
||||
{.config =
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user