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 75151fd commit b632337Copy full SHA for b632337
usecases/api/mu_mpc.go
@@ -3,12 +3,14 @@ package api
3
import (
4
"time"
5
6
+ "github.com/enbility/eebus-go/api"
7
"github.com/enbility/spine-go/model"
8
)
9
10
// Actor: Monitoring Unit
11
// UseCase: Monitoring of Power Consumption
12
type MuMPCInterface interface {
13
+ api.UseCaseInterface
14
// ------------------------- Getters ------------------------- //
15
16
// Scenario 1
0 commit comments