Skip to content

feat: add pair and unpair support#60

Merged
erisu merged 1 commit intoios-control:masterfrom
erisu:feat/pairing
Nov 19, 2025
Merged

feat: add pair and unpair support#60
erisu merged 1 commit intoios-control:masterfrom
erisu:feat/pairing

Conversation

@erisu
Copy link
Contributor

@erisu erisu commented Nov 18, 2025

Resolves #4
Resolves #5


This PR adds support for pair and unpair.

A successful results would look like this:

{
  status: 0,
  signal: null,
  output: [ null, <Buffer >, <Buffer > ],
  pid: 111,
  stdout: <Buffer >,
  stderr: <Buffer >
}

When pairing is successfully and the stdout was converted to a string, we would see the pair UUID.

Note: The string will contain a trailing newline \n.

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support "simctl unpair" command Support "simctl pair" command

2 participants