Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions spec/OBD/OBD.vspec
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,12 @@ DistanceWithMIL:
unit: km
description: PID 21 - Distance traveled with MIL on

FuelRailPressure:
datatype: float
type: sensor
unit: kPa
description: Fuel rail pressure from OBD. Uses PID 0x22 (fuel rail pressure relative to manifold vacuum) when available, otherwise falls back to PID 0x23 (fuel rail pressure direct injection).

FuelRailPressureVac:
datatype: float
type: sensor
Expand Down
Loading