Skip to content

Commit

Permalink
Merge pull request #57 from voltbras/add-pending-status-to-bootnotifi…
Browse files Browse the repository at this point in the history
…cation-response

Feat(boot-notification): Add Pending status to BootNotificationOutput response
  • Loading branch information
carloslibardo authored Dec 11, 2024
2 parents 49c9a40 + 6cc8480 commit fd61604
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export interface IBootNotificationInput {

export interface IBootNotificationOutput {
/** urn://Ocpp/Cs/2012/06/#RegistrationStatus(Accepted,Rejected) */
status: "Accepted" | "Rejected";
status: "Accepted" | "Rejected" | 'Pending';
/** urn://Ocpp/Cs/2012/06/#s:dateTime(undefined) */
currentTime: string;
/** urn://Ocpp/Cs/2012/06/#s:int(undefined) */
Expand Down

0 comments on commit fd61604

Please sign in to comment.