---
title: "Update minimum temperature"
method: POST
path: "/loadpoints/{id}/mintemp/{temp}"
tags: ["loadpoints"]
---

# Update minimum temperature

`POST /loadpoints/{id}/mintemp/{temp}`

Sets the minimum temperature for heating devices. The device is heated as fast as possible while below this value. Set to 0 to disable.

## Path parameters

- `id` integer, required — Loadpoint index starting at 1.
- `temp` number, required — Temperature in °C

## Response `200`

Success - Number result

- number

---

[API](https://skmtc.net/evcc-io/apis/evcc.md) · [All operations](https://skmtc.net/evcc-io/apis/evcc/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/evcc-io/evcc/versions/7fa21d69a508/schema)
