Skip to main content
POST
/
devices
/
simulate
/
connect_to_hub
await seam.devices.simulate.connectToHub({
  device_id: "5d703d4f-523f-42af-9439-618415ca651f",
});

/*
// void
*/
{
  "ok": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
device_id
string<uuid>
required

ID of the device whose hub you want to reconnect.

Response

OK

ok
boolean
required