Update Noise Threshold
Update a Noise Threshold on your Noise Sensor
Update Noise Threshold
PUT
https://connect.getseam.com/noise_sensors/noise_thresholds/update
Headers
Authorization*
String
Bearer <API_KEY>
Request Body
noise_threshold_id*
String
Noise threshold id
device_id*
String
Device id of a device the noise threshold is on
name
String
Name of the Noise Threshold
starts_daily_at
String
Time when noise threshold becomes active daily
ends_daily_at
String
Time when noise threshold becomes inactive daily
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)
Code Example
Parameters
device_id
type: string
Device id of a device to create a noise threshold on
noise_threshold_id
string
Noise Threshold Id
name
string
Name of the Noise Threshold
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)
Response
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.
JSON format
Last updated