Subversion Repositories heating

Rev

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

Rev 17 Rev 35
Line 72... Line 72...
72
			double soll;			// The temperature that should be
72
			double soll;			// The temperature that should be
73
			double night;			// The reduced temperature for night
73
			double night;			// The reduced temperature for night
74
			double minimal;			// The minimal temperature
74
			double minimal;			// The minimal temperature
75
			time_t start;			// The time the heating should have reached the "soll" temperature (if normal is set)
75
			time_t start;			// The time the heating should have reached the "soll" temperature (if normal is set)
76
			time_t end;				// The time the heating should end normal mode and start "night" mode.
76
			time_t end;				// The time the heating should end normal mode and start "night" mode.
-
 
77
			time_t wstart;			// The time the work day start and heating is reduced to night mode (if normal is set)
-
 
78
			time_t wend;			// The time the heating should start normal mode again.
77
			// Internal used variables
79
			// Internal used variables
78
			double ist;				// The real temperature
80
			double ist;				// The real temperature
79
			HSTAT status;			// The status of the room
81
			HSTAT status;			// The status of the room
80
			bool valve;				// true = valve is open
82
			bool valve;				// true = valve is open
81
			HTABLE *hTable;			// Pointer to heating table
83
			HTABLE *hTable;			// Pointer to heating table