Diesel Exhaust Fluid Level (Relative)

This value indicates the diesel exhaust fluid level at the time of data capturing.

Name: dieselexhaustfluidlevel

Delivery Method: pull

ATTRIBUTES

value required
number Diesel exhaust fluid level value.
unit required
string Diesel exhaust fluid level unit.
timestamp required
string The timestamp the diesel exhaust fluid level value was recorded. Format according to ISO 8601 format.
{
  "name": "Diesel Exhaust Fluid Level (Relative)",
  "technicalName": "dieselexhaustfluidlevel",
  "description": "This value indicates the diesel exhaust fluid level at the time of data capturing.",
  "lifecycleStatus": "PUBLISHED",
  "type": "IN_VEHICLE",
  "personalData": false,
  "schema": {
    "$schema": "http://json-schema.org/draft-04/schema#",
    "type": "object",
    "title": "Diesel Exhaust Fluid Level (Relative)",
    "required": [
      "value",
      "unit",
      "timestamp"
    ],
    "properties": {
      "value": {
        "type": "number",
        "title": "Diesel exhaust fluid level value."
      },
      "unit": {
        "type": "string",
        "enum": [
          "PERCENTAGE"
        ],
        "title": "Diesel exhaust fluid level unit."
      },
      "timestamp": {
        "type": "string",
        "format": "date-time",
        "title": "The timestamp the diesel exhaust fluid level value was recorded. Format according to ISO 8601 format."
      }
    }
  }
}