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

This commit is contained in:
2025-06-01 15:49:23 -04:00
parent 265fe89b03
commit 38d884e450

View File

@ -615,6 +615,8 @@ func (v *Vehicle) GetVehicleStatus() {
val.Field(i).Interface() == "-64" ||
val.Field(i).Interface() == "" ||
val.Field(i).Interface() == 0 ||
val.Field(i).Interface() == float64(0) ||
(val.Field(i).Interface() == 101 && typeOfS.Field(i).Name == "RemainingFuelPercent") ||
val.Field(i).Interface() == nil {
continue
}