Merge "Added min/max rates for EV_CHARGE_TIME_REMAINING" into tm-dev am: 94b57a5d01 am: b11ca1a607

Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/17891494

Change-Id: Ib62877221f538c69f32c55326ca952267d48e308
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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}}},