Skip to content

Commit

Permalink
Removed msg as option as it was rejected as a feature in evcc-io/ev…
Browse files Browse the repository at this point in the history
  • Loading branch information
rhuss committed Nov 21, 2024
1 parent f00d635 commit 05329d6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/reference/configuration/messaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ Im folgenden werden nun alle erforderlichen Parameter erklärt.
- `email`: Email. Siehe [`email`](#email) Definition
- `shout`: [shoutrrr](https://containrrr.dev/shoutrrr). Siehe [`shout`](#shout) Definition
- `ntfy`: [ntfy](https://ntfy.sh). Siehe [`ntfy`](#ntfy) Definition
- `custom`: Ermöglicht die Nutzung von allen [Plugins](../plugins), die einen Schreibzugriff erlauben.
- `custom`: Ermöglicht die Nutzung von allen [Plugins](../plugins), die einen Schreibzugriff erlauben. Siehe [`custom`](#custom) Definition.


---
Expand Down Expand Up @@ -344,10 +344,9 @@ Der Typ `custom` ermöglicht es, beliebige [Plugins](../plugins) für die Verarb
- `json`: Der Wert wird als JSON-Objekt im Format `{ "msg": msg, "title": title }` bereitgestellt. Das Feld `title` wird nur hinzugefügt, wenn es im Abschnitt `events` definiert ist.
- `csv`: Die Felder `title` und `msg` werden als kommaseparierte Liste bereitgestellt (`title, msg`)
- `tsv`: Ähnlich wie `csv`, jedoch mit Tabulator als Trennzeichen.
- `msg` (Standard): Nur der Nachrichteninhalt (`msg`) wird bereitgestellt.
- `title`: Nur der Titel (`title`) wird bereitgestellt.

Wenn `encoding` nicht definiert ist, wird die Nachricht `msg` ohne Titel direkt verwendet.
Wenn `encoding` nicht definiert ist, wird die Nachricht `msg` ohne Titel direkt verwendet. Dabei wird nur die in `msg` definierte Nachricht ohne Titel in `${send}` verwendet.

**Beispiel**:

Expand Down

0 comments on commit 05329d6

Please sign in to comment.