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
5 changes: 5 additions & 0 deletions spec/OBD/OBD.vspec
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,11 @@ AirStatus:
type: sensor
description: PID 12 - Secondary air status

IsPluggedIn:
datatype: boolean
type: sensor
description: Aftermarket device plugged in status. 1 = device plugged in, 0 = device unplugged.

# OBD supports reporting of up to 8 oxygen sensors
# PID 13 or PID 1D can be used as bitmasks to define logical location of the sensors
# Example 1: PID 13 = 0x11 means that PID 14 and PID 18 shall be present
Expand Down
Loading