v1

latestOpenAPI 3.0.02026-07-22201291.8 MB
/noise_sensors

Create a Noise Threshold

Creates a new 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.

post/noise_sensors/noise_thresholds/create

Request body

device_idstring uuid required

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

ends_daily_atstring required

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

namestring

Name of the new noise threshold.

noise_threshold_decibelsnumber float

Noise level in decibels for the new noise threshold.

noise_threshold_nrsnumber float

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

starts_daily_atstring required

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

Response

OK