From 149d1af21a9d8348cd504b21ad29fd2d742e8f77 Mon Sep 17 00:00:00 2001 From: Javier Hernandez Date: Thu, 11 Jan 2024 13:09:05 +0100 Subject: rest: Change room field 'group' to 'folder_id' Change the name of variable 'group', in og_group struct, to 'folder_id'. Change payload field to 'folder_id' These changes are to make code easier to understand. --- src/dbi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dbi.h') diff --git a/src/dbi.h b/src/dbi.h index 37ecf2b..0bbb4e2 100644 --- a/src/dbi.h +++ b/src/dbi.h @@ -100,7 +100,7 @@ struct og_computer { struct og_room { uint32_t id; uint32_t center; - uint32_t group; + uint32_t folder_id; char location[OG_DB_ROOM_LOC_MAXLEN + 1]; char name[OG_DB_ROOM_NAME_MAXLEN + 1]; char gateway[OG_DB_IP_MAXLEN + 1]; -- cgit v1.2.3-18-g5258