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

This commit is contained in:
2025-05-30 12:53:52 -04:00
parent 3b7c350826
commit f2f1f8380e

View File

@ -495,7 +495,7 @@ func (v *Vehicle) GetClimatePresets() {
if err != nil {
v.client.logger.Error("error while parsing json", "request", "GetClimatePresets", "error", err.Error())
}
v.client.logger.Debug("subaru climate presets parsed http output", "body", tmp)
v.client.logger.Debug("subaru climate presets parsed http output", "body", string(tmp.Data))
unescapedJSON, err := strconv.Unquote(string(tmp.Data))
if err != nil {