commit | fdf818ffce0ba1d469a712a8943a561387092f93 | [log] [tgz] |
---|---|---|
author | Tyler Trephan <tylertrephan@google.com> | Wed Apr 13 19:46:48 2022 +0000 |
committer | Tyler Trephan <tylertrephan@google.com> | Wed Apr 13 19:49:17 2022 +0000 |
tree | 62166608a48cf9c9affe1815dbf3e01cc5d74955 | |
parent | 3c25334fccbfea52781152d0a6bc0a0335d66a37 [diff] |
Updated EV_CHARGE_CURRENT_DRAW_LIMIT config array Test: atest CarPropertyManagerTest Bug: 229118601 Change-Id: If894454260852a1c7fa7ebfb3cf98682120bb397
diff --git a/automotive/vehicle/aidl/impl/default_config/include/DefaultConfig.h b/automotive/vehicle/aidl/impl/default_config/include/DefaultConfig.h index fda0da9..4d96fd3 100644 --- a/automotive/vehicle/aidl/impl/default_config/include/DefaultConfig.h +++ b/automotive/vehicle/aidl/impl/default_config/include/DefaultConfig.h
@@ -292,8 +292,9 @@ .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 = {