Skip to content

Commit

Permalink
Add generated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Eduardo Libardo committed Dec 11, 2024
1 parent fd61604 commit 7672b1a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export interface IBootNotificationInput {
```ts
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 7672b1a

Please sign in to comment.