From 18303025a08cc12c013d1a135ace9621b56f47be Mon Sep 17 00:00:00 2001 From: Luis Oliveira Date: Wed, 5 Nov 2025 18:34:24 +0000 Subject: [PATCH 1/3] IsPluggedIn VSS naming --- spec/OBD/OBD.vspec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/spec/OBD/OBD.vspec b/spec/OBD/OBD.vspec index 849d01117..0f51c3435 100644 --- a/spec/OBD/OBD.vspec +++ b/spec/OBD/OBD.vspec @@ -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 From 2714a8bbda81d8b506ea090e6cf0bda637d4036d Mon Sep 17 00:00:00 2001 From: Luis Oliveira Date: Wed, 5 Nov 2025 20:29:23 +0000 Subject: [PATCH 2/3] Identation fixes --- spec/OBD/OBD.vspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spec/OBD/OBD.vspec b/spec/OBD/OBD.vspec index 0f51c3435..58ae94b05 100644 --- a/spec/OBD/OBD.vspec +++ b/spec/OBD/OBD.vspec @@ -173,9 +173,9 @@ AirStatus: description: PID 12 - Secondary air status IsPluggedIn: - datatype: boolean - type: sensor - description: Aftermarket device Plugged in status. 1 = device plugged in, 0 = device unplugged. + 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 From d2d12f563e02ed63c949336a3bcd724e7557de09 Mon Sep 17 00:00:00 2001 From: Luis Oliveira Date: Wed, 5 Nov 2025 20:30:42 +0000 Subject: [PATCH 3/3] Capitalization --- spec/OBD/OBD.vspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/OBD/OBD.vspec b/spec/OBD/OBD.vspec index 58ae94b05..5dcd50ca0 100644 --- a/spec/OBD/OBD.vspec +++ b/spec/OBD/OBD.vspec @@ -175,7 +175,7 @@ AirStatus: IsPluggedIn: datatype: boolean type: sensor - description: Aftermarket device Plugged in status. 1 = device plugged in, 0 = device unplugged. + 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