Reset always charge
DELETE
/vehicles/{name}/alwayscharge
const url = 'https://demo.evcc.io/api/vehicles/vehicle_1/alwayscharge';const options = {method: 'DELETE'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request DELETE \ --url https://demo.evcc.io/api/vehicles/vehicle_1/alwayschargeResets the vehicle always charge default to keep the loadpoint state.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters”name
required
Responses
Section titled “ Responses ”Success