Firmware Version

Auto API
Level 13
Last Updated
Level 11
Added In
Level 4
Identifier
0x00 0x03

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.

Application version

id: 0x03
name: application_version
name_cased: applicationVersion
name_pretty: Application version
type: string
description: Application version

Example

data_component: 76312e352d70726f64
value: v1.5-prod
description: Application version is 'v1.5-prod'

HMKit build name

id: 0x02
name: hmkit_build_name
name_cased: hmKitBuildName
name_pretty: HMKit build name
type: string
description: HMKit version build name

Example

data_component: 6274737461636b2d75617274
value: btstack-uart
description: Build name is 'btstack-uart'

HMKit version

id: 0x01
name: hmkit_version
name_cased: hmKitVersion
name_pretty: HMKit version
type: types.hmkit_version
description: HMKit version

Example

data_component: 010f21
values:
  major: 1
  minor: 15
  patch: 33
description: HMKit version is 1.15.33