lib/mbselib.h

changeset 26
9322c619c525
parent 25
5e0695f6add5
child 28
32ed1ea4d0b6
equal deleted inserted replaced
25:5e0695f6add5 26:9322c619c525
46 int bus; /* Reserved for ds2482-800 */ 46 int bus; /* Reserved for ds2482-800 */
47 char *name; /* Name of this device */ 47 char *name; /* Name of this device */
48 char *alias; /* Friendly name */ 48 char *alias; /* Friendly name */
49 int present; /* 1=present, 0=absent */ 49 int present; /* 1=present, 0=absent */
50 int lastval; /* Last valid value */ 50 int lastval; /* Last valid value */
51 int update; /* Value updated */
51 } w1_therm; 52 } w1_therm;
52 53
53 typedef struct _rc_switch { 54 typedef struct _rc_switch {
54 struct _rc_switch *next; 55 struct _rc_switch *next;
55 char *address; /* Address code */ 56 char *address; /* Address code */

mercurial