Skip to main content

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.

FunctionSummary
Brake APIAPI to check brake-related information of the vehicle. API to check brake status, including brake pedal and parking brake.
CarInfo APIAPI to check basic vehicle information. API to retrieve basic car information, such as dimensions, manufacturer, and production year.
Display APIAPI to check data units displayed in the infotainment system.
Door APIAPI to control doors in the vehicle infotainment system. API to control door operations, including opening, closing, locking, and unlocking.
DrivingMode APIAPI to check driving mode information of the vehicle. API to check driving mode and cruise control status.
EvBattery APIAPI to check battery and charging-related information of the vehicle. API to retrieve EV battery and charging status.
HVAC APIAPI to control HVAC (Heating, Ventilation, Air Conditioning) settings. This API allows control of HVAC settings such as temperature, airflow, and humidity.
Light APIAPI to check the status of car lights.
Odometer APIAPI to retrieve odometer information, including total and current distance. This API allows checking total mileage, current trip distance, and distance unit.
Safety APIAPI to check safety warnings in the vehicle. This API allows checking warning information from the vehicle.
Seat APIAPI to control and check seat information, including position and functions. This API allows control of seat position, angle, and functions.
SideMirror APIAPI to check and set the heated status of the side mirrors.
Steeringwheel APIAPI to check and control the heated status of the steering wheel.
Tire APIAPI to check the status of car tires.
TurnSignal APIAPI to check the status of turn signals.
Window APIAPI to control the car's windows.
Wiper APIAPI to control the car's wipers.