Skip to content

Commit b632337

Browse files
committed
Ensure that MuMPCInterface includes UseCaseInterface
1 parent 75151fd commit b632337

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

usecases/api/mu_mpc.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@ package api
33
import (
44
"time"
55

6+
"github.com/enbility/eebus-go/api"
67
"github.com/enbility/spine-go/model"
78
)
89

910
// Actor: Monitoring Unit
1011
// UseCase: Monitoring of Power Consumption
1112
type MuMPCInterface interface {
13+
api.UseCaseInterface
1214
// ------------------------- Getters ------------------------- //
1315

1416
// Scenario 1

0 commit comments

Comments
 (0)