Skip to content

Commit

Permalink
Fix description
Browse files Browse the repository at this point in the history
Signed-off-by: Kai-Uwe Hermann <kai-uwe.hermann@pionix.de>
  • Loading branch information
hikinggrass committed Dec 4, 2023
1 parent 660a518 commit cc3e181
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions types/powermeter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ types:
type: string
format: date-time
TransactionStopResponse:
description: Report returned when a OCMF transaction is requested to stop. If successful, includes the signed OCMF string. In case of an error, an additional error message can be provided.
description: Report returned when a signed transaction is requested to stop. If successful, includes the signed meter value object. In case of an error, an additional error message can be provided.
type: object
additionalProperties: false
required:
Expand All @@ -90,7 +90,7 @@ types:
description: Response status that indicates whether the transaction stop request could successfully be performed.
$ref: /powermeter#/TransactionRequestStatus
signed_meter_value:
description: The signed OCMF report of the stopped transaction. Must be provided if status is OK.
description: The signed meter value report of the stopped transaction. Must be provided if status is OK.
type: object
$ref: /powermeter#/SignedMeterValue
error:
Expand Down

0 comments on commit cc3e181

Please sign in to comment.