Aircon · Schema

HvacSchedule

A time-based schedule program for HVAC setpoints and modes.

Air ConditioningHVACClimate ControlIoTSmart HomeThermostatBuilding AutomationEnergy Management

Properties

Name Type Description
id string Unique identifier for the schedule.
name string Human-readable name of the schedule.
thermostat_id string ID of the thermostat this schedule applies to.
heat_setpoint number Heating setpoint temperature for this schedule period.
cool_setpoint number Cooling setpoint temperature for this schedule period.
days array Days of the week this schedule applies.
start_time string Start time in HH:MM 24-hour format.
end_time string End time in HH:MM 24-hour format.
is_enabled boolean Whether this schedule is active.
View JSON Schema on GitHub