Skip to content

Releases: voltbras/ts-ocpp

ts-ocpp v2.5.0

21 Dec 14:21
Compare
Choose a tag to compare

Add websocket request/response listener to central-system.

Now you can log every request and response made to and from the central-system, by adding this function in the options argument in the CentralSystem constructor:

  onWebsocketRequestResponse: (initiator, type, data, { chargePointId }) => console.log({ initiator, type, data, chargePointId }),