‪Black Box
BBThermostatDefinition.cs
Go to the documentation of this file.
1 /*
2 * FILE : BBthermostatDefinition.cs
3 * PROJECT : Black Box
4 * PROGRAMMER : BRIAN HINDS
5 * FIRST VERSION : 1.0.0.0
6 * DESCRIPTION : This library file manage the data definition for thermostat.
7 */
8 
10 {
12  {
16  public float ‪temp { get; set; }
17 
18  public int ‪tmode { get; set; }
19  public int ‪fmode { get; set; }
20  public float ‪t_heat { get; set; }
21  public float ‪t_cool { get; set; }
22  public int ‪ttarget { get; set; }
23  public int ‪program_mode { get; set; }
24  public int ‪tstate { get; set; }
25  public int ‪fstate { get; set; }
26  public float ‪humidity { get; set; }
27  public int ‪hold { get; set; }
28  }
29 }
‪float temp
‪The data class for the thermostat