Sha256: b39eea47e10a80a646f3556a876c841a3ec26bf28ce43f9ae5f33accffe809d0

Contents?: true

Size: 1.08 KB

Versions: 9

Compression:

Stored size: 1.08 KB

Contents

# Valet Mode

Valet Mode limits the car's top speed to 70MPH and 80kW of acceleration power. It also disables Homelink, Bluetooth and
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.   |

### Response

```json
{
  "reason": "",
  "result": true
}
```

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

Clears the currently set PIN for Valet Mode when deactivated. A new PIN will be required when activating again.

### Response

```json
{
  "reason": "",
  "result": true
}
```

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
tesla_api-3.0.4 docs/vehicle/commands/valet.md
tesla_api-3.0.3 docs/vehicle/commands/valet.md
tesla_api-3.0.2 docs/vehicle/commands/valet.md
tesla_api-3.0.1 docs/vehicle/commands/valet.md
tesla_api-3.0.0 docs/vehicle/commands/valet.md
tesla_api-2.0.0 docs/vehicle/commands/valet.md
tesla_api-1.5.0 docs/vehicle/commands/valet.md
tesla_api-1.4.1 docs/vehicle/commands/valet.md
tesla_api-1.4.0 docs/vehicle/commands/valet.md