Window Position - Front Left (Relative)

This value indicates the front left window position at the time of data capturing from 0% (closed) to 100% (open).

Name: windowpositionfrontleft

Delivery Method: pull

ATTRIBUTES

value required
number Front left window position value.
unit required
string Front left window position unit.
timestamp required
string The timestamp the vehicle front left window position was recorded. Format according to ISO 8601 format.
{
  "name": "Window Position - Front Left (Relative)",
  "technicalName": "windowpositionfrontleft",
  "description": "This value indicates the front left window position at the time of data capturing from 0% (closed) to 100% (open).",
  "lifecycleStatus": "PUBLISHED",
  "type": "IN_VEHICLE",
  "personalData": false,
  "schema": {
    "$schema": "http://json-schema.org/draft-04/schema#",
    "type": "object",
    "title": "Window Position - Front Left (Relative)",
    "required": [
      "value",
      "timestamp",
      "unit"
    ],
    "properties": {
      "value": {
        "type": "number",
        "title": "Front left window position value."
      },
      "unit": {
        "type": "string",
        "title": "Front left window position unit.",
        "enum": [
          "PERCENTAGE"
        ]
      },
      "timestamp": {
        "type": "string",
        "format": "date-time",
        "title": "The timestamp the vehicle front left window position was recorded. Format according to ISO 8601 format."
      }
    }
  }
}