docs/vehicle/commands/remotestart.md in tesla_api-1.3.0 vs docs/vehicle/commands/remotestart.md in tesla_api-1.4.0

- old
+ new

@@ -1,3 +1,20 @@ # Remote Start +## POST `/api/1/vehicles/{id}/command/remote_start_drive` +Enables keyless driving. There is a two minute window after issuing the command to start driving the car. + +### Parameters + +| Parameter | Example | Description | +| :-------- | :-------- | :---------------------------------------------------- | +| password | edisonsux | The password for the authenticated tesla.com account. | + +### Response + +```json +{ + "reason": "", + "result": true +} +```