await seam.noiseSensors.simulate.triggerNoiseThreshold({
device_id: "c0384c1c-9038-427c-9a72-314d2b168d43",
});
/*
// void
*/{}Simulations
Simulate Triggering a Noise Threshold
Simulates the triggering of a noise threshold for a noise sensor in a sandbox workspace.
POST
/
noise_sensors
/
simulate
/
trigger_noise_threshold
await seam.noiseSensors.simulate.triggerNoiseThreshold({
device_id: "c0384c1c-9038-427c-9a72-314d2b168d43",
});
/*
// void
*/{}Authorizations
api_keypat_with_workspaceconsole_session_with_workspace
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
ID of the device for which you want to simulate the triggering of a noise threshold.
Response
OK
The response is of type object.
Was this page helpful?