Window Position - Rear Left (Relative)

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

Name: windowpositionrearleft

Delivery Method: pull

ATTRIBUTES

value required
number Rear left window position value.
unit
string Rear left window position unit.
timestamp required
string The timestamp the vehicle rear left window position was recorded. Format according to ISO 8601 format.
{
  "name": "Window Position - Rear Left (Relative)",
  "technicalName": "windowpositionrearleft",
  "description": "This value indicates the rear 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 - Rear Left (Relative)",
    "required": [
      "value",
      "timestamp"
    ],
    "properties": {
      "value": {
        "type": "number",
        "title": "Rear left window position value."
      },
      "unit": {
        "type": "string",
        "title": "Rear left window position unit.",
        "enum": [
          "PERCENTAGE"
        ]
      },
      "timestamp": {
        "type": "string",
        "format": "date-time",
        "title": "The timestamp the vehicle rear left window position was recorded. Format according to ISO 8601 format."
      }
    }
  }
}