mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "Added min/max rates for EV_CHARGE_TIME_REMAINING" into tm-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
94b57a5d01
@@ -326,6 +326,8 @@ const std::vector<ConfigDeclaration> kVehicleProperties = {
|
||||
.prop = toInt(VehicleProperty::EV_CHARGE_TIME_REMAINING),
|
||||
.access = VehiclePropertyAccess::READ,
|
||||
.changeMode = VehiclePropertyChangeMode::CONTINUOUS,
|
||||
.minSampleRate = 1.0f,
|
||||
.maxSampleRate = 10.0f,
|
||||
},
|
||||
.initialValue = {.int32Values = {20}}},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user