Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ivoks authored Jan 15, 2025
1 parent 6442192 commit 250376c
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions templates/definition/meter/solaredge-inverter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,16 +106,19 @@ render: |
- source: sunspec
{{- include "modbus" . | indent 4 }}
timeout: {{ .timeout }}
value: 101:AphA
value: 103:AphA
value:
- 101:AphA
- 103:AphA
- source: sunspec
{{- include "modbus" . | indent 4 }}
timeout: {{ .timeout }}
value: 101:AphB
value: 103:AphB
value:
- 101:AphB
- 103:AphB
- source: sunspec
{{- include "modbus" . | indent 4 }}
timeout: {{ .timeout }}
value: 101:AphC
value: 103:AphC
value:
- 101:AphC
- 103:AphC
{{- end }}

0 comments on commit 250376c

Please sign in to comment.