Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
premultiply authored and lorenzodonini committed Aug 26, 2024
1 parent f70995e commit 7df7543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocpp1.6/types/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ const (
MeasurandPowerReactiveExport Measurand = "Power.Reactive.Export"
MeasurandPowerReactiveImport Measurand = "Power.Reactive.Import"
MeasurandRPM Measurand = "RPM"
MeasueandSoC Measurand = "SoC"
MeasurandSoC Measurand = "SoC"
MeasurandTemperature Measurand = "Temperature"
MeasurandVoltage Measurand = "Voltage"
PhaseL1 Phase = "L1"
Expand Down

0 comments on commit 7df7543

Please sign in to comment.