thermferm/thermferm.h

changeset 218
311a293b3e46
parent 215
5ad534c79a22
child 240
6bdda35b4a13
equal deleted inserted replaced
217:2922d439ff63 218:311a293b3e46
157 157
158 #define PROFILE_OFF 0 /* Profile not active */ 158 #define PROFILE_OFF 0 /* Profile not active */
159 #define PROFILE_PAUSE 1 /* Profile pause */ 159 #define PROFILE_PAUSE 1 /* Profile pause */
160 #define PROFILE_RUN 2 /* Profile is running */ 160 #define PROFILE_RUN 2 /* Profile is running */
161 #define PROFILE_DONE 3 /* Profile is finished */ 161 #define PROFILE_DONE 3 /* Profile is finished */
162 #define PROFILE_ABORT 4 /* Profile abort */
163
162 164
163 /* 165 /*
164 * External devices like sensors, relays. 166 * External devices like sensors, relays.
165 */ 167 */
166 typedef struct _dev_list { 168 typedef struct _dev_list {

mercurial