From 4569ca2f886310112e6e696062da373e8474bc3a Mon Sep 17 00:00:00 2001 From: Steve Paik Date: Mon, 20 Aug 2018 18:30:12 -0700 Subject: [PATCH] Add detail to FUEL_LEVEL_LOW to include all energy types Bug: 109700633 Bug: 109740025 Test: Comment change only Change-Id: Ief87c4a82d965187f0d8f00fd226e4d539c58643 (cherry picked from commit 9108bc896655541d087dc3a457e8429f45b9d8eb) --- automotive/vehicle/2.0/types.hal | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/automotive/vehicle/2.0/types.hal b/automotive/vehicle/2.0/types.hal index 48b2ec28ea..7fe8377b5a 100644 --- a/automotive/vehicle/2.0/types.hal +++ b/automotive/vehicle/2.0/types.hal @@ -603,7 +603,13 @@ enum VehicleProperty : int32_t { * * This property corresponds to the low fuel warning on the dashboard. * Once FUEL_LEVEL_LOW is set, it should not be cleared until more fuel is - * added to the vehicle. + * added to the vehicle. This property may take into account all fuel + * sources for a vehicle - for example: + * + * For a gas powered vehicle, this property is based soley on gas level. + * For a battery powered vehicle, this property is based solely on battery level. + * For a hybrid vehicle, this property may be based on the combination of gas and battery + * levels, at the OEM's discretion. * * @change_mode VehiclePropertyChangeMode:ON_CHANGE * @access VehiclePropertyAccess:READ