Aircon · JSON Structure

Aircon Thermostat Structure

Represents the state and configuration of a smart thermostat or HVAC control unit.

Type: object Properties: 15 Required: 3
Air ConditioningHVACClimate ControlIoTSmart HomeThermostatBuilding AutomationEnergy Management

Thermostat is a JSON Structure definition published by Aircon, describing 15 properties, of which 3 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id name current_temperature target_temperature temperature_unit hvac_mode hvac_status fan_mode humidity target_humidity is_online location model firmware_version last_updated

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

aircon-thermostat-structure.json Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aircon/refs/heads/main/json-structure/aircon-thermostat-structure.json",
  "name": "Thermostat",
  "description": "Represents the state and configuration of a smart thermostat or HVAC control unit.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier for the thermostat device.",
      "example": "thermostat-a1b2c3"
    },
    "name": {
      "type": "string",
      "description": "Human-readable name of the thermostat.",
      "example": "Living Room Thermostat"
    },
    "current_temperature": {
      "type": "double",
      "description": "Current measured temperature in degrees.",
      "example": 72.5
    },
    "target_temperature": {
      "type": "double",
      "description": "Target temperature setpoint.",
      "example": 70.0
    },
    "temperature_unit": {
      "type": "string",
      "enum": [
        "celsius",
        "fahrenheit"
      ],
      "description": "Unit of temperature measurement.",
      "example": "fahrenheit"
    },
    "hvac_mode": {
      "type": "string",
      "enum": [
        "off",
        "heat",
        "cool",
        "auto",
        "fan_only",
        "dry"
      ],
      "description": "Current HVAC operating mode.",
      "example": "cool"
    },
    "hvac_status": {
      "type": "string",
      "enum": [
        "idle",
        "heating",
        "cooling",
        "fan",
        "off"
      ],
      "description": "Current HVAC operation status.",
      "example": "cooling"
    },
    "fan_mode": {
      "type": "string",
      "enum": [
        "auto",
        "on",
        "circulate",
        "low",
        "medium",
        "high"
      ],
      "description": "Fan operation mode.",
      "example": "auto"
    },
    "humidity": {
      "type": "double",
      "minimum": 0,
      "maximum": 100,
      "description": "Current relative humidity percentage.",
      "example": 45.0
    },
    "target_humidity": {
      "type": "double",
      "minimum": 0,
      "maximum": 100,
      "description": "Target relative humidity percentage.",
      "example": 50.0
    },
    "is_online": {
      "type": "boolean",
      "description": "Whether the thermostat is currently online.",
      "example": true
    },
    "location": {
      "type": "string",
      "description": "Physical location or room of the thermostat.",
      "example": "Living Room"
    },
    "model": {
      "type": "string",
      "description": "Thermostat model identifier.",
      "example": "ecobee4"
    },
    "firmware_version": {
      "type": "string",
      "description": "Current firmware version of the device.",
      "example": "4.8.7.132"
    },
    "last_updated": {
      "type": "datetime",
      "description": "Timestamp of the last status update.",
      "example": "2026-04-19T10:30:00Z"
    }
  },
  "required": [
    "id",
    "hvac_mode",
    "current_temperature"
  ]
}

Work with this as data

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-thermostat-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.