Diesel Exhaust Fluid Level Range Remaining

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

Name: dieselexhaustfluidlevelrangeremaining

Delivery Method: pull

ATTRIBUTES

value required
number Diesel exhaust fluid level range remaining value
unit required
string Diesel exhaust fluid level range remaining unit
timestamp required
string The timestamp the diesel exhaust fluid level range remaining value was recorded. Format according to ISO 8601 format.
{
  "name": "Diesel Exhaust Fluid Level Range Remaining",
  "technicalName": "dieselexhaustfluidlevelrangeremaining",
  "description": "This value indicates the diesel exhaust fluid level range remaining 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 Range Remaining",
    "required": [
      "value",
      "unit",
      "timestamp"
    ],
    "properties": {
      "value": {
        "type": "number",
        "title": "Diesel exhaust fluid level range remaining value"
      },
      "unit": {
        "type": "string",
        "enum": [
          "km"
        ],
        "title": "Diesel exhaust fluid level range remaining unit"
      },
      "timestamp": {
        "type": "string",
        "format": "date-time",
        "title": "The timestamp the diesel exhaust fluid level range remaining value was recorded. Format according to ISO 8601 format."
      }
    }
  }
}