await seam.devices.simulate.connectToHub({
device_id: "5d703d4f-523f-42af-9439-618415ca651f",
});
/*
// void
*/
{}Simulations
Simulate Hub Connection
Simulates bringing the Wi‑Fi hub (bridge) back online for a device.
Only applicable for sandbox workspaces and currently
implemented for August and TTLock locks.
This will clear the hub_disconnected error on the device.
POST
/
devices
/
simulate
/
connect_to_hub
await seam.devices.simulate.connectToHub({
device_id: "5d703d4f-523f-42af-9439-618415ca651f",
});
/*
// void
*/
{}Authorizations
api_keypat_with_workspaceconsole_session_with_workspaceclient_session_with_customer
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
ID of the device whose hub you want to reconnect.
Response
OK
The response is of type object.
Was this page helpful?