More changes
All checks were successful
Golan Testing / testing (1.24.x, ubuntu-latest) (push) Successful in 23s
All checks were successful
Golan Testing / testing (1.24.x, ubuntu-latest) (push) Successful in 23s
This commit is contained in:
12
consts.go
12
consts.go
@ -157,6 +157,18 @@ var troubles = map[string]string{
|
||||
"WASH_MIL": "Windshield Washer Fluid Level",
|
||||
}
|
||||
|
||||
var badValues = []any{
|
||||
"NOT_EQUIPPED",
|
||||
"UNKNOWN",
|
||||
"None",
|
||||
"16383",
|
||||
"65535",
|
||||
"-64",
|
||||
"",
|
||||
0,
|
||||
float64(0),
|
||||
nil}
|
||||
|
||||
// var modelCodes = map[string]string{
|
||||
// "PDL": "Subaru Outback Touring XT",
|
||||
// "LDJ": "Subaru Outback Limited XT",
|
||||
|
Reference in New Issue
Block a user