Skip to content

Commit 7df7543

Browse files
premultiplylorenzodonini
authored andcommitted
chore: fix typo
1 parent f70995e commit 7df7543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ocpp1.6/types/types.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ const (
202202
MeasurandPowerReactiveExport Measurand = "Power.Reactive.Export"
203203
MeasurandPowerReactiveImport Measurand = "Power.Reactive.Import"
204204
MeasurandRPM Measurand = "RPM"
205-
MeasueandSoC Measurand = "SoC"
205+
MeasurandSoC Measurand = "SoC"
206206
MeasurandTemperature Measurand = "Temperature"
207207
MeasurandVoltage Measurand = "Voltage"
208208
PhaseL1 Phase = "L1"

0 commit comments

Comments
 (0)