action edrv_reset { label: "reset" description: "Use to request a reset command. The request will wait for the charge station to process the command. It will timeout after 60 seconds." provider: edrv method: POST path: "/v1/commands/reset" encoding: json input: { type: "object" properties: { chargestation: { type: "string" } type: { type: "string" } } } output: { type: "object" properties: { message: { type: "string" } ok: { type: "boolean" } result: { type: "object" } } } }