Skip to content

Commit

Permalink
Evbox Elvi: re-add meter-less configuration (#15876)
Browse files Browse the repository at this point in the history
  • Loading branch information
premultiply authored Sep 6, 2024
1 parent 4b6b917 commit 7626bab
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion templates/definition/charger/ocpp-elvi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@ requirements:
params:
- preset: ocpp
- name: meter
deprecated: true
type: bool
default: true
- name: meterinterval
deprecated: true
render: |
{{ include "ocpp" . }}
{{- if eq .meter "false" }}
metervalues: Current.Offered
{{- end }}

0 comments on commit 7626bab

Please sign in to comment.