Outgoing Message Handlers

Various outgoing messages sent in the web socket stream to activate remote control commands of vehicle

{
  "handler": "remote_command",
  "data": {
    "vin": "VCF1ZBU28PG004100",
    "command": "doors_lock"
  }
}
{
  "handler": "remote_command",
  "data": {
    "vin": "VCF1ZBU28PG004100",
    "command": "doors_unlock"
  }
}
{
  "handler": "digital_twin",
  "data": {
    "vin": "VCF1ZBU28PG004100"
  }
}
{
  "handler": "remote_command",
  "data": {
    "vin": "VCF1ZBU28PG004100",
    "command": "california_mode",
    "data": "on"
  }
}
{
  "handler": "remote_command",
  "data": {
    "vin": "VCF1ZBU28PG004100",
    "command": "trunk_open"
  }
}

Last updated