Remote Service Type

This value shows the most recent remote service type selected.

Name: remoteservicetype

Delivery Method: pull

ATTRIBUTES

value required
string Remote service type value
timestamp required
string The timestamp the remote service type was recorded. Format according to ISO 8601 format.
{
  "name": "Remote Service Type",
  "technicalName": "remoteservicetype",
  "description": "This value shows the most recent remote service type selected.",
  "lifecycleStatus": "PUBLISHED",
  "type": "IN_VEHICLE",
  "personalData": false,
  "schema": {
    "$schema": "http://json-schema.org/draft-04/schema#",
    "type": "object",
    "title": "Remote Service Type",
    "required": [
      "value",
      "timestamp"
    ],
    "properties": {
      "value": {
        "type": "string",
        "title": "Remote service type value",
        "enum": [
          "CLIMATENOW",
          "CLIMATETIMER",
          "POSITIONON",
          "LOCKDOOR",
          "BLOWHORN",
          "UNLOCKDOOR",
          "FLASHLIGHT",
          "REMOTECHARGINGPROFILE",
          "REMOTE360"
        ]
      },
      "timestamp": {
        "type": "string",
        "format": "date-time",
        "title": "The timestamp the remote service type was recorded. Format according to ISO 8601 format."
      }
    }
  }
}