thermferm/thermferm.h

changeset 660
a28ef4d9afa4
parent 654
e981d0185485
child 671
b2e2cbb13cb3
equal deleted inserted replaced
659:bfab45f4d5cd 660:a28ef4d9afa4
311 typedef struct _w1_list { 311 typedef struct _w1_list {
312 struct _w1_list *next; 312 struct _w1_list *next;
313 char *address; ///< Device address 313 char *address; ///< Device address
314 char family[3]; ///< Device family 314 char family[3]; ///< Device family
315 int present; ///< Present on bus 315 int present; ///< Present on bus
316 int subdevices; ///< Number of subdevices 316 int value; ///< Last value
317 // int subdevices; ///< Number of subdevices
317 time_t timestamp; ///< Last seen 318 time_t timestamp; ///< Last seen
318 } w1_list; 319 } w1_list;
319 320
320 321
321 322

mercurial