More changes
All checks were successful
Golan Testing / testing (1.24.x, ubuntu-latest) (push) Successful in 26s
All checks were successful
Golan Testing / testing (1.24.x, ubuntu-latest) (push) Successful in 26s
This commit is contained in:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user