Hi everyone,
does anyone know how I can add a line break for each alarm? I have made a consolidation of alarms so that they arrive only in a 1min block.
this is the code that I have in the consolidated message
<html>
{alarmEvents.Count} alarm events have occurred:
</html>
<html>
{{
Alarm at <b>{label}</b> transitioned to {eventState} at {eventTime|hh:mm:ss}.
}}
</html>