added more identifier types (strings and uuids)
- 1-wire IDs - UUIDs from fluksousb - ...
This commit is contained in:
parent
2328ba49bb
commit
0a44949239
1 changed files with 2 additions and 2 deletions
|
@ -54,8 +54,8 @@
|
|||
|
||||
typedef union reading_id {
|
||||
obis_id_t obis;
|
||||
/* char *string; */
|
||||
/* char *uuid; */
|
||||
char *string;
|
||||
char *uuid;
|
||||
} reading_id_t;
|
||||
|
||||
typedef struct reading {
|
||||
|
|
Loading…
Add table
Reference in a new issue