# Climate

<pre class="language-json"><code class="lang-json">{
  "version": 2,
  "application_id": "00000000-0000-0000-0000-000000000000",
  "message_id": "5502FFB01650060FA8888E5C3ED46FF2A0E4A49EACF1A92E264CD0C137971B28",
  "vin": "EXV10000000",
  "data": {
    "<a data-footnote-ref href="#user-content-fn-1">climate</a>": {
      "<a data-footnote-ref href="#user-content-fn-2">outside_temperature</a>": [
        {
          "data": {
            "unit": "celsius",
            "value": 14.5
          },
          "timestamp": "2025-09-23T13:27:03.000Z"
        }
      ],
      "<a data-footnote-ref href="#user-content-fn-3">hvac_state</a>": [
        {
          "data": "inactive",
          "timestamp": "2025-09-18T17:07:16.189Z"
        }
      ]
    }
  }
}
</code></pre>

[^1]: [Climate specification](https://json-schema.app/view/%23/%23%2Fproperties%2Fclimate?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhighmobility%2Fopen-api-specifications%2Frefs%2Fheads%2Fmain%2Fjson-schema%2Fauto-api%2F0002%2Fspec.json)

[^2]: [Outside temperature specification](https://json-schema.app/view/%23/%23%2Fproperties%2Fclimate/%23%2Fproperties%2Fclimate%2Fproperties%2Foutside_temperature%2Fitems?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhighmobility%2Fopen-api-specifications%2Frefs%2Fheads%2Fmain%2Fjson-schema%2Fauto-api%2F0002%2Fspec.json)

[^3]: [HVAC state specification](https://json-schema.app/view/%23/%23%2Fproperties%2Fclimate/%23%2Fproperties%2Fclimate%2Fproperties%2Fhvac_state%2Fitems?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhighmobility%2Fopen-api-specifications%2Frefs%2Fheads%2Fmain%2Fjson-schema%2Fauto-api%2F0002%2Fspec.json)
