c-jimenez/open-ocpp

HeartbeatInterval not updated when changed by backend

Habbus opened this issue · 1 comments

When the backend changes the HeartbeatInterval parameter, the heartbeat interval does not actually change. The heartbeat timer is restarted with the interval that the timer was started with, instead of the parameter stored in the config.

I'll open a PR to solve this

Fixed by #171