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

# PUT /config/chanPlan/bcast

`PUT /config/chanPlan/bcast`

Configure the broadcast channel plan specifics for FFNs. This method may only be issued to a Border Router.

## Request body

- BcastChanPlan — Broadcast channel plan specification. excludedChannelRange and excludedChannelMask are optional (used for FAN 1.0, not used for FAN 1.1)
  - `bcastInterval` integer, required — Set as specified in [FANTPS] BS-IE description.
  - `bcastScheduleId` integer, required — Set as specified in [FANTPS] BS-IE description.
  - `dwellInterval` integer, required — Set as specified in [FANTPS] BS-IE description.
  - `channelFunction` integer, required — Set as specified in [FANTPS] BS-IE description.
  - `excludedChannelRange` integer[] — 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[] — 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)
