Aircon · Example Payload

Aircon Sensor Reading Example

Air ConditioningHVACClimate ControlIoTSmart HomeThermostatBuilding AutomationEnergy Management

Aircon Sensor Reading Example is an example object payload from Aircon, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

sensor_idsensor_typevalueunitlocationin_usetimestamp

Example Payload

aircon-sensor-reading-example.json Raw ↑
{
  "sensor_id": "sensor-bedroom-01",
  "sensor_type": "temperature",
  "value": 71.2,
  "unit": "fahrenheit",
  "location": "Bedroom",
  "in_use": true,
  "timestamp": "2026-04-19T10:30:00Z"
}