Trip XEV Battery Charge Regenerated (Trip)

This value indicates the estimated electrical charge that was recovered through regeneration during a trip.

Name: tripxevbatterychargeregenerated

Delivery Method: pull

ATTRIBUTES

value required
number The estimated electrical charge that was recovered through regeneration during a trip.
unit required
string Vehicle charge unit.
timestamp required
string The timestamp the estimated electrical charge that was recovered through regeneration during a trip was recorded. Format according to ISO 8601 format.
{
  "name": "Trip XEV Battery Charge Regenerated (Trip)",
  "technicalName": "tripxevbatterychargeregenerated",
  "description": "This value indicates the estimated electrical charge that was recovered through regeneration during a trip.",
  "lifecycleStatus": "tbd",
  "type": "IN_VEHICLE",
  "personalData": true,
  "event": true,
  "schema": {
    "$schema": "http://json-schema.org/draft-04/schema#",
    "type": "object",
    "title": "Trip XEV Battery Charge Regenerated (Trip)",
    "required": [
      "value",
      "unit",
      "timestamp"
    ],
    "properties": {
      "value": {
        "type": "number",
        "title": "The estimated electrical charge that was recovered through regeneration during a trip."
      },
      "unit": {
        "type": "string",
        "enum": [
          "PERCENTAGE"
        ],
        "title": "Vehicle charge unit."
      },
      "timestamp": {
        "type": "string",
        "format": "date-time",
        "title": "The timestamp the estimated electrical charge that was recovered through regeneration during a trip was recorded. Format according to ISO 8601 format."
      }
    }
  }
}