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 446f3c7 commit ff5fe67Copy full SHA for ff5fe67
usecases/cem/oscev/public.go
@@ -64,7 +64,7 @@ func (e *OSCEV) LoadControlLimits(entity spineapi.EntityRemoteInterface) (
64
filter := model.LoadControlLimitDescriptionDataType{
65
LimitType: util.Ptr(model.LoadControlLimitTypeTypeMaxValueLimit),
66
LimitCategory: util.Ptr(model.LoadControlCategoryTypeRecommendation),
67
- ScopeType: util.Ptr(model.ScopeTypeTypeOverloadProtection),
+ ScopeType: util.Ptr(model.ScopeTypeTypeSelfConsumption),
68
}
69
return internal.LoadControlLimits(e.LocalEntity, entity, filter)
70
0 commit comments