Spoiler Position (Relative)

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

Name: spoilerposition

Delivery Method: pull

ATTRIBUTES

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