brewco/brewco.h

changeset 445
3ec477cda546
parent 444
eafb140a1ddd
child 447
b48368855ec4
equal deleted inserted replaced
444:eafb140a1ddd 445:3ec477cda546
129 int pump_rest; /* 1..5 minutes */ 129 int pump_rest; /* 1..5 minutes */
130 int pump_premash; /* 0/1 */ 130 int pump_premash; /* 0/1 */
131 int pump_onmash; /* 0/1 */ 131 int pump_onmash; /* 0/1 */
132 int pump_mashout; /* 0/1 */ 132 int pump_mashout; /* 0/1 */
133 int pump_onboil; /* 0/1 pump during boiling */ 133 int pump_onboil; /* 0/1 pump during boiling */
134 int pump_stop; /* 80..105 C */ 134 float pump_stop; /* 80..105 C */
135 int skip_add; /* 0/1 skip Add phase */ 135 int skip_add; /* 0/1 skip Add phase */
136 int skip_remove; /* 0/1 skip Remove phase */ 136 int skip_remove; /* 0/1 skip Remove phase */
137 int skip_iodine; /* 0/1 skip Iodine test */ 137 int skip_iodine; /* 0/1 skip Iodine test */
138 int iodine_time; /* 0..90 minutes */ 138 int iodine_time; /* 0..90 minutes */
139 int whirlpool; /* off/cold/hot */ 139 int whirlpool; /* off/cold/hot */
195 typedef struct _mash_step { 195 typedef struct _mash_step {
196 char name[21]; /* Step name */ 196 char name[21]; /* Step name */
197 int min; /* Minimum temperature */ 197 int min; /* Minimum temperature */
198 int max; /* Maximum temperature */ 198 int max; /* Maximum temperature */
199 int canskip; /* 0/1 can we skip this step */ 199 int canskip; /* 0/1 can we skip this step */
200 int setpoint; /* Temperature setpoint */ 200 float setpoint; /* Temperature setpoint */
201 int skip; /* Skip this step */ 201 int skip; /* Skip this step */
202 int duration; /* Step duration */ 202 int duration; /* Step duration */
203 } mash_step; 203 } mash_step;
204 204
205 // mash-in 20 80 noskip 205 // mash-in 20 80 noskip

mercurial