You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/plugins.md
+17-11
Original file line number
Diff line number
Diff line change
@@ -50,10 +50,10 @@ meters:
50
50
51
51
Das Schema hat dabei immer folgende Struktur:
52
52
53
-
```yaml
53
+
```yaml {3,5-6,8}
54
54
- name: <name>
55
55
type: custom
56
-
<attr1>:
56
+
<span class="highlight"><attr1></span>:
57
57
source: <plugin>
58
58
<p-attr1>: ...
59
59
<p-attr2>: ...
@@ -62,7 +62,7 @@ Das Schema hat dabei immer folgende Struktur:
62
62
....
63
63
```
64
64
65
-
Dabei stehen `<name>` für den Namen des Geräts, `<attr1>` und `<attr2>` für eine der unten beschriebenen Geräteattribute, `<plugin>` für den Plugin-Typ und `<p-attr1>`, `<p-attr2>` für Plugin-spezifische Konfigurationen.
65
+
Dabei stehen `<name>` für den Namen des Geräts, `<attr1>` und `<attr2>` für eine der unten beschriebenen Geräte-spezifischen Attribute, `<plugin>` für den Plugin-Typ und `<p-attr1>`, `<p-attr2>` für Plugin-spezifische Konfigurationen.
66
66
67
67
#### Lesen
68
68
@@ -88,15 +88,16 @@ Je nach Gerät ([`meter`](#meter), [`charger`](#charger) oder [`vehicle`](#vehic
88
88
89
89
Folgende Attribute können für die Konfiguration von Strommessgeräten genutzt werden.
90
90
Dabei werden alle Werte lesend von konfigurierten Plugins übernommen.
0 commit comments