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

JSON Schema

aircon-hvac-schedule-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aircon/refs/heads/main/json-schema/aircon-hvac-schedule-schema.json",
  "title": "HvacSchedule",
  "description": "A time-based schedule program for HVAC setpoints and modes.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier for the schedule.",
      "example": "schedule-home"
    },
    "name": {
      "type": "string",
      "description": "Human-readable name of the schedule.",
      "example": "Home"
    },
    "thermostat_id": {
      "type": "string",
      "description": "ID of the thermostat this schedule applies to.",
      "example": "thermostat-a1b2c3"
    },
    "heat_setpoint": {
      "type": "number",
      "description": "Heating setpoint temperature for this schedule period.",
      "example": 68.0
    },
    "cool_setpoint": {
      "type": "number",
      "description": "Cooling setpoint temperature for this schedule period.",
      "example": 76.0
    },
    "days": {
      "type": "array",
      "items": {
        "type": "string",
        "enum": ["monday", "tuesday", "wednesday", "thursday", "friday", "saturday", "sunday"]
      },
      "description": "Days of the week this schedule applies.",
      "example": ["monday", "tuesday", "wednesday", "thursday", "friday"]
    },
    "start_time": {
      "type": "string",
      "description": "Start time in HH:MM 24-hour format.",
      "example": "08:00"
    },
    "end_time": {
      "type": "string",
      "description": "End time in HH:MM 24-hour format.",
      "example": "17:00"
    },
    "is_enabled": {
      "type": "boolean",
      "description": "Whether this schedule is active.",
      "example": true
    }
  },
  "required": ["id", "thermostat_id", "heat_setpoint", "cool_setpoint"]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/aircon-hvac-schedule"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.