Continue work on the Climate Settings
All checks were successful
Golan Testing / testing (1.24.x, ubuntu-latest) (push) Successful in 23s

This commit is contained in:
2025-05-29 15:20:44 -04:00
parent d6ad39b126
commit 48b7379770
3 changed files with 49 additions and 49 deletions

View File

@ -919,13 +919,13 @@ func (v *Vehicle) GetVehicleHealth() {
}
}
// GetClimateSettings .
func (v *Vehicle) GetClimateSettings() {
v.selectVehicle()
reqURL := MOBILE_API_VERSION + apiURLs["API_G2_FETCH_CLIMATE_SETTINGS"]
v.client.execute(reqURL, GET, map[string]string{}, "", false)
// TODO
}
// // GetClimateSettings .
// func (v *Vehicle) GetClimateSettings() {
// v.selectVehicle()
// reqURL := MOBILE_API_VERSION + apiURLs["API_G2_FETCH_CLIMATE_SETTINGS"]
// v.client.execute(reqURL, GET, map[string]string{}, "", false)
// // TODO
// }
// GetFeaturesList .
func (v *Vehicle) GetFeaturesList() {