diff -r 5fb74d89f571 -r 259a018758f9 thermferm/thermferm.h --- a/thermferm/thermferm.h Wed Jul 30 23:06:46 2014 +0200 +++ b/thermferm/thermferm.h Thu Jul 31 13:43:09 2014 +0200 @@ -91,6 +91,7 @@ char *profile; /* Active profile uuid */ time_t prof_started; /* Profile start time */ int prof_state; /* Profile OFF|PAUSE|RUN|DONE */ + float prof_target; /* Profile current target temp */ } units_list; #define UNITMODE_OFF 0 /* Unit turned off */