thermferm/thermferm.h

changeset 194
9eaaba49450f
parent 191
c74bbc24a1c8
child 205
ca18ff45deba
equal deleted inserted replaced
193:4136193a0c22 194:9eaaba49450f
89 float idle_rangeH; /* Idle range high */ 89 float idle_rangeH; /* Idle range high */
90 char *profile; /* Active profile uuid */ 90 char *profile; /* Active profile uuid */
91 time_t prof_started; /* Profile start time */ 91 time_t prof_started; /* Profile start time */
92 int prof_state; /* Profile OFF|PAUSE|RUN|DONE */ 92 int prof_state; /* Profile OFF|PAUSE|RUN|DONE */
93 float prof_target; /* Profile current target temp */ 93 float prof_target; /* Profile current target temp */
94 time_t prof_paused; /* Profile total pause time */
94 float PID_I_err; /* PID Intergal error */ 95 float PID_I_err; /* PID Intergal error */
95 float PID_err_old; /* PID old error value */ 96 float PID_err_old; /* PID old error value */
96 } units_list; 97 } units_list;
97 98
98 #define UNITMODE_OFF 0 /* Unit turned off */ 99 #define UNITMODE_OFF 0 /* Unit turned off */

mercurial