Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

correction style onIdentify #497

Merged
merged 1 commit into from
Dec 31, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/reference/configuration/vehicles.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -137,20 +137,24 @@ Standardwerte die bei Erkennung des Fahrzeuges angewendet werden sollen:
<TabItem value="Template" label="Template" default>
Wenn die Fahrzeuge über den <i>type=templates</i> in die Konfiguration eingebunden werdnen, z.b. bei Verwendung von <i>evcc configure</i>.

```yaml
mode: pv
mincurrent: 8
maxcurrent: 20
priority: 5
```

</TabItem>
<TabItem value="Native" label="Native">
Wenn die Fahrzeuge über ihren nativen Typ, z.b. <i>type=audi</i>, in die Konfiguration eingebunden werden.

```yaml
onIdentify: # set defaults when vehicle is identified
mode: pv
mincurrent: 8
maxcurrent: 20
priority: 5
```

</TabItem>
</Tabs>
Expand Down