mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "Updated EV_CHARGE_CURRENT_DRAW_LIMIT config array" into tm-dev am: 5d66c5fad1
Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/17746958 Change-Id: I818d0ee0a7257f5bb19aa12b4f51330d507e8351 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