Simulate Hub Disconnection
Simulates taking the Wi‑Fi hub (bridge) offline for a device. Only applicable for sandbox workspaces and currently implemented for August and TTLock locks. This will set the corresponding hub_disconnected
or ttlock_lock_not_paired_to_gateway
error on the device.
Simulates taking the Wi-Fi hub (bridge) offline for a device.
Code:
await seam.devices.simulate.disconnectFromHub({
device_id: "a60686b8-f401-452d-9f67-53d139cf6160",
});
Output:
// void
Request Parameters
device_id
String (Required)
ID of the device whose hub you want to disconnect.
Response
void
Last updated
Was this helpful?