Simulate Device Connection

Simulates connecting a device to Seam. Only applicable for sandbox devices. See also Testing Your App Against Device Disconnection and Removal.

Simulates connecting a device to Seam.

Code

await seam.devices.simulate.connect({
  device_id: "5d703d4f-523f-42af-9439-618415ca651f",
});

Output

// void
Authentication Methods
  • API key

  • Personal access token Must also include the seam-workspace header in the request.

To learn more, see Authentication.

Request Parameters

device_id String (Required)

ID of the device that you want to simulate connecting to Seam.


Response

void

Last updated

Was this helpful?