Parent Directory
|
Revision Log
|
Patch
revision 16 by william, Wed Nov 13 01:22:21 2013 UTC | revision 17 by william, Wed Nov 13 01:51:18 2013 UTC | |
---|---|---|
# | Line 13 namespace libThermoControl | Line 13 namespace libThermoControl |
13 | { | { |
14 | private const string config_file = "config.xml"; | private const string config_file = "config.xml"; |
15 | ||
16 | public static readonly string THERMISTAT_DEVICE = ""; // 60 | |
17 | public static readonly int MIN_TEMP = 0; // 60 | public static readonly int MIN_TEMP = 0; // 60 |
18 | public static readonly int MAX_TEMP = 0; // 90 | public static readonly int MAX_TEMP = 0; // 90 |
19 | public static readonly int DEFAULT_TEMP = 0; // 70 | public static readonly int DEFAULT_TEMP = 0; // 70 |
|
ViewVC Help | |
Powered by ViewVC 1.1.22 |