v1

latestSwagger 2.02026-07-17443059.0 KB

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

put/config/chanPlan/unicast

Request body

dwellIntervalinteger required

Set as specified in [FANTPS] US-IE description.

channelFunctioninteger required

Set as specified in [FANTPS] US-IE description.

excludedChannelRangeinteger[] 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.

excludedChannelMaskinteger[] 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

Channel plan successfully configured.