Skip to main content

lock_door

Lock doors
  • Description: locks the doors when the vehicle’s safety preconditions are met (see below).
  • Preconditions:
    • The vehicle must not be moving.
  • Example:
{
  "id": "8619b2df-1d68-40e1-8760-cf36f06d00b5",
  "vin": "6AHFT68CKAF501652",
  "command": "lock_door",
  "status": "Success",
  "detail": {
    "date_time": "2023-02-14 09:52:48"
  },
  "updated": "2023-02-14 09:53:48"
}

unlock_door

Unlock doors
  • Description: unlocks the doors when the vehicle’s safety preconditions are met (see below).
  • Preconditions:
    • The vehicle must not be moving.
  • Example:
{
  "id": "8619b2df-1d68-40e1-8760-cf36f06d00b5",
  "vin": "6AHFT68CKAF501652",
  "command": "unlock_door",
  "status": "Success",
  "detail": {
    "date_time": "2023-02-14 09:52:48"
  },
  "updated": "2023-02-14 09:53:48"
}