Skip to content

Commit

Permalink
Update climate.md
Browse files Browse the repository at this point in the history
Add manual_override optional body parameter of auto_conditioning_start command
  • Loading branch information
GaPhi authored Dec 7, 2023
1 parent 744f656 commit e889076
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/vehicle/commands/climate.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ Commands related to the climate control (HVAC) system.

Start the climate control (HVAC) system. Will cool or heat automatically, depending on set temperature.

### Parameters

| Body Parameter | Example | Description |
| :-------------- | :------- | :------------------------------------------------------- |
| manual_override | socdoors | Optional, to override the low_soc failure reason (<20%). |

### Example

```json
{
"manual_override": "socdoors"
}
```

### Response

```json
Expand Down

0 comments on commit e889076

Please sign in to comment.