brewco/brewco.h

changeset 445
3ec477cda546
parent 444
eafb140a1ddd
child 447
b48368855ec4
--- a/brewco/brewco.h	Fri Dec 04 14:21:25 2015 +0100
+++ b/brewco/brewco.h	Fri Dec 04 22:57:23 2015 +0100
@@ -131,7 +131,7 @@
     int			pump_onmash;		/* 0/1				*/
     int			pump_mashout;		/* 0/1				*/
     int			pump_onboil;		/* 0/1 pump during boiling	*/
-    int			pump_stop;		/* 80..105 C			*/
+    float		pump_stop;		/* 80..105 C			*/
     int			skip_add;		/* 0/1 skip Add phase		*/
     int			skip_remove;		/* 0/1 skip Remove phase	*/
     int			skip_iodine;		/* 0/1 skip Iodine test		*/
@@ -197,7 +197,7 @@
     int			min;			/* Minimum temperature		*/
     int			max;			/* Maximum temperature		*/
     int			canskip;		/* 0/1 can we skip this step	*/
-    int			setpoint;		/* Temperature setpoint		*/
+    float		setpoint;		/* Temperature setpoint		*/
     int			skip;			/* Skip this step		*/
     int			duration;		/* Step duration		*/
 } mash_step;

mercurial