Aggiunto DTO x trasf dati status

This commit is contained in:
Samuele Locatelli
2023-03-28 20:27:14 +02:00
parent 0e1607fc0e
commit 27875043b8
+4
View File
@@ -77,6 +77,10 @@ namespace MP.MONO.Core.DTO
/// </summary>
public string CssIcon { get; set; } = "";
/// <summary>
/// CSS Style
/// </summary>
public string CssClass { get; set; } = "";
/// <summary>
/// Sample period for DB recording of min/Avg/MAX data (seconds)
/// </summary>
public double SamplePeriod { get; set; } = 60 * 3;