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

    Type Alias ThermostatsDailyProgramsCreateParameters

    type ThermostatsDailyProgramsCreateParameters = {
        device_id: string;
        name: string;
        periods: { climate_preset_key?: string; starts_at_time?: string }[];
    }
    Index
    device_id: string

    ID of the thermostat device for which you want to create a daily program.

    name: string

    Name of the thermostat daily program.

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

    Array of thermostat daily program periods.

    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.