Skip to content

Feat(al00): Do not re-publish alarms if state has not changed

Created by: danesss

Issue

al00 messages associated with f144 messages are currently sent at the same rate than the f144 messages.

This is unnecessary if the alarm has not changed status.

To do

Forward al00 only if the status has changed. (can be a similar logic that we already use in ep01)

Merge request reports