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

    Type Alias NoiseSensorsListParameters

    Parameters for SeamHttpNoiseSensors.list.

    type NoiseSensorsListParameters = {
        connect_webview_id?: string;
        connected_account_id?: string;
        customer_key?: string;
        device_type?: "noiseaware_activity_zone" | "minut_sensor";
        device_types?: ("noiseaware_activity_zone" | "minut_sensor")[];
        manufacturer?: "minut" | "noiseaware";
    }
    Index
    connect_webview_id?: string

    ID of the Connect Webview for which you want to list devices.

    connected_account_id?: string

    ID of the connected account for which you want to list devices.

    customer_key?: string

    Customer key for which you want to list devices.

    device_type?: "noiseaware_activity_zone" | "minut_sensor"

    Device type of the noise sensors that you want to list.

    device_types?: ("noiseaware_activity_zone" | "minut_sensor")[]

    Device types of the noise sensors that you want to list.

    manufacturer?: "minut" | "noiseaware"

    Manufacturers of the noise sensors that you want to list.