Class AlarmConfig
- Namespace
- adas_core.Domain.Models.MongoModels
- Assembly
- adas-core.Domain.dll
Represents the configuration settings for an alarm.
public class AlarmConfig
- Inheritance
-
AlarmConfig
- Inherited Members
- Extension Methods
Properties
AudioConfig
public AudioConfig? AudioConfig { get; set; }
Property Value
Beacon
public AlarmItem? Beacon { get; set; }
Property Value
Color
public string? Color { get; set; }
Property Value
Enabled
public bool Enabled { get; set; }
Property Value
EndAfter
public int EndAfter { get; set; }
Property Value
Name
public string? Name { get; set; }
Property Value
OpenDoor
public AlarmItem? OpenDoor { get; set; }
Property Value
Priority
public int? Priority { get; set; }
Property Value
- int?
Recording
public AlarmItem? Recording { get; set; }