@seamapi/http - v1.128.0
    Preparing search index...

    Type Alias ThermostatsListParameters

    type ThermostatsListParameters = {
        connect_webview_id?: string;
        connected_account_id?: string;
        connected_account_ids?: string[];
        created_before?: string;
        custom_metadata_has?: Record<string, unknown>;
        customer_key?: string;
        device_ids?: string[];
        device_type?:
            | "ecobee_thermostat"
            | "nest_thermostat"
            | "honeywell_resideo_thermostat"
            | "tado_thermostat"
            | "sensi_thermostat"
            | "smartthings_thermostat";
        device_types?: (
            | "ecobee_thermostat"
            | "nest_thermostat"
            | "honeywell_resideo_thermostat"
            | "tado_thermostat"
            | "sensi_thermostat"
            | "smartthings_thermostat"
        )[];
        limit?: number;
        manufacturer?: | "ecobee"
        | "honeywell_resideo"
        | "nest"
        | "sensi"
        | "smartthings"
        | "tado";
        page_cursor?: string;
        search?: string;
        space_id?: string;
        unstable_location_id?: string;
        user_identifier_key?: string;
    }
    Index
    connect_webview_id?: string
    connected_account_id?: string
    connected_account_ids?: string[]
    created_before?: string
    custom_metadata_has?: Record<string, unknown>
    customer_key?: string
    device_ids?: string[]
    device_type?:
        | "ecobee_thermostat"
        | "nest_thermostat"
        | "honeywell_resideo_thermostat"
        | "tado_thermostat"
        | "sensi_thermostat"
        | "smartthings_thermostat"
    device_types?: (
        | "ecobee_thermostat"
        | "nest_thermostat"
        | "honeywell_resideo_thermostat"
        | "tado_thermostat"
        | "sensi_thermostat"
        | "smartthings_thermostat"
    )[]
    limit?: number
    manufacturer?:
        | "ecobee"
        | "honeywell_resideo"
        | "nest"
        | "sensi"
        | "smartthings"
        | "tado"
    page_cursor?: string
    search?: string
    space_id?: string
    unstable_location_id?: string
    user_identifier_key?: string