c-jimenez/open-ocpp

Take into account modifications of ClockAlignedDataInterval configuration key at runtime

Closed this issue · 1 comments

When the configuration key ClockAlignedDataInterval is modified the effect is not taken into account until the stack has been restarted. It shall be taken into account as soon as the modification occurs.

Note: the behavior for the MeterValueSampleInterval configuration key is correct since the new value is taken into account as soon as a new transaction begins and doesn't affect the alredy running transactions.

Fixed in PR #4