Configuring Noise Threshold Settings
Learn how to configure noise thresholds for noise sensors.
Last updated
Was this helpful?
Learn how to configure noise thresholds for noise sensors.
Last updated
Was this helpful?
Seam enables you to configure the of your noise sensor, as well as to receive events when a disturbance is detected. This guide walks you through how to configure noise thresholds with the Seam API.
First, create a threshold using the endpoint. For example:
Request:
Response:
This threshold creates a noise threshold of 70 decibels from 20:00-06:00 PST called builtin_quiet_hours
.
Once you have created a threshold, connect it to a webhook to log events.
For Minut devices, you can configure two thresholdsโone for quiet hours and one for the rest of the day.
For NoiseAware devices, you can configure as many thresholds as you want, provided that they do not overlap during daytime hours.
In the left-hand navigation pane of Seam Console, click Webhooks.
On the Webhooks page, click + Add Webhook.
In the Create Webhook dialog:
Type your URL.
Select the event types for which you want to receive events.
Click Create.
The Seam Console displays the URL and secret for the newly-created webhook. To test your webhook, click Test your webhook.
Once you have configured your thresholds and webhooks, you can monitor events with the Seam API. The following sample shows how events look:
You can set up webhooks in the .
For a detailed reference of event parameters, see .