fuelLevelLow

open override val fuelLevelLow: Flow<Boolean>

Corresponds to the low fuel warning on the dashboard Once is set, it should not be cleared until more fuel is 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 solely 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.