HomeGuidesAPI ReferenceChangelog
Terms of Use
Changelog

3.169.0 release notes

  1. New features
    1. Added the new tariffGroup.changed enum value to notification types. This value is now accepted in notification subscription requests and returned in notification responses across all Notifications endpoints (/public-api/notifications/v1.0, /public-api/notifications/v2.0, and /public-api/actions/notifications/v1.0/{notification}/resend).
    2. Added the optional power.offered property to Session responses on GET /public-api/resources/sessions/v1.0 and GET /public-api/resources/sessions/v1.0/{session}. This field represents the power offered to the vehicle by the charge point.
    3. Added the optional restrictions.applyToAdHocOperatorIds property to Tariff request and response bodies. This array of operator IDs can be set when creating (POST /public-api/resources/tariffs/v1.0) or updating (PUT /public-api/resources/tariffs/v1.0/{tariff}) a tariff, and is returned in tariff responses on all Tariffs endpoints (GET /public-api/resources/tariffs/v1.0, GET /public-api/resources/tariffs/v1.0/{tariff}) and GET /public-api/resources/tariff-snapshots/v1.0/{tariffSnapshot}.
  2. 🔧 Improvements
    1. Added validation on the maxCurrent field for DLM Circuit create and update endpoints to prevent setting a value below the circuit's scheduled current limits. Requests with a maxCurrent lower than the highest scheduled value will now return a validation error.