From fba49e7fe171f096728b0a2e2d88162e7f3a84a5 Mon Sep 17 00:00:00 2001 From: Davide Andreolli Date: Sat, 24 Feb 2024 10:31:59 +0100 Subject: [PATCH] feat: moved last_update topic out of data root --- topics_tree.jsonc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/topics_tree.jsonc b/topics_tree.jsonc index c8890ee..4bbdbc3 100644 --- a/topics_tree.jsonc +++ b/topics_tree.jsonc @@ -64,11 +64,7 @@ "retain": false, "subscribe_roles": ["0", "1", "2", "3", "4", "128", "129"], "publish_roles": ["0", "1", "2", "3", "4", "128", "129"], - "sub_topics": { - "last_update": { - "alias": "DataLastUpdate", - "description": "Sends the last update timestamp of the data" - }, + "sub_topics": { "primary": { "alias": "DataPrimary", "description": "Protobuffer data of primary network" @@ -99,6 +95,10 @@ } } }, + "last_update": { + "alias": "DataLastUpdate", + "description": "Sends the last update timestamp of the data" + }, "status": { "alias": "Status", "description": "//status",