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
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?