smartcar home page
✨ Ask Smartcar
⌘K
Ask AI
Log in
Sign up
Request a Demo
Request a Demo
Search...
Navigation
Smartcar Signals & Attributes
HVAC Signals
Getting Started
Connecting Vehicles
API Reference
Help Center
Changelog
Introduction
Smartcar APIs
SDKs
Permissions
Errors
Smartcar Signals & Attributes
Overview
Charge
Climate
Closure
ConnectivitySoftware
Diagnostics
HVAC
InternalCombustionEngine
Location
LowVoltageBattery
Motion
Odometer
Service
Surveillance
TractionBattery
Transmission
VehicleIdentification
Wheel
Vehicles API 3.0
Overview
Authorization
GET
GET vehicle
GET
GET signals
GET
GET signal
POST
Charge Limit
POST
Start & Stop Charge
POST
Lock & Unlock
POST
Send Destination
Vehicles API 2.0
Legacy
Management API
Management API Overview
GET
Vehicle Connections
DEL
Vehicle Connections
Compatibility API
Compatibility API Overview
GET
By VIN
GET
By Region and Make
On this page
Cabin Target Temperature
Is Cabin HVACActive
Is Front Defroster Active
Is Rear Defroster Active
Is Steering Heater Active
Smartcar Signals & Attributes
HVAC Signals
Cabin Target Temperature
unit
string
The temperature unit (e.g., celsius, fahrenheit)
value
number
The target temperature value
Example
Copy
Ask AI
{
"unit"
:
"celsius"
,
"value"
:
22
}
Is Cabin HVACActive
value
boolean
A boolean value indicating if the cabin HVAC system is active.
Example
Copy
Ask AI
{
"value"
:
true
}
Is Front Defroster Active
value
boolean
A boolean value indicating if the front windshield defroster is active.
Example
Copy
Ask AI
{
"value"
:
false
}
Is Rear Defroster Active
value
boolean
A boolean value indicating if the rear windshield defroster is active.
Example
Copy
Ask AI
{
"value"
:
false
}
Is Steering Heater Active
value
boolean
A boolean value indicating if the steering wheel heater is active.
Example
Copy
Ask AI
{
"value"
:
true
}
Was this page helpful?
Yes
No
Diagnostics
InternalCombustionEngine
Assistant
Responses are generated using AI and may contain mistakes.