action edrv_remotestop { label: "remotestop" description: "Use to request a remote stop 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/remotestop" encoding: json input: { type: "object" properties: { chargestation: { type: "string" } driver: { type: "string" } transaction: { type: "string" } } } output: { type: "object" additionalProperties: true } }