ts-ocpp
ts-ocpp copied to clipboard
fix(cs): Make sure CentralSystemOptions are spread after defaults
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.