thermferm/thermferm.h

changeset 132
8bd209d1c020
parent 106
1bd9a16f5061
child 136
264e5ee5abfc
--- a/thermferm/thermferm.h	Thu Jul 24 20:45:15 2014 +0200
+++ b/thermferm/thermferm.h	Thu Jul 24 23:11:28 2014 +0200
@@ -88,7 +88,7 @@
     float		temp_set_max;		/* Maximum temperature		*/
     float		idle_rangeL;		/* Idle temperature low		*/
     float		idle_rangeH;		/* Idle range high		*/
-    char		*profile;		/* Active profile		*/
+    char		*profile;		/* Active profile uuid		*/
     time_t		prof_started;		/* Profile start time		*/
     int			prof_state;		/* Profile OFF|PAUSE|RUN|DONE	*/
 } units_list;

mercurial