thermferm/thermferm.h

changeset 165
e97829d0f8f9
parent 162
6fc9e3f7962f
child 175
b73490398368
--- a/thermferm/thermferm.h	Thu Jul 31 23:39:11 2014 +0200
+++ b/thermferm/thermferm.h	Thu Jul 31 23:57:04 2014 +0200
@@ -170,16 +170,6 @@
 #define	DEVDIR_OUT_PWM		5		/* PWM outout			*/
 #define	DEVDIR_INTERN		6		/* Internal function		*/
 
-typedef struct _w1_therm {
-    struct _w1_therm    *next;
-    char                *master;                /* Master for this device       */
-    int                 bus;                    /* Reserved for ds2482-800      */
-    char                *name;                  /* Name of this device          */
-    char                *alias;                 /* Friendly name                */
-    int                 present;                /* 1=present, 0=absent          */
-    int                 lastval;                /* Last valid value             */
-    int			update;			/* Value updated		*/
-} w1_therm;
 
 typedef struct _sys_config {
     char		*name;			/* Configuration name		*/
@@ -188,7 +178,6 @@
     char		*air_address;		/* 1-wire environment sensor	*/
     int			air_state;		/* 0=ok, 1=missing, 2=error	*/
     int			air_temperature;	/* Air temperature in C * 1000	*/
-    w1_therm		*w1therms;		/* 1-wire temp sensors		*/
 #ifdef HAVE_WIRINGPI_H
     int			lcd_cols;		/* LCD display columns		*/
     int			lcd_rows;		/* LCD display rows		*/

mercurial