Simulate Triggering a Noise Threshold

Simulates the triggering of a noise threshold for a noise sensor in a sandbox workspace.

Simulates the triggering of a noise threshold for a noise sensor in a sandbox workspace.

Code

await seam.noiseSensors.simulate.triggerNoiseThreshold({
  device_id: "c0384c1c-9038-427c-9a72-314d2b168d43",
});

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 for which you want to simulate the triggering of a noise threshold.


Response

void

Last updated

Was this helpful?