diff --git a/uclppserver/api.go b/uclppserver/api.go index c710a89..cb7de39 100644 --- a/uclppserver/api.go +++ b/uclppserver/api.go @@ -28,10 +28,10 @@ type UCLPPServerInterface interface { // set the current loadcontrol limit data SetProductionLimit(limit api.LoadLimit) (resultErr error) - // return the currently pending incoming consumption write limits + // return the currently pending incoming production write limits PendingProductionLimits() map[model.MsgCounterType]api.LoadLimit - // accept or deny an incoming consumption write limit + // accept or deny an incoming production write limit // // parameters: // - msg: the incoming write message