Introduction
Overview
The Vehicle SDK provides a Vehicle APIs that offers interfaces for retrieving and controlling vehicle information.
[Does not support backward compatibility]
- Apply the updated package naming. (Modify module-level build.gradle and import statements)
- Apply the updated permission naming in the manifest file.
- Re-download the Pleos Connect Emulator.
Development Environment Setup
To use the Vehicle SDK, install the Pleos Connect Emulator in Android Studio and proceed with AVD configuration.
Vehicle API
The list of Vehicle API groups provided by the Vehicle SDK is as follows.
Function | Summary |
---|---|
Brake API | API to check brake-related information of the vehicle. API to check brake status, including brake pedal and parking brake. |
CarInfo API | API to check basic vehicle information. API to retrieve basic car information, such as dimensions, manufacturer, and production year. |
Display API | API to check data units displayed in the infotainment system. |
Door API | API to control doors in the vehicle infotainment system. API to control door operations, including opening, closing, locking, and unlocking. |
DrivingMode API | API to check driving mode information of the vehicle. API to check driving mode and cruise control status. |
EvBattery API | API to check battery and charging-related information of the vehicle. API to retrieve EV battery and charging status. |
HVAC API | API to control HVAC (Heating, Ventilation, Air Conditioning) settings. This API allows control of HVAC settings such as temperature, airflow, and humidity. |
Light API | API to check the status of car lights. |
Odometer API | API to retrieve odometer information, including total and current distance. This API allows checking total mileage, current trip distance, and distance unit. |
Safety API | API to check safety warnings in the vehicle. This API allows checking warning information from the vehicle. |
Seat API | API to control and check seat information, including position and functions. This API allows control of seat position, angle, and functions. |
SideMirror API | API to check and set the heated status of the side mirrors. |
Steeringwheel API | API to check and control the heated status of the steering wheel. |
Tire API | API to check the status of car tires. |
TurnSignal API | API to check the status of turn signals. |
Window API | API to control the car's windows. |
Wiper API | API to control the car's wipers. |