thermferm/thermferm.h

changeset 671
b2e2cbb13cb3
parent 660
a28ef4d9afa4
child 675
825210ba2707
equal deleted inserted replaced
670:6c62e99ade00 671:b2e2cbb13cb3
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 value; ///< Last value 316 int value; ///< Last value
317 // int subdevices; ///< Number of subdevices
318 time_t timestamp; ///< Last seen 317 time_t timestamp; ///< Last seen
319 } w1_list; 318 } w1_list;
320 319
321 320
322 321

mercurial