Skip to content

Commit 2c2353d

Browse files
author
Brendan Whitfield
committed
fixed escaping issue with <> by using italics instead
1 parent a702e5e commit 2c2353d

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

docs/Command Tables.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ obd.commands.has_pid(1, 12) # True
6767
|----|---------------------------|-----------------------------------------|
6868
| 00 | PIDS_A | Supported PIDs [01-20] |
6969
| 01 | STATUS | Status since DTCs cleared |
70-
| 02 | \<unsupported\> | \<unsupported\> |
70+
| 02 | *unsupported* | *unsupported* |
7171
| 03 | FUEL_STATUS | Fuel System Status |
7272
| 04 | ENGINE_LOAD | Calculated Engine Load |
7373
| 05 | COOLANT_TEMP | Engine Coolant Temperature |
@@ -84,7 +84,7 @@ obd.commands.has_pid(1, 12) # True
8484
| 10 | MAF | Air Flow Rate (MAF) |
8585
| 11 | THROTTLE_POS | Throttle Position |
8686
| 12 | AIR_STATUS | Secondary Air Status |
87-
| 13 | \<unsupported\> | \<unsupported\> |
87+
| 13 | *unsupported* | *unsupported* |
8888
| 14 | O2_B1S1 | O2: Bank 1 - Sensor 1 Voltage |
8989
| 15 | O2_B1S2 | O2: Bank 1 - Sensor 2 Voltage |
9090
| 16 | O2_B1S3 | O2: Bank 1 - Sensor 3 Voltage |
@@ -94,8 +94,8 @@ obd.commands.has_pid(1, 12) # True
9494
| 1A | O2_B2S3 | O2: Bank 2 - Sensor 3 Voltage |
9595
| 1B | O2_B2S4 | O2: Bank 2 - Sensor 4 Voltage |
9696
| 1C | OBD_COMPLIANCE | OBD Standards Compliance |
97-
| 1D | \<unsupported\> | \<unsupported\> |
98-
| 1E | \<unsupported\> | \<unsupported\> |
97+
| 1D | *unsupported* | *unsupported* |
98+
| 1E | *unsupported* | *unsupported* |
9999
| 1F | RUN_TIME | Engine Run Time |
100100
| 20 | PIDS_B | Supported PIDs [21-40] |
101101
| 21 | DISTANCE_W_MIL | Distance Traveled with MIL on |
@@ -130,10 +130,10 @@ obd.commands.has_pid(1, 12) # True
130130
| 3E | CATALYST_TEMP_B1S2 | Catalyst Temperature: Bank 1 - Sensor 2 |
131131
| 3F | CATALYST_TEMP_B2S2 | Catalyst Temperature: Bank 2 - Sensor 2 |
132132
| 40 | PIDS_C | Supported PIDs [41-60] |
133-
| 41 | \<unsupported\> | \<unsupported\> |
134-
| 42 | \<unsupported\> | \<unsupported\> |
135-
| 43 | \<unsupported\> | \<unsupported\> |
136-
| 44 | \<unsupported\> | \<unsupported\> |
133+
| 41 | *unsupported* | *unsupported* |
134+
| 42 | *unsupported* | *unsupported* |
135+
| 43 | *unsupported* | *unsupported* |
136+
| 44 | *unsupported* | *unsupported* |
137137
| 45 | RELATIVE_THROTTLE_POS | Relative throttle position |
138138
| 46 | AMBIANT_AIR_TEMP | Ambient air temperature |
139139
| 47 | THROTTLE_POS_B | Absolute throttle position B |
@@ -144,7 +144,7 @@ obd.commands.has_pid(1, 12) # True
144144
| 4C | THROTTLE_ACTUATOR | Commanded throttle actuator |
145145
| 4D | RUN_TIME_MIL | Time run with MIL on |
146146
| 4E | TIME_SINCE_DTC_CLEARED | Time since trouble codes cleared |
147-
| 4F | \<unsupported\> | \<unsupported\> |
147+
| 4F | *unsupported* | *unsupported* |
148148
| 50 | MAX_MAF | Maximum value for mass air flow sensor |
149149
| 51 | FUEL_TYPE | Fuel Type |
150150
| 52 | ETHANOL_PERCENT | Ethanol Fuel Percent |
@@ -160,7 +160,7 @@ obd.commands.has_pid(1, 12) # True
160160
| 5C | OIL_TEMP | Engine oil temperature |
161161
| 5D | FUEL_INJECT_TIMING | Fuel injection timing |
162162
| 5E | FUEL_RATE | Engine fuel rate |
163-
| 5F | \<unsupported\> | \<unsupported\> |
163+
| 5F | *unsupported* | *unsupported* |
164164

165165
<br>
166166

0 commit comments

Comments
 (0)