---
title: "PUT /config/chanPlan/unicast"
method: PUT
path: "/config/chanPlan/unicast"
---

# PUT /config/chanPlan/unicast

`PUT /config/chanPlan/unicast`

Configure the unicast channel plan specifics for FFNs. This method may only be issued to an FFN.

## Request body

- UnicastChanPlan — Unicast channel plan specification for FFNs.
  - `dwellInterval` integer, required — Set as specified in [FANTPS] US-IE description.
  - `channelFunction` integer, required — Set as specified in [FANTPS] US-IE description.
  - `excludedChannelRange` integer[], required — An array of beginning-of-range/end-of-range channel pairs. Example [1, 10, 20, 25] indicates channels 1 through 10 are excluded and channels 20 through 25 are excluded. NOTE only one of excludedChannelRange OR excludedChannelMask may be specified, with Excluded Channel Control set accordingly, and the non specified exclusion MUST be indicated as an empty array.
  - `excludedChannelMask` integer[], required — Each octet of the bit mask described in the FAN TPS is placed at the corresponding index of the integer array. Octet 0 is placed at array[0], etc. NOTE only one of excludedChannelRange OR excludedChannelMask may be specified, with Excluded Channel Control set accordingly, and the non specified exclusion MUST be indicated as an empty array.

## Response `200`

Channel plan successfully configured.

## Other responses

- `default` — Unknown error occurred.

---

[API](https://skmtc.net/siliconlabs/apis/tbu-api.md) · [All operations](https://skmtc.net/siliconlabs/apis/tbu-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/siliconlabs/tbu-api/versions/8475de394ee2/schema)
