You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TC_037_1, TC037_2: Deduplicate StatusNotifications in RequestQueue
From the OCPP Spec:
> The Charge Point SHOULD NOT send StatusNotification.req PDUs for
> historical status change events that happened while the Charge
> Point was offline.
So, each time we queue another StatusNotification, we drop the
StatusNotifications already in the queue for that connector.
0 commit comments