Skip to content

Commit

Permalink
tr/echarging-ocpi: json marshalling for metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
clezag committed Nov 5, 2024
1 parent 69c4d55 commit 20e439e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transformers/echarging-ocpi/src/dto.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ type OCPIEvse struct {
Standard string `json:"standard"`
Format string `json:"format"`
PowerType string `bson:"power_type" json:"power_type"`
LastUpdated time.Time `bson:"last_updated" json:"last_updated"`
LastUpdated time.Time `bson:"last_updated" json:"-"`
MaxVoltage int `bson:"max_voltage" json:"max_voltage"`
MaxAmperage int `bson:"max_amperage" json:"max_ampere"`
MaxElectricPower int `bson:"max_electric_power" json:"max_electric_power"`
Expand Down

0 comments on commit 20e439e

Please sign in to comment.