thermferm/thermferm.h

changeset 578
d694abd9d809
parent 575
86496d2bc4bb
child 579
7032693272f1
equal deleted inserted replaced
577:7a29f835e20a 578:d694abd9d809
75 #define MENU_MODE_NONE 212 75 #define MENU_MODE_NONE 212
76 #define MENU_NONE_HEAT 2121 76 #define MENU_NONE_HEAT 2121
77 #define MENU_NONE_COOL 2122 77 #define MENU_NONE_COOL 2122
78 #define MENU_NONE_FAN 2123 78 #define MENU_NONE_FAN 2123
79 #define MENU_MODE_BEER 213 79 #define MENU_MODE_BEER 213
80 #define MENU_BEER_TEMP 2131 80 #define MENU_BEER_TEMP_LO 2131
81 #define MENU_BEER_TEMP_HI 2132
81 #define MENU_MODE_FRIDGE 214 82 #define MENU_MODE_FRIDGE 214
82 #define MENU_FRIDGE_TEMP 2141 83 #define MENU_FRIDGE_TEMP_LO 2141
84 #define MENU_FRIDGE_TEMP_HI 2142
83 #define MENU_MODE_PROFILE 215 85 #define MENU_MODE_PROFILE 215
84 #define MENU_PROFILE_START 2152 86 #define MENU_PROFILE_START 2152
85 #define MENU_PROFILE_PAUSE 2153 87 #define MENU_PROFILE_PAUSE 2153
86 #define MENU_PROFILE_ABORT 2154 88 #define MENU_PROFILE_ABORT 2154
87 #define MENU_PROFILE_RESUME 2155 89 #define MENU_PROFILE_RESUME 2155
189 int door_idx; /* Domoticz idx */ 191 int door_idx; /* Domoticz idx */
190 char *psu_address; /* Power Supply input address */ 192 char *psu_address; /* Power Supply input address */
191 int psu_state; /* Power Supply status */ 193 int psu_state; /* Power Supply status */
192 int psu_idx; /* Domoticz idx */ 194 int psu_idx; /* Domoticz idx */
193 int mode; /* Unit mode */ 195 int mode; /* Unit mode */
194 float beer_set; /* Beer temperature setting */ 196 float beer_set_lo; /* Beer temperature setting lo */
195 float fridge_set; /* Fridge temperature setting */ 197 float beer_set_hi; /* Beer temperature setting hi */
198 float fridge_set_lo; /* Fridge temperature setting */
199 float fridge_set_hi; /* Fridge temperature setting */
196 float temp_set_min; /* Minimum temperature */ 200 float temp_set_min; /* Minimum temperature */
197 float temp_set_max; /* Maximum temperature */ 201 float temp_set_max; /* Maximum temperature */
198 char *profile_uuid; /* Profile uuid or NULL */ 202 char *profile_uuid; /* Profile uuid or NULL */
199 char *profile_name; /* Profile name */ 203 char *profile_name; /* Profile name */
200 float profile_inittemp_lo; /* Profile initial temp low */ 204 float profile_inittemp_lo; /* Profile initial temp low */

mercurial