Cabin Target Temperature

unit
string
The temperature unit (e.g., celsius, fahrenheit)
value
number
The target temperature value
Example
{
  "unit": "celsius",
  "value": 22
}

Is Cabin HVACActive

value
boolean
A boolean value indicating if the cabin HVAC system is active.
Example
{
  "value": true
}

Is Front Defroster Active

value
boolean
A boolean value indicating if the front windshield defroster is active.
Example
{
  "value": false
}

Is Rear Defroster Active

value
boolean
A boolean value indicating if the rear windshield defroster is active.
Example
{
  "value": false
}

Is Steering Heater Active

value
boolean
A boolean value indicating if the steering wheel heater is active.
Example
{
  "value": true
}