6 May 2024
7 months ago by Mansi Tiwari
API v1.1
Introducing load management APIs that empower developers with the ability to create groups and automatically manage power distribution based on a split-power algorithm. The following APIs have been added:
POST /v1.1/load_management/groups
Create GroupsGET /v1.1/load_management/groups
Fetch GroupsPATCH /v1.1/load_management/groups
Update GroupsGET /v1.1/load_management/groups/{id}
Get a specific groupDELETE /v1.1/load_management/groups/{id}
Remove a specific groupPOST /v1.1/load_management/groups/{id}/chargestations
Add chargestations to a groupDELETE /v1.1/load_management/groups/chargestations/{id}
Remove specific chargestation from a group.
For more detailed information about this feature, please refer to the comprehensive guide available here. To request access or if you have any inquiries, please feel free to contact us via email at [email protected].
Admin Dashboard
Chargestation Reset
Chargestation reset features now include the option for a Hard or Soft reset directly from the dashboard.
Report
The Session Report has been updated to support filters for custom date ranges.
Webhook
Resolved an issue where some chargestation.online
events were failing to process.