Vehicle list
Full CRUD: registration, make/model, driver, tracker, status, photo. Sort/filter.
Vehicle configuration and setup: profiles, accessories (Sky), sensors, immobilizer, alerts.
5 IRequest controllers, each exposing one atomic server-side function.
Full CRUD: registration, make/model, driver, tracker, status, photo. Sort/filter.
Full record: technical (fuel, mileage), insurance, inspection, oil change.
Per-vehicle fine-tuning: speed alarm thresholds, allowed time windows, scoring.
Configuration templates for accessories (Bluetooth, temperature sensors, RFID reader).
Apply a profile to one or many vehicles with OTA push to trackers.
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": [...]
}
| Java package | com.malambi.fleetman.plug.vehicles |
| Controllers | 5 |
| URL pattern | /Helper?package=vehicles |
| Multi-tenant | yes (userid scope) |
| Audit logs | enabled |
| FleetMan version | 7.0.1+ |
The plugin ships standard with FleetMan. Activation is instant — contact your account manager or start a free trial.