Files
cariflex/tools/shapeshifter-specification-main/docs/message-descriptions/message-catalog/metering-response.md
Eric F d398a6ced2 Add extracted tools: CitrineOS, OpenOCPP, ShapeShifter
- 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
2026-06-08 00:38:27 -04:00

1.3 KiB

MeteringResponse

Upon receiving and processing a Metering message, the receiving implementation must reply with a MeteringResponse, indicating whether the update was handled successfully.

<MeteringResponse
  Metadata…
  ReferenceMessageID = UUID
  Result             = ("Accepted" | "Rejected")
  RejectionReason    = String (Only if Result = "Rejected")
/>
Metadata The metadata for this message. For details, see section metadata attributes.
ReferenceMessageID MessageID of the Metering message that has just been accepted or rejected.
Result Indication whether the order was accepted or rejected.
RejectionReason In case the metering was rejected, this attribute must contain a human-readable description of the reason.