More changes
All checks were successful
Golan Testing / testing (1.24.x, ubuntu-latest) (push) Successful in 25s

This commit is contained in:
2025-06-03 19:06:33 -04:00
parent b0d874ec94
commit ac8efafe29
2 changed files with 24 additions and 38 deletions

View File

@ -135,24 +135,24 @@ var features = map[string]string{
}
var troubles = map[string]string{
"SRS_MIL": "Airbag System",
"AWD_MIL": "All-Wheel Drive / Symmetrical Full-Time ",
"ABS_MIL": "Anti-Lock Braking System",
"ISS_MIL": "Auto Start Stop (Idling Stop System)",
"AHBL_MIL": "Automatic Headlight Beam Leveler",
"ATF_MIL": "Automatic Transmission Oil Temperature",
"AWD_MIL": "Symmetrical Full-Time AWD",
"EBD_MIL": "Brake System / Electronic Brake Force Distribution",
"BSDRCT_MIL": "Blind-Spot Detection",
"CEL_MIL": "Check Engine Light",
"EBD_MIL": "Electronic Brake Force Distribution",
"EOL_MIL": "Engine Oil Level",
"EPAS_MIL": "Electric Power Assisted Steering",
"EPB_MIL": "Parking Brake",
"ESS_MIL": "EyeSight Exclusive Advanced Driver-Assist System",
"ISS_MIL": "iss",
"TEL_MIL": "MySubau Emergency Services",
"EPB_MIL": "Parking Brake",
"OPL_MIL": "Oil Pressure",
"EPAS_MIL": "Power Steering / Electric Power Assisted Steering",
"RAB_MIL": "Reverse Auto Braking",
"SRH_MIL": "Steering Responsive Headlights",
"SRS_MIL": "Airbag System",
"TEL_MIL": "telematics",
"TPMS_MIL": "tpms",
"SRH_MIL": "Steering Responsive Headlights (SRH)",
"TPMS_MIL": "Tire Pressure",
"VDC_MIL": "Vehicle Dynamics Control",
"WASH_MIL": "Windshield Washer Fluid Level",
}