Subversion Repositories heating

Rev

Rev 23 | Rev 40 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 23 Rev 35
Line 34... Line 34...
34
			char rname[32];
34
			char rname[32];
35
			int rnum;
35
			int rnum;
36
			double soll;			// The temperature that should be
36
			double soll;			// The temperature that should be
37
			double night;			// The reduced temperature for night
37
			double night;			// The reduced temperature for night
38
			double minimal;			// The minimal temperature
38
			double minimal;			// The minimal temperature
39
			time_t start;			// The time the heating should have reached the "soll" temperature (if normal is set)
39
			time_t start1;			// The time the heating should have reached the "soll" temperature (if normal is set)
40
			time_t end;				// The time the heating should end normal mode and start "night" mode.
40
			time_t end1;			// The time the heating should end normal mode and start "night" mode.
-
 
41
			time_t start2;			// The time the heating stop and the value for night gets active (if normal is set)
-
 
42
			time_t end2;			// The time the heating should end night mode and start "normal" mode.
41
			HTCONF *next;
43
			HTCONF *next;
42
		}HTCONF;
44
		}HTCONF;
43
 
45
 
44
	public:
46
	public:
45
		html();
47
		html();