Continue work on the Climate Settings
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:
14
vehicle.go
14
vehicle.go
@ -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() {
|
||||
|
Reference in New Issue
Block a user