---
title: "Set Intensity"
method: POST
path: "/api/lights/set_intensity"
tags: ["lights"]
---

# Set Intensity

`POST /api/lights/set_intensity`

## Request body

- SetLightInfo
  - `index` integer, required
  - `intensity` number, required

## Response `200`

Successful Response

- SimpleRequestStatusModel
  - `success` boolean

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/dwe/apis/dwe-os-api.md) · [All operations](https://skmtc.dev/dwe/apis/dwe-os-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dwe/dwe-os-api/revisions/5e114c13cb12/schema)
