v14

latestOpenAPI 3.0.3BSD 3-Clauseraw.githubusercontent.com2026-08-013939103.6 KB
node

Adds a new joiner

post/node/commissioner/joiner

Request body

pskdstring

Joining device's pre-shared key

joinerIdstring

A string of the EUI-64, Discerner, or "*", mutually exclusive with eui and discerner.

euistring

A string of the EUI-64, mutually exclusive with joinerId and discerner.

discernerstring

A discerner in the form of the discerner hex value (optionally with leading 0x) and bit length separated by a '/'. Field is mutually exclusive with joinerId and eui.

timeoutinteger

Joiner expiration time in milliseconds on response and seconds on request

Example request

{
  "pskd": "J01NME",
  "joinerId": "0xabc/12",
  "eui": "0123456789abcdef",
  "discerner": "0xabc/12"
}

Response

Successfully added joiner.