brewco/brewco.h

changeset 450
8fe99759c27f
parent 449
1277fb94999f
child 455
f84501d8dd87
equal deleted inserted replaced
449:1277fb94999f 450:8fe99759c27f
100 100
101 /* 101 /*
102 * Switch structure 102 * Switch structure
103 */ 103 */
104 typedef struct _switch_var { 104 typedef struct _switch_var {
105 char uuid[37]; /* switch uuid */ 105 char *uuid; /* switch uuid */
106 int value; /* switch value (0..100) */ 106 int value; /* switch value (0..100) */
107 int delay; /* switch delay */ 107 int delay; /* switch delay */
108 } switch_var; 108 } switch_var;
109 109
110 110
120 char *uuid; /* uuid code */ 120 char *uuid; /* uuid code */
121 char *name; /* Unit name */ 121 char *name; /* Unit name */
122 int number; /* Unit number */ 122 int number; /* Unit number */
123 int active; /* 0/1 active unit */ 123 int active; /* 0/1 active unit */
124 sensor_var hlt_sensor; /* HLT sensor */ 124 sensor_var hlt_sensor; /* HLT sensor */
125 switch_var *hlt_heater; /* HLT heater */ 125 switch_var hlt_heater; /* HLT heater */
126 int hlt_heater_mltfirst; /* HLT heater MLT high priority */ 126 int hlt_heater_mltfirst; /* HLT heater MLT high priority */
127 sensor_var mlt_sensor; /* MLT sensor */ 127 sensor_var mlt_sensor; /* MLT sensor */
128 switch_var *mlt_heater; /* MLT heater */ 128 switch_var mlt_heater; /* MLT heater */
129 switch_var *mlt_pump; /* MLT pump */ 129 switch_var mlt_pump; /* MLT pump */
130 int pump_cycle; /* 5..15 minutes */ 130 int pump_cycle; /* 5..15 minutes */
131 int pump_rest; /* 1..5 minutes */ 131 int pump_rest; /* 1..5 minutes */
132 int pump_premash; /* 0/1 */ 132 int pump_premash; /* 0/1 */
133 int pump_onmash; /* 0/1 */ 133 int pump_onmash; /* 0/1 */
134 int pump_mashout; /* 0/1 */ 134 int pump_mashout; /* 0/1 */

mercurial