More climate profiles changes
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:
@ -356,7 +356,7 @@ func (c *Client) GetVehicles() []*Vehicle {
|
|||||||
}
|
}
|
||||||
vehicle.GetVehicleStatus()
|
vehicle.GetVehicleStatus()
|
||||||
vehicle.GetVehicleCondition()
|
vehicle.GetVehicleCondition()
|
||||||
vehicle.GetClimatePresets()
|
// vehicle.GetClimatePresets()
|
||||||
vehicle.GetClimateUserPresets()
|
vehicle.GetClimateUserPresets()
|
||||||
vehicle.GetClimateQuickPresets()
|
vehicle.GetClimateQuickPresets()
|
||||||
|
|
||||||
@ -408,10 +408,12 @@ func (c *Client) GetVehicleByVIN(vin string) *Vehicle {
|
|||||||
vehicle.Windows = make(map[string]Window)
|
vehicle.Windows = make(map[string]Window)
|
||||||
vehicle.Tires = make(map[string]Tire)
|
vehicle.Tires = make(map[string]Tire)
|
||||||
vehicle.ClimateProfiles = make(map[string]ClimateProfile)
|
vehicle.ClimateProfiles = make(map[string]ClimateProfile)
|
||||||
|
|
||||||
vehicle.GetVehicleStatus()
|
vehicle.GetVehicleStatus()
|
||||||
vehicle.GetVehicleCondition()
|
vehicle.GetVehicleCondition()
|
||||||
vehicle.GetClimatePresets()
|
// vehicle.GetClimatePresets()
|
||||||
vehicle.GetClimateUserPresets()
|
vehicle.GetClimateUserPresets()
|
||||||
|
vehicle.GetClimateQuickPresets()
|
||||||
}
|
}
|
||||||
|
|
||||||
return vehicle
|
return vehicle
|
||||||
|
@ -25,7 +25,8 @@ func main() {
|
|||||||
cfg.Logger.Debug("printting config", "config", cfg)
|
cfg.Logger.Debug("printting config", "config", cfg)
|
||||||
|
|
||||||
ms, _ := mysubaru.New(cfg)
|
ms, _ := mysubaru.New(cfg)
|
||||||
// mysubaru.selectVehicle("4S4BTGPD0P3199198")
|
|
||||||
|
// subaru := ms.SelectVehicle("4S4BTGPD0P3199198")
|
||||||
|
|
||||||
// 11.6MMAN ABS_MIL ACCS AHBL_MIL ATF_MIL AWD_MIL BSD BSDRCT_MIL CEL_MIL EBD_MIL EOL_MIL EPAS_MIL EPB_MIL ESS_MIL EYESIGHT ISS_MIL NAV_TOMTOM OPL_MIL RAB_MIL RCC REARBRK RES RESCC RHSF RPOI RPOIA SRS_MIL TEL_MIL TIF_35 TIR_33 TPMS_MIL VDC_MIL WASH_MIL g2
|
// 11.6MMAN ABS_MIL ACCS AHBL_MIL ATF_MIL AWD_MIL BSD BSDRCT_MIL CEL_MIL EBD_MIL EOL_MIL EPAS_MIL EPB_MIL ESS_MIL EYESIGHT ISS_MIL NAV_TOMTOM OPL_MIL RAB_MIL RCC REARBRK RES RESCC RHSF RPOI RPOIA SRS_MIL TEL_MIL TIF_35 TIR_33 TPMS_MIL VDC_MIL WASH_MIL g2
|
||||||
// subaru1 := mysubaru.GetVehicleByVIN("4S4BTGND8L3137058")
|
// subaru1 := mysubaru.GetVehicleByVIN("4S4BTGND8L3137058")
|
||||||
|
Reference in New Issue
Block a user