- CitrineOS core extracted (CSMS OCPP 2.0.1) - OpenOCPP extracted (firmware OCPP 1.6J/2.0.1) - ShapeShifter library installed (pip install -e) - ShapeShifter specification extracted - EVerest extracted TODO updated with progress
1.4 KiB
1.4 KiB
DSOPortfolioUpdateResponse
Upon receiving and processing a DSOPortfolioUpdate message, the receiving implementation must reply with a DSOPortfolioUpdateResponse, indicating whether the update was handled successfully.
<DSOPortfolioUpdateResponse
Metadata…
ReferenceMessageID = UUID
Result = ("Accepted" | "Rejected")
RejectionReason = String (only if Result = "Rejected")
/>
| Metadata | The metadata for this message. For details, see metadata attributes. |
| ReferenceMessageID | MessageID of the DSOPortfolioUpdate message |
| Result | Indication whether the DSOPortfolioUpdate was accepted or rejected. |
| RejectionReason | In case the DSOPortfolioUpdate was rejected, this attribute must contain a human-readable description of the reason. |