Sunroof Position - Rear (Relative)

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

Name: sunroofpositionrear

Delivery Method: pull

ATTRIBUTES

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