=== Summary: 675 files | 7 generated | 484 fresh | 4605 untracked | 4268 adopted | 355 marked | 466 validated-ok | 2+0 stale (sig+body) | 0 skipped | 0 failed | elapsed 11:08:11.442 (40091.44s) ===
This commit is contained in:
@@ -5,6 +5,7 @@ namespace adas_core.Domain.Models.MongoModels;
|
||||
/// <summary>
|
||||
/// Represents an alarm item entity.
|
||||
/// </summary>
|
||||
/// <!-- aidoc:v1 sig=8ad7aa4 -->
|
||||
public class AlarmItem
|
||||
{
|
||||
public bool Enabled { get; set; }
|
||||
@@ -28,6 +29,7 @@ public class AlarmItem
|
||||
/// Returns a formatted string representation of the <see cref="AlarmItem"/>, including the Enabled, StartBefore, EndAfter, Severity, and BeaconColor values, and optionally appending the Color value when it is not null or empty.
|
||||
/// </summary>
|
||||
/// <returns>A string in the format "AlarmItem[item1, item2, ...]" containing the key properties of the alarm item.</returns>
|
||||
/// <!-- aidoc:v1 sig=d27f326 body=bf483de -->
|
||||
public override string ToString()
|
||||
{
|
||||
List<string> items =
|
||||
|
||||
Reference in New Issue
Block a user