---
title: "Change Charger Settings"
method: POST
path: "/api/chargers/{chargerId}/settings"
tags: ["Charger"]
---

# Change Charger Settings

`POST /api/chargers/{chargerId}/settings`

Charger settings to update. Please only specify keys you want to change. Endpoint handles partial JSON objects
and will give a 400 response if it does not understand the request.Will only forward commands to device if
new value != old value  Rate limited at max 20 requests per minute.
Frequent use of this endpoint is not recommend, as these settings are not designed to be changed often.

## Path parameters

- `chargerId` string, required

## Request body

- EaseeCloudAPIChargerSettingDTO
  - `enabled` boolean, nullable
  - `enableIdleCurrent` boolean, nullable
  - `limitToSinglePhaseCharging` boolean, nullable
  - `lockCablePermanently` boolean, nullable
  - `smartButtonEnabled` boolean, nullable
  - `phaseMode` integer, nullable
  - `smartCharging` boolean, nullable
  - `localPreAuthorizeEnabled` boolean, nullable
  - `localAuthorizeOfflineEnabled` boolean, nullable
  - `localAuthorizationRequired` boolean, nullable
  - `allowOfflineTxForUnknownId` boolean, nullable
  - `offlineChargingMode` integer, nullable
  - `authorizationRequired` boolean, nullable
  - `remoteStartRequired` boolean, nullable
  - `ledStripBrightness` integer, nullable
  - `maxChargerCurrent` number, double, nullable
  - `dynamicChargerCurrent` number, double, nullable

## Response `200`

---

[API](https://skmtc.net/easee/apis/easee-cloud-api.md) · [All operations](https://skmtc.net/easee/apis/easee-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/easee/easee-cloud-api/versions/46ccab4af8b1/schema)
