data: load and save are fonctionnal.

This commit is contained in:
NADAL Jean-Baptiste
2019-12-26 16:54:52 +01:00
parent 4872f71428
commit 429ec84ccf
3 changed files with 104 additions and 21 deletions

View File

@@ -49,8 +49,8 @@ struct devices_manager_s
char *file_path;
qlist_t *outlets;
qhashtbl_t *shutters;
qhashtbl_t *sprinklers;
qlist_t *shutters;
qlist_t *sprinklers;
};
/*--------------------------- PUBLIC FUNCTIONS -------------------------------*/