@seamapi/http - v1.122.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"
        )[];
        exclude_if?: (
            | "can_remotely_unlock"
            | "can_remotely_lock"
            | "can_program_offline_access_codes"
            | "can_program_online_access_codes"
            | "can_hvac_heat"
            | "can_hvac_cool"
            | "can_hvac_heat_cool"
            | "can_turn_off_hvac"
            | "can_simulate_removal"
            | "can_simulate_connection"
            | "can_simulate_disconnection"
            | "can_unlock_with_code"
            | "can_run_thermostat_programs"
            | "can_program_thermostat_programs_as_weekday_weekend"
            | "can_program_thermostat_programs_as_different_each_day"
            | "can_program_thermostat_programs_as_same_each_day"
            | "can_simulate_hub_connection"
            | "can_simulate_hub_disconnection"
            | "can_simulate_paid_subscription"
            | "can_configure_auto_lock"
        )[];
        include_if?: (
            | "can_remotely_unlock"
            | "can_remotely_lock"
            | "can_program_offline_access_codes"
            | "can_program_online_access_codes"
            | "can_hvac_heat"
            | "can_hvac_cool"
            | "can_hvac_heat_cool"
            | "can_turn_off_hvac"
            | "can_simulate_removal"
            | "can_simulate_connection"
            | "can_simulate_disconnection"
            | "can_unlock_with_code"
            | "can_run_thermostat_programs"
            | "can_program_thermostat_programs_as_weekday_weekend"
            | "can_program_thermostat_programs_as_different_each_day"
            | "can_program_thermostat_programs_as_same_each_day"
            | "can_simulate_hub_connection"
            | "can_simulate_hub_disconnection"
            | "can_simulate_paid_subscription"
            | "can_configure_auto_lock"
        )[];
        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

    Properties

    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"
    )[]
    exclude_if?: (
        | "can_remotely_unlock"
        | "can_remotely_lock"
        | "can_program_offline_access_codes"
        | "can_program_online_access_codes"
        | "can_hvac_heat"
        | "can_hvac_cool"
        | "can_hvac_heat_cool"
        | "can_turn_off_hvac"
        | "can_simulate_removal"
        | "can_simulate_connection"
        | "can_simulate_disconnection"
        | "can_unlock_with_code"
        | "can_run_thermostat_programs"
        | "can_program_thermostat_programs_as_weekday_weekend"
        | "can_program_thermostat_programs_as_different_each_day"
        | "can_program_thermostat_programs_as_same_each_day"
        | "can_simulate_hub_connection"
        | "can_simulate_hub_disconnection"
        | "can_simulate_paid_subscription"
        | "can_configure_auto_lock"
    )[]
    include_if?: (
        | "can_remotely_unlock"
        | "can_remotely_lock"
        | "can_program_offline_access_codes"
        | "can_program_online_access_codes"
        | "can_hvac_heat"
        | "can_hvac_cool"
        | "can_hvac_heat_cool"
        | "can_turn_off_hvac"
        | "can_simulate_removal"
        | "can_simulate_connection"
        | "can_simulate_disconnection"
        | "can_unlock_with_code"
        | "can_run_thermostat_programs"
        | "can_program_thermostat_programs_as_weekday_weekend"
        | "can_program_thermostat_programs_as_different_each_day"
        | "can_program_thermostat_programs_as_same_each_day"
        | "can_simulate_hub_connection"
        | "can_simulate_hub_disconnection"
        | "can_simulate_paid_subscription"
        | "can_configure_auto_lock"
    )[]
    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