thermferm/thermferm.h

changeset 157
259a018758f9
parent 136
264e5ee5abfc
child 158
f1b7e2ef90be
equal deleted inserted replaced
156:5fb74d89f571 157:259a018758f9
89 float idle_rangeL; /* Idle temperature low */ 89 float idle_rangeL; /* Idle temperature low */
90 float idle_rangeH; /* Idle range high */ 90 float idle_rangeH; /* Idle range high */
91 char *profile; /* Active profile uuid */ 91 char *profile; /* Active profile uuid */
92 time_t prof_started; /* Profile start time */ 92 time_t prof_started; /* Profile start time */
93 int prof_state; /* Profile OFF|PAUSE|RUN|DONE */ 93 int prof_state; /* Profile OFF|PAUSE|RUN|DONE */
94 float prof_target; /* Profile current target temp */
94 } units_list; 95 } units_list;
95 96
96 #define UNITMODE_OFF 0 /* Unit turned off */ 97 #define UNITMODE_OFF 0 /* Unit turned off */
97 #define UNITMODE_NONE 1 /* Unit on but does nothing */ 98 #define UNITMODE_NONE 1 /* Unit on but does nothing */
98 #define UNITMODE_FRIDGE 2 /* Unit acts as a fridge */ 99 #define UNITMODE_FRIDGE 2 /* Unit acts as a fridge */

mercurial