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

    Type Alias ThermostatsDailyProgramsUpdateParameters

    type ThermostatsDailyProgramsUpdateParameters = {
        name: string;
        periods: { climate_preset_key?: string; starts_at_time?: string }[];
        thermostat_daily_program_id: string;
    }
    Index
    name: string

    Name of the thermostat daily program that you want to update.

    periods: { climate_preset_key?: string; starts_at_time?: string }[]

    Array of thermostat daily program periods. The periods that you specify overwrite any existing periods for the daily program.

    Type Declaration

    • Optionalclimate_preset_key?: string

      Key of the climate preset to activate at the starts_at_time.

    • Optionalstarts_at_time?: string

      Time at which the thermostat daily program period starts, in ISO 8601 format.

    thermostat_daily_program_id: string

    ID of the thermostat daily program that you want to update.