Notifications

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

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.

Action items

id: 0x02
name: action_items
name_cased: actionItems
name_pretty: Action items
type: types.action_item
multiple: true
name_singular: action_item

Example

data_component: 1b00044f70656e
values:
  id: 27
  name: Open
description: Notification action named 'Open' with an ID 27
data_component: 1c000643616e63656c
values:
  id: 28
  name: Cancel
description: Notification action named 'Cancel' with an ID 28

Activate action

id: 0x03
name: activated_action
name_cased: activatedAction
name_pretty: Activate action
type: uinteger
size: 1
description: Identifier of the activated action

Example

data_component: 1b
value: 27
description: Activated action with ID 27

Clear

id: 0x04
name: clear
name_cased: clear
name_pretty: Clear
type: enum
size: 1
enum_values:
  - id: 0x00
    name: clear

Example

data_component: "00"
value: clear
description: Clear notifications

Text

id: 0x01
name: text
name_cased: text
name_pretty: Text
type: string
description: Text for the notification

Example

data_component: 4f70656e20476172616765
value: Open Garage
description: Notification text says 'Open Garage'