action corrently_ocpp_sessions { label: "Last Session Info" description: "Returns lastSession info of OCCP Cloud service for clearing in corrently ecosystem. Might be tested via [OCPP cloud simulator](https://ocpp.corrently.cloud).\nLast session Info of managed EV charging stations connected to the correnty ecosystem.\n" provider: corrently method: GET path: "/alternative/ocpp/lastSessions" encoding: json output: { type: "array" items: { type: "object" properties: { id: { type: "string" description: "Given ID by easee api" } lastSession: { type: "string" description: "lastSession Info as given by easee API" } name: { type: "string" description: "Name set for charger" } } } } }