Skip to main content
POST

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 create a noise threshold.

ends_daily_at
string
required

Time at which the new noise threshold should become inactive daily.

starts_daily_at
string
required

Time at which the new noise threshold should become active daily.

name
string

Name of the new noise threshold.

noise_threshold_decibels
number<float>

Noise level in decibels for the new noise threshold.

noise_threshold_nrs
number<float>

Noise level in Noiseaware Noise Risk Score (NRS) for the new noise threshold. This parameter is only relevant for Noiseaware sensors.

Response

OK

noise_threshold
object
required

Represents a noise threshold for a noise sensor. Thresholds represent the limits of noise tolerated at a property, which can be customized for each hour of the day. Each device has its own default thresholds, but you can use the Seam API to modify them. See the noise_threshold object.