ts-ocpp icon indicating copy to clipboard operation
ts-ocpp copied to clipboard

fix(cs): Make sure CentralSystemOptions are spread after defaults

Open alexcode opened this issue 1 year ago • 0 comments

In the current implementation, spreading CentralSystemOptions before their default value will not set the options values in params. It means that websocketPingInterval was always set as 30000 milliseconds regardless of the value passed by the CentralSystemOptions.

alexcode avatar Mar 24 '25 15:03 alexcode