diff --git a/mysubaru.go b/mysubaru.go index 5ed80f9..ee60541 100644 --- a/mysubaru.go +++ b/mysubaru.go @@ -362,10 +362,10 @@ type ClimateProfile struct { ClimateZoneFrontTemp int `json:"climateZoneFrontTemp,string"` // climateZoneFrontTemp: [ for _ in range(60, 85 + 1)] // climateZoneFrontTempCelsius: [for _ in range(15, 30 + 1) ] ClimateZoneFrontAirMode string `json:"climateZoneFrontAirMode"` // climateZoneFrontAirMode: [ WINDOW | FEET_WINDOW | FACE | FEET | FEET_FACE_BALANCED | AUTO ] ClimateZoneFrontAirVolume string `json:"climateZoneFrontAirVolume"` // climateZoneFrontAirVolume: [ AUTO | 2 | 4 | 7 ] - OuterAirCirculation string `json:"outerAirCirculation"` // airConditionOn: [ false | true ] - AirConditionOn bool `json:"airConditionOn"` // airConditionOn: [ false | true ] - CanEdit bool `json:"canEdit"` // canEdit [ false | true ] - Disabled bool `json:"disabled"` // disabled [ false | true ] + OuterAirCirculation string `json:"outerAirCirculation"` // airConditionOn: [ auto | outsideAir | true ] + AirConditionOn string `json:"airConditionOn"` // airConditionOn: [ false | true ] + CanEdit string `json:"canEdit"` // canEdit [ false | true ] + Disabled string `json:"disabled"` // disabled [ false | true ] } // GeoLocation represents the geographical location of a Subaru vehicle.