node

Get current joiner data

get/node/commissioner/joiner

Response

Returns an array of currently active joiners

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 response

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

Changes