You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix ma/mpc usecase to validate the correct actor type (#107)
The ma/mpc usecase should filter for actors of type MonitoredUnit but
was filtering for actors of type MonitoringAppliance which lead to the
uc never finding any entities.
This PR also adds a commit which adjusts the string representation of
the ma/mpc UseCaseSupportUpdate EventType from
"ma-mpc-oscev-UseCaseSupportUpdate" to "ma-mpc-UseCaseSupportUpdate" as
it isn't relevant here. This is technically an API-breaking change, but
all subscribers should be using the constant mpc.UseCaseSupportUpdate
instead of its string representation and therefore automatically always
use the correct variant for their version of eebus-go. I could, however,
drop the commit from this PR if preferred.
0 commit comments