Skip to main content
POST
/
noise_sensors
/
simulate
/
trigger_noise_threshold
await seam.noiseSensors.simulate.triggerNoiseThreshold({ device_id: "c0384c1c-9038-427c-9a72-314d2b168d43", }); /* // void */
{
  "ok": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
device_id
string<uuid>
required

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

Response

OK

ok
boolean
required