Tire Pressure Status - Rear Left Inner

Pressure status of the Rear Left

Name: tirepressurestatusrearleftinner

Delivery Method: pull

ATTRIBUTES

value required
string Supported statuses
timestamp required
string The timestamp the tire pressure status was recorded. Format according to ISO 8601 format.
{
  "name": "Tire Pressure Status - Rear Left Inner",
  "technicalName": "tirepressurestatusrearleftinner",
  "description": "Pressure status of the Rear Left",
  "lifecycleStatus": "PUBLISHED",
  "type": "IN_VEHICLE",
  "personalData": false,
  "schema": {
    "$schema": "http://json-schema.org/draft-04/schema#",
    "type": "object",
    "title": "Tire Pressure Status - Rear Left Inner",
    "required": [
      "value",
      "timestamp"
    ],
    "properties": {
      "value": {
        "type": "string",
        "title": "Supported statuses",
        "enum": [
          "UNKNOWN",
          "NORMAL",
          "LOW",
          "ALERT",
          "UNSUPPORTED"
        ]
      },
      "timestamp": {
        "type": "string",
        "format": "date-time",
        "title": "The timestamp the tire pressure status was recorded. Format according to ISO 8601 format."
      }
    }
  }
}