namespace ZB.MOM.WW.OtOpcUa.AdminUI.Uns; /// Operator-editable fields for a scripted-alarm create/update on the equipment Alarms tab. /// The owning equipment is supplied separately (the tab fixes it), so there is no equipment field. public sealed record ScriptedAlarmInput( string ScriptedAlarmId, string Name, string AlarmType, int Severity, string MessageTemplate, string PredicateScriptId, bool HistorizeToAveva, bool Retain, bool Enabled);