Doors
POST /api/1/vehicles/{id}/command/door_unlock
/api/1/vehicles/{id}/command/door_unlockUnlocks the doors to the car. Extends the handles on the S.
Response
{
"reason": "",
"result": true
}POST /api/1/vehicles/{id}/command/door_lock
/api/1/vehicles/{id}/command/door_lockLocks the doors to the car. Retracts the handles on the S, if they are extended.
Response
{
"reason": "",
"result": true
}Last updated