# HG changeset patch # User Michiel Broek # Date 1407753289 -7200 # Node ID 311a293b3e46f118cb3d9c6f5840e07d18e4a390 # Parent 2922d439ff6337112d3b4d26fb180d36f18a7e0a Added profile state ABORT diff -r 2922d439ff63 -r 311a293b3e46 thermferm/thermferm.h --- a/thermferm/thermferm.h Mon Aug 11 12:34:05 2014 +0200 +++ b/thermferm/thermferm.h Mon Aug 11 12:34:49 2014 +0200 @@ -159,6 +159,8 @@ #define PROFILE_PAUSE 1 /* Profile pause */ #define PROFILE_RUN 2 /* Profile is running */ #define PROFILE_DONE 3 /* Profile is finished */ +#define PROFILE_ABORT 4 /* Profile abort */ + /* * External devices like sensors, relays.