Diesel Over Boost Code Regulator Status

This value indicates the diesel over boost code regulator status at the time of data capturing.

Name: dieseloverboostcoderegulatorstatus

Delivery Method: pull

ATTRIBUTES

value required
string Diesel over boost code regulator status
timestamp required
string The timestamp the diesel over boost code regulator value was recorded. Format according to ISO 8601 format.
{
  "name": "Diesel Over Boost Code Regulator Status",
  "technicalName": "dieseloverboostcoderegulatorstatus",
  "description": "This value indicates the diesel over boost code regulator status 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 Over Boost Code Regulator Status",
    "required": [
      "value",
      "timestamp"
    ],
    "properties": {
      "value": {
        "type": "string",
        "enum": [
          "UNKNOWN",
          "NORMAL_OPERATION",
          "OVERLOADED",
          "AT_LIMIT",
          "OVER_LIMIT"
        ],
        "title": "Diesel over boost code regulator status"
      },
      "timestamp": {
        "type": "string",
        "format": "date-time",
        "title": "The timestamp the diesel over boost code regulator value was recorded. Format according to ISO 8601 format."
      }
    }
  }
}