@seamapi/http - v2.0.0
    Preparing search index...

    Type Alias NoiseSensorsNoiseThresholdsCreateParameters

    type NoiseSensorsNoiseThresholdsCreateParameters = {
        device_id: string;
        ends_daily_at: string;
        name?: string;
        noise_threshold_decibels?: number;
        noise_threshold_nrs?: number;
        starts_daily_at: string;
    }
    Index
    device_id: string

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

    ends_daily_at: string

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

    name?: string

    Name of the new noise threshold.

    noise_threshold_decibels?: number

    Noise level in decibels for the new noise threshold.

    noise_threshold_nrs?: number

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

    starts_daily_at: string

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