More changes
All checks were successful
Golan Testing / testing (1.24.x, ubuntu-latest) (push) Successful in 24s
All checks were successful
Golan Testing / testing (1.24.x, ubuntu-latest) (push) Successful in 24s
This commit is contained in:
@ -520,7 +520,7 @@ func (v *Vehicle) GetClimateQuickPresets() {
|
||||
result := re1.ReplaceAllString(string(tmp.Data), "")
|
||||
v.client.logger.Debug("quick climate preset after trimming #1", "request", "GetClimateQuickPresets", "body", result)
|
||||
re2 := regexp.MustCompile(`\\`)
|
||||
result = re2.ReplaceAllString(result, ``) // \u0022
|
||||
result = re2.ReplaceAllString(result, `"`) // \u0022
|
||||
v.client.logger.Debug("quick climate preset after trimming #2", "request", "GetClimateQuickPresets", "body", result)
|
||||
|
||||
var cProfile ClimateProfile
|
||||
|
Reference in New Issue
Block a user