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

    Type Alias ThermostatsUpdateWeeklyProgramParameters

    type ThermostatsUpdateWeeklyProgramParameters = {
        device_id: string;
        friday_program_id?: string;
        monday_program_id?: string;
        saturday_program_id?: string;
        sunday_program_id?: string;
        thursday_program_id?: string;
        tuesday_program_id?: string;
        wednesday_program_id?: string;
    }
    Index
    device_id: string

    ID of the thermostat device for which you want to update the weekly program.

    friday_program_id?: string

    ID of the thermostat daily program to run on Fridays.

    monday_program_id?: string

    ID of the thermostat daily program to run on Mondays.

    saturday_program_id?: string

    ID of the thermostat daily program to run on Saturdays.

    sunday_program_id?: string

    ID of the thermostat daily program to run on Sundays.

    thursday_program_id?: string

    ID of the thermostat daily program to run on Thursdays.

    tuesday_program_id?: string

    ID of the thermostat daily program to run on Tuesdays.

    wednesday_program_id?: string

    ID of the thermostat daily program to run on Wednesdays.