thermferm/thermferm.h

changeset 185
4f34271cf1e7
parent 176
8c7d87a2c094
child 191
c74bbc24a1c8
equal deleted inserted replaced
184:db997a04fde3 185:4f34271cf1e7
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 float PID_I_err; /* PID Intergal error */
94 float PID_err_old; /* PID old error value */ 95 float PID_err_old; /* PID old error value */
95 } units_list; 96 } units_list;
96 97
97 #define UNITMODE_OFF 0 /* Unit turned off */ 98 #define UNITMODE_OFF 0 /* Unit turned off */
98 #define UNITMODE_NONE 1 /* Unit on but does nothing */ 99 #define UNITMODE_NONE 1 /* Unit on but does nothing */

mercurial