Used by the CPO to upload dynamic EVSE status information. Similarly to the EvseData service it includes an ActionType which defines the type of operation. Hubject also keeps a record of all of these statuses over time.
The message otherwise is very simple and is basically just a list of EVSE IDs and statuses. The options for the statuses are; Available, Reserved, Occupied, OutOfService, EvseNotFound, and Unknown
As this is a push operation that is subject to potential race conditions Hubject requires all requests to be sent sequentially.