Home
Aircon
Aircon Hvac Schedule Structure
Aircon Hvac Schedule Structure
A time-based schedule program for HVAC setpoints and modes.
Type: object
Properties: 9
Required: 4
Air Conditioning HVAC Climate Control IoT Smart Home Thermostat Building Automation Energy Management
HvacSchedule is a JSON Structure definition published by Aircon, describing 9 properties, of which 4 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
Properties
id
name
thermostat_id
heat_setpoint
cool_setpoint
days
start_time
end_time
is_enabled
Meta-schema: https://json-structure.org/meta/core/v0/#
JSON Structure
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/aircon/refs/heads/main/json-structure/aircon-hvac-schedule-structure.json",
"name": "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": "double",
"description": "Heating setpoint temperature for this schedule period.",
"example": 68.0
},
"cool_setpoint": {
"type": "double",
"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"
]
}
Every JSON Structure 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 json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/aircon-hvac-schedule-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms .
A second provider on the same verified email joins the account you already have.