UNPKG

@shuangbing/bmw-connected-drive

Version:

This package can be used to access the BMW ConnectedDrive services.

52 lines (51 loc) 1.34 kB
export declare class Vehicle { vin?: string; model?: string; bodytype?: string; driveTrain?: string; fuelType?: string; color?: string; colorCode?: string; brand?: string; licensePlate?: string; yearOfConstruction?: number; statisticsCommunityEnabled?: boolean; statisticsAvailable?: boolean; hub?: string; hasAlarmSystem?: boolean; dealer?: any; breakdownNumber?: string; countryCode?: string; egoVehiclePath?: string; chargingUpdateMode?: string; steering?: string; vehicleFinderRestriction?: string; hmiVersion?: string; a4a?: string; vehicleFinder?: string; remote360?: string; hornBlow?: string; lightFlash?: string; doorLock?: string; doorUnlock?: string; climateControl?: string; climateNow?: string; climateNowRES?: string; climateControlRES?: string; chargingControl?: string; chargeNow?: string; sendPoi?: string; rangeMap?: string; lastDestinations?: string; intermodalRouting?: string; climateFunction?: string; onlineSearchMode?: string; onlineSearchProvider?: string; smartSolution?: string; carCloud?: string; supportedChargingModes?: [any]; lscType?: string; ipa?: string; puStep?: string; remoteSoftwareUpgrade?: string; }