Skip to content

Commit 07b7045

Browse files
committed
fix: DER profile name
1 parent ab2382b commit 07b7045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ocpp2.1/der/der.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ type ChargingStationHandler interface {
1818
OnClearDERControl(chargingStationId string, req *ClearDERControlRequest) (res *ClearDERControlResponse, err error)
1919
}
2020

21-
const ProfileName = "DER"
21+
const ProfileName = "DERControl"
2222

2323
var Profile = ocpp.NewProfile(
2424
ProfileName,

0 commit comments

Comments
 (0)