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:
@ -718,7 +718,7 @@ func (v *Vehicle) GetVehicleHealth() {
|
||||
// v.client.logger.Debug("http request output", "request", "GetVehicleHealth", "vehicle health", vh)
|
||||
|
||||
for i, vhi := range vh.VehicleHealthItems {
|
||||
v.client.logger.Debug("vehicle health item", "id", i, "item", vhi)
|
||||
// v.client.logger.Debug("vehicle health item", "id", i, "item", vhi)
|
||||
if vhi.IsTrouble {
|
||||
if _, ok := troubles[vhi.FeatureCode]; ok {
|
||||
v.client.logger.Debug("found troubled vehicle health item", "id", i, "item", vhi)
|
||||
|
Reference in New Issue
Block a user