Skip to content

Commit

Permalink
chore: align order across implementations
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed Jan 13, 2024
1 parent d69b07c commit 60faa20
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/definition/meter/abb-ab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ params:
choice: ["rs485"]
render: |
type: modbus
model: abb
{{- include "modbus" . }}
model: abb
power: Power
energy: Import
currents:
Expand Down
2 changes: 1 addition & 1 deletion templates/definition/meter/dzg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ params:
choice: ["rs485"]
render: |
type: modbus
model: dzg
{{- include "modbus" . }}
model: dzg
power: ImportPower
energy: Import
currents:
Expand Down
2 changes: 1 addition & 1 deletion templates/definition/meter/siemens-pac2200.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ params:
choice: ["rs485", "tcpip"]
render: |
type: modbus
model: pac2200
{{- include "modbus" . }}
model: pac2200
power: Power
energy: Import
currents:
Expand Down

0 comments on commit 60faa20

Please sign in to comment.