thermferm/thermferm.h

changeset 702
d77891f8915d
parent 693
3518c07737d8
child 714
24749c296a50
equal deleted inserted replaced
701:e50a5003c7ac 702:d77891f8915d
145 char *uuid; /* uid code */ 145 char *uuid; /* uid code */
146 char *product_uuid; /* Beer product uuid */ 146 char *product_uuid; /* Beer product uuid */
147 char *product_code; /* Beer product code */ 147 char *product_code; /* Beer product code */
148 char *product_name; /* Beer product name */ 148 char *product_name; /* Beer product name */
149 char *alias; /* alias name 'unit1' */ 149 char *alias; /* alias name 'unit1' */
150 float volume; /* Volume of this unit */
151 char *air_address; /* DS18B20 address */ 150 char *air_address; /* DS18B20 address */
152 int air_state; /* 0=ok, 1=missing, 2=error */ 151 int air_state; /* 0=ok, 1=missing, 2=error */
153 int air_temperature; /* Air temperature in C * 1000 */ 152 int air_temperature; /* Air temperature in C * 1000 */
154 int air_idx; /* Domoticz idx */ 153 int air_idx; /* Domoticz idx */
155 char *beer_address; /* DS18B20 address */ 154 char *beer_address; /* DS18B20 address */

mercurial