We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab2382b commit 07b7045Copy full SHA for 07b7045
ocpp2.1/der/der.go
@@ -18,7 +18,7 @@ type ChargingStationHandler interface {
18
OnClearDERControl(chargingStationId string, req *ClearDERControlRequest) (res *ClearDERControlResponse, err error)
19
}
20
21
-const ProfileName = "DER"
+const ProfileName = "DERControl"
22
23
var Profile = ocpp.NewProfile(
24
ProfileName,
0 commit comments