We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ask the server for a pairing code, it will be valid for one hour
{ context: "server", message_type: "request", message_code: "get_pairing_code", data: null //not used }
response data:
{ code: string //a code to pair with a new computer, needs to be shown to the user }