Skip to content

Commit

Permalink
Feat(boot-notification): Add Pending status to BootNotificationOutput…
Browse files Browse the repository at this point in the history
… response
  • Loading branch information
Carlos Eduardo Libardo committed Dec 11, 2024
1 parent 49c9a40 commit 6cc8480
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 6cc8480

Please sign in to comment.