Style
GET/vehicles/{vehicleId}/signals/wheel-style
Wheel style of the vehicle.
object
Tires
GET/vehicles/{vehicleId}/signals/wheel-tires
An array of objects, where each object represents a specific wheel on the vehicle.
object
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
/vehicles/{vehicleId}/signals/wheel-style
Wheel style of the vehicle.
/vehicles/{vehicleId}/signals/wheel-tires
An array of objects, where each object represents a specific wheel on the vehicle.
Show body properties
Show Array item properties
{
"rowCount": 2,
"columnCount": 2,
"values": [
{
"row": 0,
"column": 0,
"tirePressure": 32
},
{
"row": 0,
"column": 1,
"tirePressure": 32
},
{
"row": 1,
"column": 0,
"tirePressure": 35
},
{
"row": 1,
"column": 1,
"tirePressure": 35
}
],
"unit": "kPa"
}
Was this page helpful?
