thermferm/thermferm.h

changeset 530
d33516eac22f
parent 525
5855abe0e82c
child 533
49580ca85ab7
equal deleted inserted replaced
529:00b45f2aaac3 530:d33516eac22f
207 207
208 #define MQTT_FLAG_DATA 0x0001 /* Show updated data values */ 208 #define MQTT_FLAG_DATA 0x0001 /* Show updated data values */
209 209
210 #define MQTT_NODE_CONTROL 0x0001 /* Show node control */ 210 #define MQTT_NODE_CONTROL 0x0001 /* Show node control */
211 211
212 /*
213 * Alarm bits, value above 255 are serious alarms.
214 */
212 #define ALARM_FLAG_DOOR 0x0001 /* Door open */ 215 #define ALARM_FLAG_DOOR 0x0001 /* Door open */
213 #define ALARM_FLAG_PSU 0x0002 /* PSU problem */ 216 #define ALARM_FLAG_PSU 0x0002 /* PSU problem */
214 #define ALARM_FLAG_CHILLER 0x0004 /* Chiller too warm */ 217 #define ALARM_FLAG_CHILLER 0x0100 /* Chiller too warm */
215 218
216 219
217 220
218 /* 221 /*
219 * Fermenting steps 222 * Fermenting steps

mercurial