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
This commit is contained in:
committed by
Android (Google) Code Review
commit
5d66c5fad1
@@ -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