Cruise Control

Auto API
Level 13
Last Updated
Level 12
Added In
Level 7
Identifier
0x00 0x62

This page specifies the Auto API protocol for Vehicle Status. Head over to the REST API, iOS SDK, Android SDK or Node.js SDK code reference pages for platform specifics.

Adaptive Cruise Control

id: 0x04
name: adaptive_cruise_control
name_cased: adaptiveCruiseControl
name_pretty: Adaptive Cruise Control
type: types.active_state

Example

data_component: "00"
value: inactive
description: Adaptive Cruise Control is inactive

Adaptive Cruise Control (ACC) target speed

id: 0x05
name: acc_target_speed
name_cased: accTargetSpeed
name_pretty: Adaptive Cruise Control (ACC) target speed
type: unit.speed
size: 10
description: The target speed of the Adaptive Cruise Control

Example

data_component: 16014050c00000000000
value:
  kilometers_per_hour: 67
description: The Adaptive Cruise Control target speed is set to 67.0km/h

Cruise control

id: 0x01
name: cruise_control
name_cased: cruiseControl
name_pretty: Cruise control
type: types.active_state

Example

data_component: "01"
value: active
description: Cruise control is active

Limiter

id: 0x02
name: limiter
name_cased: limiter
name_pretty: Limiter
type: enum
size: 1
enum_values:
  - id: 0x00
    name: not_set
  - id: 0x01
    name: higher_speed_requested
  - id: 0x02
    name: lower_speed_requested
  - id: 0x03
    name: speed_fixed

Example

data_component: "01"
value: higher_speed_requested
description: Higher speed requested by the limiter

Target speed

id: 0x03
name: target_speed
name_cased: targetSpeed
name_pretty: Target speed
type: unit.speed
size: 10
description: The target speed

Example

data_component: "1601404e800000000000"
value:
  kilometers_per_hour: 61
description: The target speed is set to 61.0km/h