Skip to content

Commit

Permalink
Removes parameter resetOnDisconnect (see PR#11212 in evc-io) (#488)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Geers <[email protected]>
  • Loading branch information
t-beech and naltatis authored Dec 30, 2023
1 parent 0c01510 commit fcb2350
Showing 1 changed file with 1 addition and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,32 +84,9 @@ Where the value `renault` corresponds to the value of the `name` parameter in th

---

### `resetOnDisconnect`

Defines whether the default settings for the following values should be restored when the charging cable is unplugged from the vehicle:

- [`mode`](#mode)
- [`minCurrent`](#mincurrent)
- [`maxCurrent`](#maxcurrent)

**Possible values**:

- `true`: Restore default settings.
- `false`: Keep current settings.

**Default value:** `true`

**For example**:

```yaml
resetOnDisconnect: true
```

---

### `mode`

The default charging mode when evcc starts or after the vehicle is unplugged when `resetOnDisconnect: true` is set.
The default charging mode when evcc starts or after the vehicle is connected to the loadpoint.

**Possible values**:

Expand Down

0 comments on commit fcb2350

Please sign in to comment.