lorenzodonini / ocpp-go

Open Charge Point Protocol implementation in Go
MIT License
262 stars 125 forks source link

Add IsConnected method #156

Closed lorenzodonini closed 1 year ago

lorenzodonini commented 1 year ago

Charge points in v1.6 and v2.0.1 now support a utility IsConnected method, that allows to verify whether the client is currently connected to the server.

While reconnecting, the method will return false.

Closes #154