action enode_post_vehicles_vehicleid_charging { label: "Start / Stop Charging" description: "Instruct the vehicle to start or stop charging. \n\n#### Precedence over smart charging\nIf the vehicle is at a charging location where smart charging is activated:\n- a request to `start` charging will override smart charging and charging will stay on until fully charged. \n- a request to `stop` charging will override smart charging and charging will be kept off for the duration of the current smart charging cycle.\n\nThe smart charging settings are not altered by these actions." provider: enode method: POST path: "/vehicles/{vehicleId}/charging" encoding: json output: { type: "object" additionalProperties: true } }