---
title: "POST /device/strategy/ios/digitalOutputs/{ioName}/state"
method: POST
path: "/device/strategy/ios/digitalOutputs/{ioName}/state"
tags: ["all", "ios"]
---

# POST /device/strategy/ios/digitalOutputs/{ioName}/state

`POST /device/strategy/ios/digitalOutputs/{ioName}/state`

Sets the value of the specified digital output point

## Path parameters

- `ioName` string, required

## Request body

- DigitalPointStateObject
  - `value` boolean — State of a digital point (true = on, false = off)

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not found

---

[API](https://skmtc.net/opto22/apis/pac.md) · [All operations](https://skmtc.net/opto22/apis/pac/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/opto22/pac/versions/2288d966c8f4/schema)
