Skip to content
This repository was archived by the owner on Jun 29, 2024. It is now read-only.

Commit 2befe8d

Browse files
committed
Fix api comment
1 parent 6697f4d commit 2befe8d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ucevcc/api.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ type UCEVCCInterface interface {
6262

6363
// Scenario 6
6464

65-
// return the minimum, maximum charging and, standby power of the connected EV
65+
// return the minimum, maximum charging and standby current of the connected EV
6666
//
6767
// parameters:
6868
// - entity: the entity of the EV

ucevcc/public.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ func (e *UCEVCC) ManufacturerData(
205205
return util.ManufacturerData(e.service, entity, e.validEntityTypes)
206206
}
207207

208-
// return the minimum, maximum charging and, standby power of the connected EV
208+
// return the minimum, maximum charging and standby current of the connected EV
209209
//
210210
// possible errors:
211211
// - ErrDataNotAvailable if no such measurement is (yet) available

0 commit comments

Comments
 (0)