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

    Type Alias DeviceProviderResource

    type DeviceProviderResource = {
        can_configure_auto_lock?: boolean;
        can_hvac_cool?: boolean;
        can_hvac_heat?: boolean;
        can_hvac_heat_cool?: boolean;
        can_program_offline_access_codes?: boolean;
        can_program_online_access_codes?: boolean;
        can_program_thermostat_programs_as_different_each_day?: boolean;
        can_program_thermostat_programs_as_same_each_day?: boolean;
        can_program_thermostat_programs_as_weekday_weekend?: boolean;
        can_remotely_lock?: boolean;
        can_remotely_unlock?: boolean;
        can_run_thermostat_programs?: boolean;
        can_simulate_connection?: boolean;
        can_simulate_disconnection?: boolean;
        can_simulate_hub_connection?: boolean;
        can_simulate_hub_disconnection?: boolean;
        can_simulate_paid_subscription?: boolean;
        can_simulate_removal?: boolean;
        can_turn_off_hvac?: boolean;
        can_unlock_with_code?: boolean;
        device_provider_name:
            | "hotek"
            | "dormakaba_community"
            | "legic_connect"
            | "akuvox"
            | "august"
            | "avigilon_alta"
            | "brivo"
            | "butterflymx"
            | "schlage"
            | "smartthings"
            | "yale"
            | "genie"
            | "doorking"
            | "salto"
            | "salto_ks"
            | "salto_ks_accept"
            | "lockly"
            | "ttlock"
            | "linear"
            | "noiseaware"
            | "nuki"
            | "igloo"
            | "kwikset"
            | "minut"
            | "my_2n"
            | "controlbyweb"
            | "nest"
            | "igloohome"
            | "ecobee"
            | "four_suites"
            | "dormakaba_oracode"
            | "pti"
            | "wyze"
            | "seam_passport"
            | "visionline"
            | "assa_abloy_credential_service"
            | "tedee"
            | "honeywell_resideo"
            | "first_alert"
            | "latch"
            | "akiles"
            | "assa_abloy_vostio"
            | "assa_abloy_vostio_credential_service"
            | "tado"
            | "salto_space"
            | "sensi"
            | "keynest"
            | "korelock"
            | "keyincode"
            | "dormakaba_ambiance"
            | "ultraloq"
            | "dusaw"
            | "sifely"
            | "thirty_three_lock"
            | "ring"
            | "ical"
            | "lodgify"
            | "hostaway"
            | "guesty"
            | "acuity_scheduling"
            | "omnitec"
            | "kisi";
        display_name: string;
        image_url: string;
        provider_categories: (
            | "stable"
            | "consumer_smartlocks"
            | "beta"
            | "thermostats"
            | "noise_sensors"
            | "access_control_systems"
            | "cameras"
            | "connectors"
        )[];
    }
    Index

    Properties

    can_configure_auto_lock?: boolean
    can_hvac_cool?: boolean
    can_hvac_heat?: boolean
    can_hvac_heat_cool?: boolean
    can_program_offline_access_codes?: boolean
    can_program_online_access_codes?: boolean
    can_program_thermostat_programs_as_different_each_day?: boolean
    can_program_thermostat_programs_as_same_each_day?: boolean
    can_program_thermostat_programs_as_weekday_weekend?: boolean
    can_remotely_lock?: boolean
    can_remotely_unlock?: boolean
    can_run_thermostat_programs?: boolean
    can_simulate_connection?: boolean
    can_simulate_disconnection?: boolean
    can_simulate_hub_connection?: boolean
    can_simulate_hub_disconnection?: boolean
    can_simulate_paid_subscription?: boolean
    can_simulate_removal?: boolean
    can_turn_off_hvac?: boolean
    can_unlock_with_code?: boolean
    device_provider_name:
        | "hotek"
        | "dormakaba_community"
        | "legic_connect"
        | "akuvox"
        | "august"
        | "avigilon_alta"
        | "brivo"
        | "butterflymx"
        | "schlage"
        | "smartthings"
        | "yale"
        | "genie"
        | "doorking"
        | "salto"
        | "salto_ks"
        | "salto_ks_accept"
        | "lockly"
        | "ttlock"
        | "linear"
        | "noiseaware"
        | "nuki"
        | "igloo"
        | "kwikset"
        | "minut"
        | "my_2n"
        | "controlbyweb"
        | "nest"
        | "igloohome"
        | "ecobee"
        | "four_suites"
        | "dormakaba_oracode"
        | "pti"
        | "wyze"
        | "seam_passport"
        | "visionline"
        | "assa_abloy_credential_service"
        | "tedee"
        | "honeywell_resideo"
        | "first_alert"
        | "latch"
        | "akiles"
        | "assa_abloy_vostio"
        | "assa_abloy_vostio_credential_service"
        | "tado"
        | "salto_space"
        | "sensi"
        | "keynest"
        | "korelock"
        | "keyincode"
        | "dormakaba_ambiance"
        | "ultraloq"
        | "dusaw"
        | "sifely"
        | "thirty_three_lock"
        | "ring"
        | "ical"
        | "lodgify"
        | "hostaway"
        | "guesty"
        | "acuity_scheduling"
        | "omnitec"
        | "kisi"
    display_name: string
    image_url: string
    provider_categories: (
        | "stable"
        | "consumer_smartlocks"
        | "beta"
        | "thermostats"
        | "noise_sensors"
        | "access_control_systems"
        | "cameras"
        | "connectors"
    )[]