thermferm/thermferm.h

changeset 94
38ee038f4cec
parent 93
b759f814469d
child 95
2c28afc329a5
--- a/thermferm/thermferm.h	Fri Jul 04 23:37:53 2014 +0200
+++ b/thermferm/thermferm.h	Mon Jul 07 21:15:44 2014 +0200
@@ -147,6 +147,7 @@
     char		*name;			/* Configuration name		*/
     int			my_port;		/* my client/server port	*/
     unsigned char	tempFormat;		/* Temperature format, C or F	*/
+    char		*air_address;		/* 1-wire environment sensor	*/
     w1_therm		*w1therms;		/* 1-wire temp sensors		*/
 #ifdef HAVE_WIRINGPI_H
     int			lcd_cols;		/* LCD display columns		*/

mercurial