Skip to content

Commit

Permalink
Fix VABD CEM to check correct remote entitytype
Browse files Browse the repository at this point in the history
  • Loading branch information
DerAndereAndi committed Oct 28, 2024
1 parent 6838759 commit 459291b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usecases/cem/vabd/usecase.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func NewVABD(localEntity spineapi.EntityLocalInterface, eventCB api.EntityEventC
model.UseCaseActorTypeBatterySystem,
}
validEntityTypes := []model.EntityTypeType{
model.EntityTypeTypeElectricityStorageSystem,
model.EntityTypeTypeBatterySystem,
}
useCaseScenarios := []api.UseCaseScenario{
{
Expand Down

0 comments on commit 459291b

Please sign in to comment.