Aircon · Schema

Thermostat

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

Air ConditioningHVACClimate ControlIoTSmart HomeThermostatBuilding AutomationEnergy Management

Properties

Name Type Description
id string Unique identifier for the thermostat device.
name string Human-readable name of the thermostat.
current_temperature number Current measured temperature in degrees.
target_temperature number Target temperature setpoint.
temperature_unit string Unit of temperature measurement.
hvac_mode string Current HVAC operating mode.
hvac_status string Current HVAC operation status.
fan_mode string Fan operation mode.
humidity number Current relative humidity percentage.
target_humidity number Target relative humidity percentage.
is_online boolean Whether the thermostat is currently online.
location string Physical location or room of the thermostat.
model string Thermostat model identifier.
firmware_version string Current firmware version of the device.
last_updated string Timestamp of the last status update.
View JSON Schema on GitHub