rama creada apartir de master en j

This commit is contained in:
jrojas
2026-06-26 10:29:23 +02:00
parent 319fd3dfb0
commit c1517fda87
2810 changed files with 1927392 additions and 25392 deletions
@@ -2,6 +2,9 @@
namespace adas_core.Domain.Models.MongoModels;
/// <summary>
/// Represents the configuration settings for an alarm.
/// </summary>
public class AlarmConfig
{
public string? Name { get; set; }
@@ -15,6 +18,9 @@ public class AlarmConfig
public AudioConfig? AudioConfig { get; set; }
}
/// <summary>
/// Represents the configuration settings for audio processing or playback.
/// </summary>
public class AudioConfig
{
public AlarmEnum.AudioAlarmType Type { get; set; } = AlarmEnum.AudioAlarmType.Off;