Add new feature status mappings and update run time validation in vehicle functions
All checks were successful
Golan Testing / testing (1.24.x, ubuntu-latest) (push) Successful in 23s

This commit is contained in:
2025-07-21 19:11:31 -04:00
parent 3809ed5883
commit 0e5b9aae19
2 changed files with 8 additions and 12 deletions

View File

@ -161,6 +161,12 @@ var features = map[string]string{
"RCC": "Remote Climate Control",
"ACCS": "Adaptive Cruise Control",
"SXM360L": "SiriusXM with 360L",
"WDWSTAT": "Window Status",
"MOONSTAT": "Moonroof Status",
"RTGU": "Remote Trunk / Rear Gate Unlock",
"RVFS": "Remote Vehicle Find System",
"TLD": "Tire Pressure Low Detection",
"DOOR_LU_STAT": "Door Lock/Unlock Status",
}
var troubles = map[string]string{