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 b64eb87 commit 9736aaaCopy full SHA for 9736aaa
usecases/ma/mpc/usecase.go
@@ -16,7 +16,7 @@ type MPC struct {
16
var _ ucapi.MaMPCInterface = (*MPC)(nil)
17
18
func NewMPC(localEntity spineapi.EntityLocalInterface, eventCB api.EntityEventCallback) *MPC {
19
- validActorTypes := []model.UseCaseActorType{model.UseCaseActorTypeMonitoringAppliance}
+ validActorTypes := []model.UseCaseActorType{model.UseCaseActorTypeMonitoredUnit}
20
validEntityTypes := []model.EntityTypeType{
21
model.EntityTypeTypeCompressor,
22
model.EntityTypeTypeElectricalImmersionHeater,
0 commit comments