Skip to content

Commit

Permalink
Add ConsumptionSinceLastRefuel
Browse files Browse the repository at this point in the history
Signed-off-by: Insang Jang <[email protected]>
  • Loading branch information
CoffeeMoneyMakers committed Oct 24, 2024
1 parent c3d18bd commit 1453bfc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions spec/Powertrain/FuelSystem.vspec
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,13 @@ ConsumptionSinceStart:
A trip is considered to end when engine is no longer enabled.
The signal may however keep the value of the last trip until a new trip is started.

ConsumptionSinceLastRefuel:
datatype: float
type: sensor
unit: l
description: Fuel consumption since last refueling.
comment: Amount of fuel consumed since last refueling.

IsEngineStopStartEnabled:
datatype: boolean
type: sensor
Expand Down

0 comments on commit 1453bfc

Please sign in to comment.