bmsd/bms.h

changeset 843
29e7223e37ae
parent 747
b6fbe6821468
child 849
16079aef4c4c
equal deleted inserted replaced
842:897bf2a43253 843:29e7223e37ae
308 struct _brewer_list *next; 308 struct _brewer_list *next;
309 char *uuid; 309 char *uuid;
310 } brewer_list; 310 } brewer_list;
311 311
312 312
313 // Make it universal and make it connectable with a beer. 313 /**
314 * @brief Structure for the iSpindels. Stored in database table 'mon_ispindels'.
315 */
314 typedef struct _ispindel_list { 316 typedef struct _ispindel_list {
315 struct _ispindel_list *next; 317 struct _ispindel_list *next;
316 char *uuid; ///< Fixed uuid string. 318 char *uuid; ///< Fixed uuid string.
317 char *alias; ///< Alias name. 319 char *alias; ///< Alias name.
318 char *node; ///< Node name received. 320 char *node; ///< Node name received.
326 float temperature; ///< Temperature in C 328 float temperature; ///< Temperature in C
327 float battery; ///< Battery voltage 329 float battery; ///< Battery voltage
328 float gravity; ///< Gravity in Plato 330 float gravity; ///< Gravity in Plato
329 int interval; ///< Measure interval 331 int interval; ///< Measure interval
330 float og_gravity; ///< OG gravity in Plato detected 332 float og_gravity; ///< OG gravity in Plato detected
333 float yeast_lo; ///< Yeast low temperature limit
334 float yeast_hi; ///< Yeast high temperature limit
331 } sys_ispindel_list; 335 } sys_ispindel_list;
332 336
333 337
334 338
335 #endif 339 #endif

mercurial