12 December 2022
almost 2 years ago by Mansi Tiwari
API v1.1
POST /session
now support session targets by SoC.
Manage Charge stations Configurations
Added support for configuring chargestation settings directly via APIs.
- API to get configurations
- API to update configurations
[Rates] (https://docs.edrv.io/reference/postrates)
- Added support for
rates.active
property to hide and show rates. - Added support for
minimum_amount
property.
[Users] (https://docs.edrv.io/reference/getusers-1)
GET /users?email=
now supports regex instead of an exact match.GET /users?firstname=
now supports regex instead of an exact match.GET /users?lastname=
now supports regex instead of an exact match.GET /users?name=
now search for bothfirstname
orlastname
and will return the combined result.
Bug Fixes
online
property no longer allowed to be updated byPOST /chargestation
andPATCH /chargestation
- Duplicate
session.ended
bug fix when the sessions havetarget.energy
ortarget.time
.
Driver App
- Session Charging Page now shows time in minutes before it expires.
- Payment Page now shows Charge station/Endpoint with Address.