thermferm/thermferm.h

changeset 194
9eaaba49450f
parent 191
c74bbc24a1c8
child 205
ca18ff45deba
--- a/thermferm/thermferm.h	Thu Aug 07 21:19:30 2014 +0200
+++ b/thermferm/thermferm.h	Thu Aug 07 22:06:18 2014 +0200
@@ -91,6 +91,7 @@
     time_t		prof_started;		/* Profile start time		*/
     int			prof_state;		/* Profile OFF|PAUSE|RUN|DONE	*/
     float		prof_target;		/* Profile current target temp	*/
+    time_t		prof_paused;		/* Profile total pause time	*/
     float		PID_I_err;		/* PID Intergal error		*/
     float		PID_err_old;		/* PID old error value		*/
 } units_list;

mercurial