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