Connect to Bundle

Pairs devices and joins to them.

URL

/v1/link/{linkID}

Method

POST

Caution

edelkrone SDK does not support CORS, so when you send a request with "OPTIONS" method, edelkrone SDK return a error because of HTTP request of "Content-Type" is sent always as "text/plain" NOT "application/json".

Payload

{
  "command":"link1PairingConnect"
}
Label Type Value Description
command string link1PairingConnect Command name

Return value

See default return values.

Default Return Values

{
  "result": "ok"
}

System executed your command without any issues.

{
  "result": "Invalid Arguments"
}

Given arguments are invalid.

{
  "result": "Device is paired"
}

Pairing is complete so no longer send any movement command