---
title: "Set Dynamic Charger Current"
method: POST
path: "/api/chargers/{serialNumber}/commands/set_dynamic_charger_current"
tags: ["Charger"]
---

# Set Dynamic Charger Current

`POST /api/chargers/{serialNumber}/commands/set_dynamic_charger_current`

Allows you to temporarily control the amount of charging power by limiting it to for example 10A for 4 minutes (TTL), after which the limit is cleared. Setting `minutes` to 0, results in a limit being applied until another one is set. Note: The dynamic charger current limit is always cleared when the charger reboots or the charging cable is disconnected.

## Path parameters

- `serialNumber` string, required

## Request body

- EaseeCommandAPIDynamicChargerCurrentDTO
  - `amps` integer
  - `minutes` integer

## Response `200`

---

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