Skip to content

Commit ff5fe67

Browse files
committed
Fix OSCEV get limit
1 parent 446f3c7 commit ff5fe67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

usecases/cem/oscev/public.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ func (e *OSCEV) LoadControlLimits(entity spineapi.EntityRemoteInterface) (
6464
filter := model.LoadControlLimitDescriptionDataType{
6565
LimitType: util.Ptr(model.LoadControlLimitTypeTypeMaxValueLimit),
6666
LimitCategory: util.Ptr(model.LoadControlCategoryTypeRecommendation),
67-
ScopeType: util.Ptr(model.ScopeTypeTypeOverloadProtection),
67+
ScopeType: util.Ptr(model.ScopeTypeTypeSelfConsumption),
6868
}
6969
return internal.LoadControlLimits(e.LocalEntity, entity, filter)
7070
}

0 commit comments

Comments
 (0)