Mobile Phone Connected Status

Status of mobile phone

Name: mobilephoneconnectedstatus

Delivery Method: pull

ATTRIBUTES

value required
boolean Mobile phone status value
timestamp required
string The timestamp the mobile phone status was recorded. Format according to ISO 8601 format.
{
  "name": "Mobile Phone Connected Status",
  "technicalName": "mobilephoneconnectedstatus",
  "description": "Status of mobile phone",
  "lifecycleStatus": "PUBLISHED",
  "type": "IN_VEHICLE",
  "personalData": false,
  "schema": {
    "$schema": "http://json-schema.org/draft-04/schema#",
    "type": "object",
    "title": "Mobile Phone Connected Status",
    "required": [
      "value",
      "timestamp"
    ],
    "properties": {
      "value": {
        "type": "boolean",
        "title": "Mobile phone status value"
      },
      "timestamp": {
        "type": "string",
        "format": "date-time",
        "title": "The timestamp the mobile phone status was recorded. Format according to ISO 8601 format."
      }
    }
  }
}