3.166.0 release notes
about 2 hours ago by ReadMe API
- ✨ New features
- Added
POST /public-api/actions/charge-point/v1.0/{chargePoint}/check-tariff-display-supportendpoint. Probes whether an OCPP 1.6 charge point supports tariff display messages, with an optionalenableIfSupportedparameter to automatically enable the capability. - Added the optional
tariffDisplayMessagesobject to Charge Point responses onGET /public-api/resources/charge-points/v2.0,POST /public-api/resources/charge-points/v2.0,GET /public-api/resources/charge-points/v2.0/{chargePoint}, andPATCH /public-api/resources/charge-points/v2.0/{chargePoint}. The object containssendDefaultPrice,sendUserPrice,sendRunningCost, andsendFinalCostboolean fields controlling which tariff display message types are sent. - Added the optional
tariffDisplayMessagesrequest property onPATCH /public-api/resources/charge-points/v2.0/{chargePoint}to configure tariff display message settings. - Added the optional
accessAndPermissions.createFromTemplateandaccessAndPermissions.changeSystemStatusboolean fields to Partner Contract requests and responses onGET /public-api/resources/partner-contracts/v1.0,POST /public-api/resources/partner-contracts/v1.0,GET /public-api/resources/partner-contracts/v1.0/{partnerContract},PATCH /public-api/resources/partner-contracts/v1.0/{partnerContract}, andPUT /public-api/resources/partner-contracts/v1.0/{partnerContract}. These control whether the partner can create charge points from templates and change system status.
- Added
- 🔧 Improvements
- Made the
operatorIdresponse property always present (required) on Subscription Plan endpoints:GET /public-api/resources/subscription-plans/v2.0,POST /public-api/resources/subscription-plans/v2.0,GET /public-api/resources/subscription-plans/v2.0/{subscriptionPlan}, andPATCH /public-api/resources/subscription-plans/v2.0/{subscriptionPlan}. Previously this field could be absent. - Improved the precision of the
totalKwhfield on Receipt responses to use higher-precision energy data.
- Made the