Sha256: 9944c91f0e409b6fdbefbc60da3cc52fedcfe15bb50c5bd3ff66d90bd1716014
Contents?: true
Size: 393 Bytes
Versions: 13
Compression:
Stored size: 393 Bytes
Contents
# Doors ## POST `/api/1/vehicles/{id}/command/door_unlock` Unlocks the doors to the car. Extends the handles on the S and X. ### Response ```json { "reason": "", "result": true } ``` ## POST `/api/1/vehicles/{id}/command/door_lock` Locks the doors to the car. Retracts the handles on the S and X, if they are extended. ### Response ```json { "reason": "", "result": true } ```
Version data entries
13 entries across 13 versions & 1 rubygems