Skip to content

Commit

Permalink
[US/LB] Add RuntimeDetailsStore in BootNotification Handler
Browse files Browse the repository at this point in the history
  • Loading branch information
usuletw022 committed Jan 2, 2024
1 parent 10f89f1 commit d9992ed
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions manager/mqtt/router.go
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,9 @@ func NewV201Router(clk clock.PassiveClock,
RequestSchema: "ocpp201/BootNotificationRequest.json",
ResponseSchema: "ocpp201/BootNotificationResponse.json",
Handler: handlers201.BootNotificationHandler{
Clock: clk,
HeartbeatInterval: int(heartbeatInterval.Seconds()),
Clock: clk,
HeartbeatInterval: int(heartbeatInterval.Seconds()),
RuntimeDetailsStore: engine,
},
},
"Heartbeat": {
Expand Down

0 comments on commit d9992ed

Please sign in to comment.