githubEdit

Simulate Triggering a Noise Threshold

Simulates the triggering of a noise thresholdarrow-up-right for a noise sensorarrow-up-right 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
chevron-rightAuthentication Methodshashtag
  • API key

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

To learn more, see Authenticationarrow-up-right.

Request Parameters

device_id String (Required)

ID of the device for which you want to simulate the triggering of a noise threshold.


Response

circle-check

Last updated

Was this helpful?