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 Eui64 and Discerner

eui64string

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 Eui64.

timeoutinteger

Joiner expiration time in milliseconds on response and seconds on request

Example request

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

Response

Successfully added joiner.

Changes