Tire Pressure - Rear Left (Delta)

This value indicates the difference between the nominal and actual rear left tire pressure at the time of data capturing (nominal - actual).

Name: tirepressurerearleftdelta

Delivery Method: pull

ATTRIBUTES

value required
number Delta rear left tire pressure value
unit required
string Delta rear left tire pressure unit
timestamp required
string The timestamp the delta rear left tire pressure value was recorded. Format according to ISO 8601 format.
{
  "name": "Tire Pressure - Rear Left (Delta)",
  "technicalName": "tirepressurerearleftdelta",
  "description": "This value indicates the difference between the nominal and actual rear left tire pressure at the time of data capturing (nominal - actual).",
  "lifecycleStatus": "PUBLISHED",
  "type": "IN_VEHICLE",
  "personalData": false,
  "schema": {
    "$schema": "http://json-schema.org/draft-04/schema#",
    "type": "object",
    "title": "Tire Pressure - Rear Left (Delta)",
    "required": [
      "value",
      "unit",
      "timestamp"
    ],
    "properties": {
      "value": {
        "type": "number",
        "title": "Delta rear left tire pressure value"
      },
      "unit": {
        "type": "string",
        "enum": [
          "Bar",
          "PSI",
          "kPa"
        ],
        "title": "Delta rear left tire pressure unit"
      },
      "timestamp": {
        "type": "string",
        "format": "date-time",
        "title": "The timestamp the delta rear left tire pressure value was recorded. Format according to ISO 8601 format."
      }
    }
  }
}