Skip to content

Commit

Permalink
Fix OSCEV get limit
Browse files Browse the repository at this point in the history
  • Loading branch information
DerAndereAndi committed Jun 20, 2024
1 parent 446f3c7 commit ff5fe67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usecases/cem/oscev/public.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func (e *OSCEV) LoadControlLimits(entity spineapi.EntityRemoteInterface) (
filter := model.LoadControlLimitDescriptionDataType{
LimitType: util.Ptr(model.LoadControlLimitTypeTypeMaxValueLimit),
LimitCategory: util.Ptr(model.LoadControlCategoryTypeRecommendation),
ScopeType: util.Ptr(model.ScopeTypeTypeOverloadProtection),
ScopeType: util.Ptr(model.ScopeTypeTypeSelfConsumption),
}
return internal.LoadControlLimits(e.LocalEntity, entity, filter)
}
Expand Down

0 comments on commit ff5fe67

Please sign in to comment.