Change ClimateZoneFrontAirVolume type from int to string for consistency with JSON tags
Some checks failed
Golan Testing / testing (1.24.x, ubuntu-latest) (push) Failing after 22s
Some checks failed
Golan Testing / testing (1.24.x, ubuntu-latest) (push) Failing after 22s
This commit is contained in:
@ -361,7 +361,7 @@ type ClimateProfile struct {
|
||||
HeatedSeatFrontLeft string `json:"heatedSeatFrontLeft"` // heatedSeatFrontLeft: [ OFF | LOW_HEAT | MEDIUM_HEAT | HIGH_HEAT ]
|
||||
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 int `json:"climateZoneFrontAirVolume"` // climateZoneFrontAirVolume: [ AUTO | 2 | 4 | 7 ]
|
||||
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 ]
|
||||
|
Reference in New Issue
Block a user