start modifica DTO riscaldi

This commit is contained in:
Samuele Locatelli
2020-10-23 15:06:31 +02:00
parent 0a8e49082d
commit 498bfdbf34
@@ -2,8 +2,17 @@
{
public class DTOWarmers
{
/// <summary>
/// Channel Unique ID (from risk2007)
/// </summary>
public int IdChannel { get; set; } = 0;
/// <summary>
/// Reflector ID
/// </summary>
public int IdReflector { get; set; } = 0;
/// <summary>
/// Setpoint from HMI (%)
/// </summary>
public int SetpointHMI { get; set; } = 0;
public int SetpointTermocam { get; set; } = 0;
public int SetpointPLC { get; set; } = 0;