A
Anonymous
Alarm Management Interface - Copy this Html, Bootstrap Component to your project
Create a form application with datagrid with api integration to show this object write in c# public class Alarm : BaseEntity<Guid>, IAggregateRoot { public string DeviceId { get; set; } = string.Empty; public int? AlarmCodeId { get; set; } public AlarmCode? AlarmCode { get; set; } public DateTime TimeInstant { get; set; } public int Severity { get; set; } }
Prompt
