commit | 94b57a5d0136f50769ee3e5d3d9188ca86a87f6d | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Fri Apr 22 16:26:28 2022 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Fri Apr 22 16:26:28 2022 +0000 |
tree | f1e4f4692201ff422177affa78ddfabf48c1a770 | |
parent | c495886f97cd4c2d35bf7a8034d1985c6759f782 [diff] | |
parent | e438bd358b52470b62afb6af0a08c76c7a40e58f [diff] |
Merge "Added min/max rates for EV_CHARGE_TIME_REMAINING" into tm-dev
diff --git a/automotive/vehicle/aidl/impl/default_config/include/DefaultConfig.h b/automotive/vehicle/aidl/impl/default_config/include/DefaultConfig.h index 4d96fd3..5a579f1 100644 --- a/automotive/vehicle/aidl/impl/default_config/include/DefaultConfig.h +++ b/automotive/vehicle/aidl/impl/default_config/include/DefaultConfig.h
@@ -326,6 +326,8 @@ .prop = toInt(VehicleProperty::EV_CHARGE_TIME_REMAINING), .access = VehiclePropertyAccess::READ, .changeMode = VehiclePropertyChangeMode::CONTINUOUS, + .minSampleRate = 1.0f, + .maxSampleRate = 10.0f, }, .initialValue = {.int32Values = {20}}},