Last updated
Was this helpful?
Last updated
Was this helpful?
POST
https://connect.getseam.com/noise_sensors/noise_thresholds/create
This section shows the JSON response returned by the API. Since each language encapsulates this response inside objects specific to that language and/or implementation, the actual type in your language might differ from what’s written here.
Authorization*
String
Bearer <API_KEY>
device_id*
String
Device id of a device to create a noise threshold on
starts_daily_at*
String
Time when noise threshold becomes active daily
ends_daily_at*
String
Time when noise threshold becomes inactive daily
name
String
Name of the Noise Threshold
noise_threshold_decibels
String
Noise level in decibels
noise_threshold_nrs
String
Noise level in Noiseaware Noise Risk Score (NRS) (only relevant for Noiseaware sensors)
device_id
string
Device id of a device to create a noise threshold on
name
string
Name of the Noise Threshold
starts_daily_at
Timestamp of when the Noise Threshold becomes active daily
ends_daily_at
Timestamp of when the Noise Threshold becomes inactive daily
noise_threshold_decibels
number
The noise level in decibels
noise_threshold_nrs
number, optional
Noise Level in Noiseaware Noise Risk Score (NRS) (only relevant for Noiseaware sensors)
Create a Noise Threshold on your Noise Sensor