Skip to content

Commit

Permalink
Apply prettier formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
timdorr committed Nov 25, 2018
1 parent 2444f25 commit 899837d
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 24 deletions.
6 changes: 3 additions & 3 deletions docs/vehicle/commands/remotestart.md
Expand Up @@ -6,9 +6,9 @@ Enables keyless driving. There is a two minute window after issuing the command

### Parameters

| Parameter | Example | Description |
| :--- | :--- | :--- |
| password | edisonsux | The password for the authenticated tesla.com account. |
| Parameter | Example | Description |
| :-------- | :-------- | :---------------------------------------------------- |
| password | edisonsux | The password for the authenticated tesla.com account. |

### Response

Expand Down
24 changes: 12 additions & 12 deletions docs/vehicle/commands/speedlimit.md
Expand Up @@ -6,9 +6,9 @@ Sets the maximum speed allowed when Speed Limit Mode is active.

### Parameters

| Parameter | Example | Description |
| :--- | :--- | :--- |
| limit_mph | 65 | The speed limit in MPH. Must be between 50-90. |
| Parameter | Example | Description |
| :-------- | :------ | :--------------------------------------------- |
| limit_mph | 65 | The speed limit in MPH. Must be between 50-90. |

### Response

Expand All @@ -25,9 +25,9 @@ Activates Speed Limit Mode at the currently set speed.

### Parameters

| Parameter | Example | Description |
| :--- | :--- | :--- |
| pin | 1234 | The existing PIN, if previously set, or a new 4 digit PIN. |
| Parameter | Example | Description |
| :-------- | :------ | :--------------------------------------------------------- |
| pin | 1234 | The existing PIN, if previously set, or a new 4 digit PIN. |

### Response

Expand All @@ -44,9 +44,9 @@ Deactivates Speed Limit Mode if it is currently active.

### Parameters

| Parameter | Example | Description |
| :--- | :--- | :--- |
| pin | 1234 | The 4 digit PIN used to activate Speed Limit Mode. |
| Parameter | Example | Description |
| :-------- | :------ | :------------------------------------------------- |
| pin | 1234 | The 4 digit PIN used to activate Speed Limit Mode. |

### Response

Expand All @@ -63,9 +63,9 @@ Clears the currently set PIN for Speed Limit Mode.

### Parameters

| Parameter | Example | Description |
| :--- | :--- | :--- |
| pin | 1234 | The 4 digit PIN used to activate Speed Limit Mode. |
| Parameter | Example | Description |
| :-------- | :------ | :------------------------------------------------- |
| pin | 1234 | The 4 digit PIN used to activate Speed Limit Mode. |

### Response

Expand Down
7 changes: 3 additions & 4 deletions docs/vehicle/commands/trunk.md
Expand Up @@ -6,9 +6,9 @@ Opens either the front or rear trunk. On the Model S and X, it will also close t

### Parameters

| Parameter | Example | Description |
| :--- | :--- | :--- |
| which_trunk | rear | Which trunk to open/close. `rear` and `front` are the only options. |
| Parameter | Example | Description |
| :---------- | :------ | :------------------------------------------------------------------ |
| which_trunk | rear | Which trunk to open/close. `rear` and `front` are the only options. |

### Response

Expand All @@ -18,4 +18,3 @@ Opens either the front or rear trunk. On the Model S and X, it will also close t
"result": true
}
```

9 changes: 4 additions & 5 deletions docs/vehicle/commands/valet.md
Expand Up @@ -4,17 +4,16 @@ Valet Mode limits the car's top speed to 70MPH and 80kW of acceleration power. I
Wifi settings, and the ability to disable mobile access to the car. It also hides your favorites, home, and work
locations in navigation.


## POST `/api/1/vehicles/{id}/command/set_valet_mode`

Activates or deactivates Valet Mode.

### Parameters

| Parameter | Example | Description |
| :--- | :--- | :--- |
| on | true | true to activate, false to deactivate. Must include previous PIN if deactivating. |
| password | 1234 | A PIN to deactivate Valet Mode. Can be blank if activating with a previous PIN. |
| Parameter | Example | Description |
| :-------- | :------ | :-------------------------------------------------------------------------------- |
| on | true | true to activate, false to deactivate. Must include previous PIN if deactivating. |
| password | 1234 | A PIN to deactivate Valet Mode. Can be blank if activating with a previous PIN. |

### Response

Expand Down

0 comments on commit 899837d

Please sign in to comment.