node

Adds a new joiner

post/node/commissioner/joiner

Request body

Pksdstring

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

{
  "Pksd": "J01N",
  "JoinerId": "0xabc/12",
  "Eui64": "0123456789abcdef",
  "Discerner": "0xabc/12"
}

Response

Successfully added joiner.

Changes