thermferm/thermferm.h

changeset 614
389097dc665d
parent 582
ba340e00aab2
child 645
49eb753a958b
equal deleted inserted replaced
613:163fcb0914e2 614:389097dc665d
153 char *air_address; /* DS18B20 address */ 153 char *air_address; /* DS18B20 address */
154 int air_state; /* 0=ok, 1=missing, 2=error */ 154 int air_state; /* 0=ok, 1=missing, 2=error */
155 int air_temperature; /* Air temperature in C * 1000 */ 155 int air_temperature; /* Air temperature in C * 1000 */
156 int air_idx; /* Domoticz idx */ 156 int air_idx; /* Domoticz idx */
157 char *beer_address; /* DS18B20 address */ 157 char *beer_address; /* DS18B20 address */
158 char *beer_address2; /* Alternative sensor address */
158 int beer_state; /* 0=ok, 1=missing, 2=error */ 159 int beer_state; /* 0=ok, 1=missing, 2=error */
159 int beer_temperature; /* Beer temperature in C * 1000 */ 160 int beer_temperature; /* Beer temperature in C * 1000 */
160 int beer_idx; /* Domoticz idx */ 161 int beer_idx; /* Domoticz idx */
161 char *chiller_address; /* DS18B20 address */ 162 char *chiller_address; /* DS18B20 address */
162 int chiller_state; /* 0=ok, 1=missing, 2=error */ 163 int chiller_state; /* 0=ok, 1=missing, 2=error */

mercurial