Home / FleetMan / Vehicles
FleetMan plugin

Vehicles

Vehicle configuration and setup: profiles, accessories (Sky), sensors, immobilizer, alerts.

5 IRequest controllers Java / J2EE /Helper?package=vehicles
Modules & features

What the Vehicles plugin does

5 IRequest controllers, each exposing one atomic server-side function.

Vehicles

Vehicle list

Full CRUD: registration, make/model, driver, tracker, status, photo. Sort/filter.

VehicleEdit

Edit vehicle

Full record: technical (fuel, mileage), insurance, inspection, oil change.

ExtraSettings

Advanced settings

Per-vehicle fine-tuning: speed alarm thresholds, allowed time windows, scoring.

SKYAccessoryProfiles

Sky accessory profiles

Configuration templates for accessories (Bluetooth, temperature sensors, RFID reader).

SKYAccessoriesSetup

Sky accessory setup

Apply a profile to one or many vehicles with OTA push to trackers.

Architecture

How it integrates

The Vehicles plugin exposes its functions through the /Helper servlet. Each controller is called over HTTP using the pattern:

/Helper?package=vehicles&plug=<Controller>&task=<action>

Responses follow the ExtJS-compatible JSON format:

{
  "success": true,
  "total": 42,
  "rows": [...]
}
Technical details
Java packagecom.malambi.fleetman.plug.vehicles
Controllers5
URL pattern/Helper?package=vehicles
Multi-tenantyes (userid scope)
Audit logsenabled
FleetMan version7.0.1+

Enable Vehicles on your FleetMan instance

The plugin ships standard with FleetMan. Activation is instant — contact your account manager or start a free trial.