Skip to main content

Version 1.1.19

Release Date: 2024-11-07

New Features

  • POST /geofences: In this new version, you can specify a list of vehicles to assign to a geofence upon creation.
  • GET /vehicles/{registration}/range: A new API to retrieve Electric Vehicles Range information.

Improvements

  • GET /vehicles/status: Add the central_locking_status property to the endpoint.
  • GET /vehicles/{registration}/events & /vehicles/events: We now return the PANIC_EVENT, which is triggered when the driver presses the panic button in the vehicle.
  • GET /vehicles/{registration}/clock: We corrected the documentation for this API, the description was misleading referring to “minutes” instead of “seconds”.
  • POST /jobs & PUT /jobs/{job_id}: You can now specify the stop duration through the API or leave it blank to set the default of 5 minutes.

Bug Fixes

  • POST /geofences & PUT /geofences/{geofence_id}: We now allow only specific hex colors for geofences to ensure compatibility with Fleet Web. The default color for geofences is #666666. Other available colors are listed in the documentation.
  • GET /vehicles/nearest:: Fix an issue where the driver tag could report a previously assigned driver. This fix ensures we always send the latest assigned driver.
  • GET /vehicles: Fix a minor issue affecting the list of vehicles when custom fields are in use.