Skip to content

Commit

Permalink
Fix M-tec templates (evcc-io#8993)
Browse files Browse the repository at this point in the history
  • Loading branch information
premultiply authored Jul 17, 2023
1 parent 42cbaed commit f864ddb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/definition/meter/mtec-eb-gen2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ render: |
address: 43000 # State of Charge (SOC)
type: holding
decode: uint16
scale: 0.01
scale: 0.01
{{- end }}
2 changes: 1 addition & 1 deletion templates/definition/meter/mtec-eb-gen3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ render: |
address: 33000 # State of Charge (SOC)
type: holding
decode: uint16
scale: 0.01
scale: 0.01
{{- end }}

0 comments on commit f864ddb

Please sign in to comment.